Merge branch 'master' of github.com:mmlab/N3Validator

This commit is contained in:
Miel Vander Sande 2014-04-18 17:11:05 +02:00
commit c997a6462e
1 changed files with 4 additions and 4 deletions

View File

@ -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>