We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4469cb commit 7d554a9Copy full SHA for 7d554a9
quads-creator/src/main/java/fr/vcity/RDFConverter.java
@@ -208,11 +208,7 @@ private String getTheoreticalFileName(String inputFolder) {
208
* @return The built output file name
209
*/
210
private String getOutputFileName(String outputFolder, String inputFile) {
211
- if (annotationType.equals(AnnotationType.THEORETICAL.getLabel())) {
212
- return getInputFileName(outputFolder, inputFile) + ".theoretical.trig";
213
- } else {
214
- return getInputFileName(outputFolder, inputFile) + ".relational.trig";
215
- }
+ return getInputFileName(outputFolder, inputFile) + ".trig";
216
}
217
218
/**
0 commit comments