Convert RDF to JSON

URL:
callback function (optional):
Compact mode
{ "http://subject": { "http://predicate": [ "http://..", "foo..." ] } }
Full mode
{ "http://subject": { "http://predicate": [ { "type": "uri", "value": "http://" }, { "type": "literal", "value": "foo...", "lang": "en", "datatype": "http://..." ] }
Triples mode
[ { "subject": "http://subject:", "predicate": "http://predicate", "object": "http://..." }, ... }

rdf2json is powered by Graphite and ARC2 and hosted by ECS at the University of Southampton.

<http://graphite.ecs.soton.ac.uk/rdf2json/> foaf:maker <http://id.ecs.soton.ac.uk/person/1248> .
<http://id.ecs.soton.ac.uk/person/1248> foaf:name "Christopher Gutteridge" .