Registry / serialization / owlapi-distribution

owlapi-distribution

JSON →
library5.5.1javamavenunverified

A Java API and reference implementation for creating, manipulating, and serialising OWL 2 ontologies.

<dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi-distribution</artifactId> <version>5.5.1</version> </dependency>
INSTALL
IMPORT
SIG · OWLAPI-DISTRIBUTIO
O
owlapi-distribution
serializationjavav5.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OWLOntology
org.semanticweb.owlapi.model.OWLOntology

Create a new empty OWL ontology using the OWL API manager.

import org.semanticweb.owlapi.apibinding.OWLManager; import org.semanticweb.owlapi.model.OWLOntology; import org.semanticweb.owlapi.model.OWLOntologyManager; OWLOntologyManager manager = OWLManager.createOWLOntologyManager(); OWLOntology ontology = manager.createOntology(); System.out.println("Created ontology: " + ontology.getOntologyID());
Debug
Known issues
gotchaOWL API 5.x uses OWL 2 profiles; loading OWL 1 ontologies may require conversion.
fix
Use OWLOntologyLoaderConfiguration with appropriate settings or migrate ontologies to OWL 2 format.
affects: >=5.0.0
Upgrade
Version history
5.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
owlapi-distribution — mvn dependency:get owlapi-distribution · libregistry