2015-01-22 13:22:01 +01:00
2014-04-17 16:28:54 +02:00
2015-01-22 13:22:01 +01:00
2014-04-28 15:18:16 +02:00
2014-04-28 15:08:22 +02:00

TurtleValidator

RDF NTriples/Turtle validator using Ruben Verborgh's N3 NodeJS library. 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 <path-to-file>
$ curl http://data.linkeddatafragments.org/dbpedia -H "accept: text/turtle" | ttl
$ ttl http://triples.demo.thedatatank.com/demo.ttl
Description
Online text editor with Turtle syntax highlighting and validation.
https://felixlohmeier.github.io/turtle-web-editor/ Readme MIT 612 KiB
Languages
JavaScript 98.6%
CSS 1.2%
HTML 0.2%