RDF Serializer

RDF serializer is a web service for parsing RDF data and transforming it into other RDF serialization format.

The service is based on Redland Raptor.

Supported RDF serialization formats: Turtle, RDF/XML, RDF/JSON, N-Ttriples, and N-Quads.

Usage:
http://www.ldf.fi/service/rdf-serializer?rdf=DATA_OR_URI&from=FORMAT&to=FORMAT

GET/POST parameters:

rdfRDF data or URI
frominput serialization format (ttl, xml, json, nt, nq), default: ttl
tooutput serialization format (ttl, xml, json, nt, nq), default: ttl

Examples:
http://www.ldf.fi/service/rdf-serializer?rdf=<http://example.com/s>+<http://example.com/p>+<http://example.com/o>+.&from=ttl&to=xml

http://www.ldf.fi/service/rdf-serializer?rdf=http://dbpedia.org/resource/Suomi&from=xml&to=ttl

Try the service:

RDF data or URI:

From format:
To format:
View result in browser (accept header = text/plain):
Send form as HTTP POST (needed for large RDF data):