Uses of Package
org.apache.jena.ontology
Packages that use org.apache.jena.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.A package for creating and manipulating RDF graphs.
A package containing constant classes with predefined constant objects
for classes and properties defined in well known vocabularies.
-
Classes in org.apache.jena.ontology used by org.apache.jena.assembler.assemblersClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.
-
Classes in org.apache.jena.ontology used by org.apache.jena.ontologyClassDescriptionInterface defining an individual in which all members of a collection are declared pair-wise disjoint.A property restriction that requires the named property to have have any range instances to be members of a given class.Interface that represents the category of annotation properties in an ontology language.Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).Interface representing the ontology abstraction for a qualified cardinality restriction.A property restriction that requires the named property to have have exactly the given number of values for a given instance to be a member of the class defined by the restriction.Class description that is formed from the complement of another class descriptionRepresents an ontology DataRange: a class-like construct that contains only concrete data literals.Interface that encapsulates the class of properties whose range values are datatype values (as distinct from
ObjectPropertywhose values are individuals).Encapsulates a class description representing a closed enumeration of individuals.Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the range.A property restriction that requires the named property to have a given individual as its value.Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.Encapsulates a class description that is the intersection of a list of class expressions.Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in the domain (effectively, a key).Interface representing the ontology abstraction for a qualified maximum cardinality restriction.A property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined by the restriction.Interface representing the ontology abstraction for a qualified minimum cardinality restriction.A property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined by the restriction.Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valuedproperties).Interface that represents an ontology node characterising a class description.Provides services for managing ontology documents, including loading imported documents, and locally caching documents from resolvable URL's to improve load performance.Interface defining a handler call-back in the case that theOntDocumentManagerfails in an attempt to read the contents of a URL into a model.Interface denoting a handler class that can intervene in the process of reading a source document into a model.Deprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.Deprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.Interface encapsulating the distinguished instance in a given ontology document that presents meta-data and other processing data about the document (including which other documents are imported by a document).Exception for generic errors that arise while processing ontologiesInterface encapsulating a property in an ontology.Provides a common super-type for all of the abstractions in this ontology representation package.A simple representation of disjoint setsInterface that encapsulates the elements of a general vocabulary corresponding to a particular ontology language.Provides a means to map between the URI's that represent ontology languages and their language profiles.Represents a qualified restriction, in which all values of the restricted property are required to be members of a given class.Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.A property restriction that requires the named property to have at least one range instance belonging to the given class.Interface that encapsulates a property that is symmetric, i.e. one in which ifp(x, y)holds, thenp(y, x)must also hold.Interface that denotes a property that is transitive i.e. one in which ifx p yholds, andy p zholds, thenx p zmust also hold.Class description that is formed from the union of a list of a class descriptions. -
Classes in org.apache.jena.ontology used by org.apache.jena.ontology.implClassDescriptionInterface defining an individual in which all members of a collection are declared pair-wise disjoint.A property restriction that requires the named property to have have any range instances to be members of a given class.Interface that represents the category of annotation properties in an ontology language.Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).Interface representing the ontology abstraction for a qualified cardinality restriction.A property restriction that requires the named property to have have exactly the given number of values for a given instance to be a member of the class defined by the restriction.Class description that is formed from the complement of another class descriptionRepresents an ontology DataRange: a class-like construct that contains only concrete data literals.Interface that encapsulates the class of properties whose range values are datatype values (as distinct from
ObjectPropertywhose values are individuals).Encapsulates a class description representing a closed enumeration of individuals.Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the range.A property restriction that requires the named property to have a given individual as its value.Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.Encapsulates a class description that is the intersection of a list of class expressions.Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in the domain (effectively, a key).Interface representing the ontology abstraction for a qualified maximum cardinality restriction.A property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined by the restriction.Interface representing the ontology abstraction for a qualified minimum cardinality restriction.A property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined by the restriction.Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valuedproperties).Interface that represents an ontology node characterising a class description.Provides services for managing ontology documents, including loading imported documents, and locally caching documents from resolvable URL's to improve load performance.Deprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.Deprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.Interface encapsulating the distinguished instance in a given ontology document that presents meta-data and other processing data about the document (including which other documents are imported by a document).Interface encapsulating a property in an ontology.Provides a common super-type for all of the abstractions in this ontology representation package.Interface that encapsulates the elements of a general vocabulary corresponding to a particular ontology language.Represents a qualified restriction, in which all values of the restricted property are required to be members of a given class.Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.A property restriction that requires the named property to have at least one range instance belonging to the given class.Interface that encapsulates a property that is symmetric, i.e. one in which ifp(x, y)holds, thenp(y, x)must also hold.Interface that denotes a property that is transitive i.e. one in which ifx p yholds, andy p zholds, thenx p zmust also hold.Class description that is formed from the union of a list of a class descriptions. -
Classes in org.apache.jena.ontology used by org.apache.jena.rdf.modelClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.Deprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.
-
Classes in org.apache.jena.ontology used by org.apache.jena.vocabularyClassDescriptionInterface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.Interface that represents an ontology node characterising a class description.