Pratiksha Sharma
Pratiksha Sharma

Reputation: 79

How to convert SKOS format to other formats such as RDF/XML, Turtle, etc

I have Ontology in SKOS format which was developed using Smartlogic. I want to convert this into different formats such as Turtle, RDF/XML, etc.

I know that we can use Apache Jena to convert one version of an ontology to another. Is there some library in JAVA which can be used to convert SKOS (Simple Knowledge Organization System) to RDF/XML?

Upvotes: -2

Views: 924

Answers (2)

dxwell
dxwell

Reputation: 71

RDF Translator is a multi-format conversion tool for structured markup. It provides translations between data formats ranging from RDF/XML to RDFa or Microdata. The service allows for conversions triggered either by URI or by direct text input. Furthermore it comes with a straightforward REST API for developers.

http://rdf-translator.appspot.com/

Upvotes: 1

scotthenninger
scotthenninger

Reputation: 4001

Using Semaphore Workbench, edit your model and choose Model > Export. This will create a text serialization file in Turtle, N-Triples, or RDF/XML that you can use external to Smartlogic.

Upvotes: 3

Related Questions