Skip to content

Latest commit

 

History

History

nif-conversion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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