Skip to content

linguistbreaker/TurtleValidator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://data.linkeddatafragments.org/dbpedia -H "accept: text/turtle" | ttl
$ ttl http:https://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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%