Uses of Interface
org.apache.jena.ontology.Ontology
Packages that use Ontology
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package.-
Uses of Ontology in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return OntologyModifier and TypeMethodDescriptionOntResource.asOntology()Answer a view of this resource as an ontology description nodeOntModel.createOntology(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource that represents an ontology description node in this model.OntModel.getOntology(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource that represents an ontology description node in this model.Methods in org.apache.jena.ontology that return types with arguments of type OntologyModifier and TypeMethodDescriptionOntModel.listOntologies()Deprecated, for removal: This API element is subject to removal in a future version.Answer an iterator that ranges over the ontology resources in this model, i.e. the resources withrdf:type Ontologyor equivalent. -
Uses of Ontology in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement OntologyModifier and TypeClassDescriptionclassImplementation of the Ontology interface, encapsulating nodes that hold the meta-data about whole ontologies.Methods in org.apache.jena.ontology.impl that return OntologyModifier and TypeMethodDescriptionOntResourceImpl.asOntology()Answer a view of this resource as an ontology description nodeOntModelImpl.createOntology(String uri) Answer a resource that represents an ontology description node in this model.OntModelImpl.getOntology(String uri) Answer a resource that represents an ontology description node in this model.Methods in org.apache.jena.ontology.impl that return types with arguments of type OntologyModifier and TypeMethodDescriptionOntModelImpl.listOntologies()Answer an iterator that ranges over the ontology resources in this model, i.e. the resources withrdf:type Ontologyor equivalent.