Merge branch 'master' of github.com:mmlab/N3Validator
This commit is contained in:
commit
c997a6462e
|
@ -1,9 +1,9 @@
|
|||
N3Validator
|
||||
TurtleValidator
|
||||
===========
|
||||
|
||||
Command line tool for validating Turtle, Ntriples or N3 documents on syntax and XSD datatype errors.
|
||||
Command line tool for validating Turtle and Ntriples documents on syntax and XSD datatype errors.
|
||||
|
||||
Usage:
|
||||
|
||||
npm install n3
|
||||
node N3Validator.js <path-to-file>
|
||||
npm install
|
||||
node TurtleValidator.js <path-to-file>
|
||||
|
|
Loading…
Reference in New Issue