Registry / serialization / owlapi-apibinding

owlapi-apibinding

JSON →
library5.5.1javamavenunverified

Provides a convenient entry point for creating and managing OWL ontologies using the OWL API.

<dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi-apibinding</artifactId> <version>5.5.1</version> </dependency>
INSTALL
IMPORT
SIG · OWLAPI-APIBINDING
O
owlapi-apibinding
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.

OWLManager
org.semanticweb.owlapi.apibinding.OWLManager

Create an empty OWL ontology using OWLManager.

import org.semanticweb.owlapi.apibinding.OWLManager; import org.semanticweb.owlapi.model.OWLOntology; import org.semanticweb.owlapi.model.OWLOntologyManager; public class Example { public static void main(String[] args) throws Exception { OWLOntologyManager manager = OWLManager.createOWLOntologyManager(); OWLOntology ontology = manager.createOntology(); System.out.println(ontology); } }
Debug
Known issues
gotchaOWL API 5.x uses the 'net.sourceforge.owlapi' groupId; older versions used 'owlapi'.
fix
Ensure your Maven dependency uses the correct groupId: net.sourceforge.owlapi.
affects: >=5.0.0
Upgrade
Version history
5.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
owlapi-apibinding — mvn dependency:get owlapi-apibinding · libregistry