We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the old component didn't have log messages if -o turtle was set: https://github.com/NLP2RDF/software/blob/master/java-maven/implementation/validator/src/main/java/org/nlp2rdf/implementation/validator/ValidateCLI.java#L45
This is so you can do ./validate.jar > result.ttl Maybe you can copy some stuff from here: https://github.com/NLP2RDF/software/blob/master/java-maven/core/jena/src/main/java/org/nlp2rdf/core/SPARQLValidator.java#L43
The text was updated successfully, but these errors were encountered:
One small hint, I just put the log messages on stderr so you can do:
java -jar validator-2.0.1-SNAPSHOT-jar-with-dependencies.jar -i ../../../core/jena/src/test/resources/nif-correct-model.ttl > results.ttl
java -jar validator-2.0.1-SNAPSHOT-jar-with-dependencies.jar -i ../../../core/jena/src/test/resources/nif-correct-model.ttl 2>log.txt
Sorry, something went wrong.
jimkont
No branches or pull requests
the old component didn't have log messages if -o turtle was set:
https://github.com/NLP2RDF/software/blob/master/java-maven/implementation/validator/src/main/java/org/nlp2rdf/implementation/validator/ValidateCLI.java#L45
This is so you can do ./validate.jar > result.ttl
Maybe you can copy some stuff from here: https://github.com/NLP2RDF/software/blob/master/java-maven/core/jena/src/main/java/org/nlp2rdf/core/SPARQLValidator.java#L43
The text was updated successfully, but these errors were encountered: