You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: org.openrdf.rio.RDFParseException: IRI included an unencoded space: '32' [line 10]
at org.openrdf.rio.helpers.RDFParserHelper.reportFatalError(RDFParserHelper.java:440)
at org.openrdf.rio.helpers.RDFParserBase.reportFatalError(RDFParserBase.java:685)
at org.openrdf.rio.turtle.TurtleParser.reportFatalError(TurtleParser.java:1366)
at org.openrdf.rio.turtle.TurtleParser.parseURI(TurtleParser.java:948)
at org.openrdf.rio.turtle.TurtleParser.parseValue(TurtleParser.java:613)
at org.openrdf.rio.turtle.TurtleParser.parseSubject(TurtleParser.java:448)
at org.openrdf.rio.turtle.TurtleParser.parseTriples(TurtleParser.java:382)
at org.openrdf.rio.turtle.TurtleParser.parseStatement(TurtleParser.java:260)
at org.openrdf.rio.turtle.TurtleParser.parse(TurtleParser.java:215)
at com.bigdata.rdf.rio.BasicRioLoader.loadRdf2(BasicRioLoader.java:236)
at com.bigdata.rdf.rio.BasicRioLoader.loadRdf(BasicRioLoader.java:176)
at com.bigdata.rdf.store.DataLoader.loadData4_ParserErrors_Not_Trapped(DataLoader.java:1595)
at com.bigdata.rdf.store.DataLoader.loadFiles(DataLoader.java:1359)
note: would be nice to also have an option to set rdr in bg without specifying a whole properties file
The text was updated successfully, but these errors were encountered:
riot from jena is fine with this:
but when I try bg-load I get:
note: would be nice to also have an option to set rdr in bg without specifying a whole properties file
The text was updated successfully, but these errors were encountered: