Is there a tool for generate RDFS from an XSD?
Asked
Active
Viewed 6,599 times
1 Answers
7
One option is a so-called lifting tool that converts a XML schema (XSD) to a RDF schema, such as RDFS or OWL. One such tool is XML2OWL (from an XML instance document or XSD), or XSD2OWL (from XSD).
Another option is to use TopBraid Composer, and an XSD to OWL plugin (however note that this is commercial software).
MIT Simile list some more "RDF-izers" which might interest you.
-
1It looks like the XML2OWL tool is broken--at least from the web interface. – markw May 21 '14 at 14:52
-
The MIT Simile link is dead. – Joshua Taylor Nov 08 '20 at 05:06