Online text editor with Turtle syntax highlighting and validation. https://felixlohmeier.github.io/turtle-web-editor/
Go to file
Miel Vander Sande bf5db31c61 Added 1.0.0 2015-11-25 13:50:28 +01:00
lib Split in a separate library for library purposes 2015-07-14 18:16:11 +02:00
public Added a simple browser client 2015-07-14 19:23:35 +02:00
.gitignore Added package.json and gitignore 2014-04-17 16:28:54 +02:00
README.md Added a simple browser client 2015-07-14 19:23:35 +02:00
TurtleValidator.js Fixed all console input cases 2015-11-25 13:49:22 +01:00
package.json Added 1.0.0 2015-11-25 13:50:28 +01:00

README.md

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, 2015 - 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

Or install the browser client

npm install
browserify lib/validator.js -o public/js/ttl.js

Then use it in your browser using the index.html in the public folder.