1.1.1 • Published 4 years ago

turtle-validator v1.1.1

Weekly downloads
100
License
MIT
Repository
github
Last release
4 years ago

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 - IDLab - Ghent University - imec 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

# Equivalent to: npm build
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. You can run this locally as follows.

# Equivalent to: npm start
npm install
browserify lib/validator.js -o public/js/ttl.js
ws
1.1.1

4 years ago

1.0.2

6 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

10 years ago