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. © 2014 - MMLab - Ghent University - iMinds Source code: https://github.com/MMLab/TurtleValidator Install: npm install -g turtle-validator Examples: $ ttl $ curl http://data.linkeddatafragments.org/dbpedia -H "accept: text/turtle" | ttl $ ttl http://triples.demo.thedatatank.com/demo.ttl