Update README.md
This commit is contained in:
parent
6bfe07a4ca
commit
cd42b80738
15
README.md
15
README.md
|
@ -1,9 +1,16 @@
|
||||||
TurtleValidator
|
TurtleValidator
|
||||||
===========
|
===========
|
||||||
|
RDF NTriples/Turtle validator using Ruben Verborgh's [N3 NodeJS library](https://github.com/RubenVerborgh/N3.js). Validate Turtle and Ntriples documents on syntax and XSD datatype errors through command line.
|
||||||
|
|
||||||
Command line tool for validating Turtle and Ntriples documents on syntax and XSD datatype errors.
|
© 2014 - MMLab - Ghent University - iMinds
|
||||||
|
Source code: https://github.com/MMLab/TurtleValidator
|
||||||
|
|
||||||
Usage:
|
Install:
|
||||||
|
|
||||||
npm install turtle-validator -g
|
npm install -g turtle-validator
|
||||||
ttl <path-to-file>
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
$ ttl <path-to-file>
|
||||||
|
$ curl http://data.linkeddatafragments.org/dbpedia -H "accept: text/turtle" | ttl
|
||||||
|
$ ttl http://triples.demo.thedatatank.com/demo.ttl
|
||||||
|
|
Loading…
Reference in New Issue