OWL Syntax Converter

OWL syntax converter is a web service for converting OWL ontologies from one syntax to another.

The service is based on OWL API.

Supported OWL syntax formats: Turtle, RDF/XML, OWL Functional Syntax, Manchester OWL Syntax, OWL/XML, Latex, and KRSS2.

Usage:
http://www.ldf.fi/service/owl-converter?onto=ONTOLOGY_CONTENT&to=FORMAT

GET/POST parameters:

ontoOWL ontology content
tooutput serialization format (ttl, rdfxml, func, manc, owlxml, latex, krss2), default: ttl

Examples:
http://www.ldf.fi/service/owl-converter?onto=<http://example.com/s>+<a>+<http://example.com/o>+.&to=func

Try the service:

OWL ontology content:

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