Skip to content

dkglab/rdf-serializations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDF serializations

Comparing the Turtle, N-Triples, and JSON-LD serializations of RDF.

Validate your Turtle file

Edit description.ttl, then run:

make validate-ttl

Convert your Turtle file to N-Triples

Run:

make from-ttl.nt

View your Turtle file as a graph

Run:

make graph.png

Validate your JSON-LD file

Edit description.json, then run:

make validate-jsonld

Convert your JSON-LD file to N-Triples

Run:

make from-jsonld.nt

Compare the triples produced from your Turtle and JSON-LD files

Run:

make compare

If you don't see any red or green parts, then the triples from the two files are the same.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors