From cd42b80738ae8cc3cad7ef08e38b612a94b6a5b2 Mon Sep 17 00:00:00 2001 From: mielvds Date: Mon, 28 Apr 2014 15:18:16 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16dfe8f..dc0e4eb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ 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 - ttl + 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