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:
rdf | RDF data or URI |
from | input serialization format (ttl, xml, json, nt, nq), default: ttl |
to | output 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