owlapi_wrapper is a small Java command-line tool built around the OWL API. It parses OWL, RDF(S), SKOS,
and OBO ontologies and writes a normalized RDF/XML export plus a small metrics report.
The project is used in the BioPortal ecosystem to load ontologies and add a few BioPortal-oriented annotations during serialization.
- Parses a master ontology file from a local repository of ontology files
- Writes a serialized RDF/XML output file named
owlapi.xrdf. - Writes a
metrics.csvfile with class, individual, property, and max-depth counts. - Adds some normalization used by BioPortal, e.g., SKOS notation or prefix annotations for classes
The 2-Clause BSD License. See LICENSE.md for more information.