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.apache.jena.riot.RiotException: [line: 1, col: 4 ] Unknown char: /(47)
at org.apache.jena.riot.system.ErrorHandlerFactory$ErrorHandlerStd.fatal(ErrorHandlerFactory.java:132)
at org.apache.jena.riot.lang.LangEngine.raiseException(LangEngine.java:169)
at org.apache.jena.riot.lang.LangEngine.nextToken(LangEngine.java:116)
at org.apache.jena.riot.lang.LangTurtleBase.toplevelkeyword(LangTurtleBase.java:126)
at org.apache.jena.riot.lang.LangTurtleBase.runParser(LangTurtleBase.java:105)
at org.apache.jena.riot.lang.LangBase.parse(LangBase.java:42)
at org.apache.jena.riot.RDFParserRegistry$ReaderRIOTFactoryImpl$1.read(RDFParserRegistry.java:148)
at org.apache.jena.riot.RDFDataMgr.process(RDFDataMgr.java:751)
at org.apache.jena.riot.RDFDataMgr.read(RDFDataMgr.java:258)
at org.apache.jena.riot.RDFDataMgr.read(RDFDataMgr.java:244)
at org.apache.jena.riot.adapters.RDFReaderRIOT.read(RDFReaderRIOT.java:65)
at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:276)
at com.hp.hpl.jena.ontology.impl.OntModelImpl.read(OntModelImpl.java:2243)
at org.nlp2rdf.cli.ParameterParser.parseOptions(ParameterParser.java:177)
at org.nlp2rdf.cli.Validate.main(Validate.java:47)
The error can be resolved by adding the parameter "-t file".
The text was updated successfully, but these errors were encountered:
In this paragraph: https://github.com/NLP2RDF/software#use-directly-with-maven, the command to start the validation is
However, running it this way throws an exception:
The error can be resolved by adding the parameter "-t file".
The text was updated successfully, but these errors were encountered: