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 e953eb6 commit 246f3f7Copy full SHA for 246f3f7
xls2rdf-lib/src/main/java/fr/sparna/rdf/xls2rdf/RdfizableSheet.java
@@ -72,7 +72,7 @@ public boolean canRDFize() {
72
log.debug(sheet.getSheetName()+" : B1 is empty.");
73
return false;
74
} else {
75
- String fixedUri = converter.prefixManager.uri(uri, true);
+ String fixedUri = converter.prefixManager.uri(uri, false);
76
try {
77
new URI(fixedUri);
78
} catch (URISyntaxException e) {
0 commit comments