tkurz / sesame-vocab-builder

Sesame Vocab Builder provides a command line tool that allows to create constants for RDF primitives for a given namespace out of RDF ontology files.
Apache License 2.0
15 stars 7 forks source link

Support Manchester/Functional/OWLXML syntaxes when OWLAPI-4 is released #32

Closed ansell closed 7 years ago

ansell commented 10 years ago

OWLAPI-4 contains Rio wrappers for the OWLAPI parser implementations for Manchester, Functional, and OWL/XML. Supporting these as syntaxes for sesame-vocab-builder will be as simple as adding a dependency on owlapi-rio when version 4 is released.

The Mime-types and file extensions that will be supported are defined here:

https://github.com/owlcs/owlapi/blob/version4/rio/src/main/java/org/semanticweb/owlapi/rio/OWLAPIRDFFormat.java#L56