Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 869 Bytes

File metadata and controls

28 lines (17 loc) · 869 Bytes

Validating NIF conversion output files

Validating one file

  • In the sparqltests directory, run 'java -jar validate.jar -i filepath'

  • 'filepath' is the path to the file

  • Example: 'java -jar validate.jar ../expected/locqualityissue-nif-1.ttl'

Validating a complete directory

  • In the sparqltests directory, run '/executeTests.sh directorypath'

  • 'directorypath' is the path to the file

  • Example: './executeTests.sh ../expected/'

More information