This tool parses Turtle documents and shows the underlying, desugared representation of the RDF content. You can use it to inspect, debug, and learn the ins and outs of the Turtle syntax.
The deserialized RDF uses the low-level primitives and constructs from the RDF/JS data model.
Turtle document
1
@base <http://example.org/> . 2
@prefix foaf: <http://xmlns.com/foaf/0.1/> . 10
foaf: name "Spiderman" . RDF
6
"termType" : "NamedNode" , 7
"value" : "http://example.org/#batman" 10
"termType" : "NamedNode" , 11
"value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" 14
"termType" : "NamedNode" , 15
"value" : "http://xmlns.com/foaf/0.1/Person" 18
"termType" : "DefaultGraph" , 26
"termType" : "NamedNode" , 27
"value" : "http://example.org/#batman" 30
"termType" : "NamedNode" , 31
"value" : "http://xmlns.com/foaf/0.1/name" 34
"termType" : "Literal" , 38
"termType" : "NamedNode" , 39
"value" : "http://www.w3.org/2001/XMLSchema#string" 43
"termType" : "DefaultGraph" , 51
"termType" : "NamedNode" , 52
"value" : "http://example.org/#spiderman" 55
"termType" : "NamedNode" , 56
"value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" 59
"termType" : "NamedNode" , 60
"value" : "http://xmlns.com/foaf/0.1/Person" 63
"termType" : "DefaultGraph" , 71
"termType" : "NamedNode" , 72
"value" : "http://example.org/#spiderman" 75
"termType" : "NamedNode" , 76
"value" : "http://xmlns.com/foaf/0.1/name" 79
"termType" : "Literal" , 83
"termType" : "NamedNode" , 84
"value" : "http://www.w3.org/2001/XMLSchema#string" 88
"termType" : "DefaultGraph" ,