Registry / serialization / owlapi-api

owlapi-api

JSON →
library5.5.1javamavenunverified

A Java API and reference implementation for creating, manipulating and serialising OWL Ontologies, focused towards OWL 2.

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

Creates a new empty OWL ontology

import org.semanticweb.owlapi.model.OWLOntology; import org.semanticweb.owlapi.apibinding.OWLManager; public class Example { public static void main(String[] args) throws Exception { OWLOntology ontology = OWLManager.createOWLOntologyManager().createOntology(); System.out.println(ontology.getOntologyID()); } }
Debug
Known issues

No known issues recorded.

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-api — mvn dependency:get owlapi-api · libregistry