Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.jena.ontology Classes and Interfaces - 68 results found.
NameDescriptionTypePackageFramework
AllDifferent Interface defining an individual in which all members of a collection are declared pair-wise disjoint.Interfaceorg.apache.jena.ontologyApache Jena
AllValuesFromRestriction A property restriction that requires the named property to have have any range instances to be members of a given class.Interfaceorg.apache.jena.ontologyApache Jena
AnnotationProperty Interface that represents the category of annotation properties in an ontology language.Interfaceorg.apache.jena.ontologyApache Jena
BooleanClassDescription Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).Interfaceorg.apache.jena.ontologyApache Jena
CardinalityQRestriction Interface representing the ontology abstraction for a qualified cardinality restriction.Interfaceorg.apache.jena.ontologyApache Jena
CardinalityRestriction 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 definedInterfaceorg.apache.jena.ontologyApache Jena
ComplementClassInterfaceorg.apache.jena.ontologyApache Jena
ConversionException Exception that is thrown when an ontology resource is converted to another facet, using as(), and the requested conversion is notClassorg.apache.jena.ontologyApache Jena
DataRange Represents an ontology DataRange: a class-like construct that contains only concrete data literals.Interfaceorg.apache.jena.ontologyApache Jena
DatatypeProperty Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values areInterfaceorg.apache.jena.ontologyApache Jena
EnumeratedClass Encapsulates a class description representing a closed enumeration of individuals.Interfaceorg.apache.jena.ontologyApache Jena
FunctionalProperty Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in theInterfaceorg.apache.jena.ontologyApache Jena
HasValueRestrictionInterfaceorg.apache.jena.ontologyApache Jena
Individual Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.Interfaceorg.apache.jena.ontologyApache Jena
IntersectionClassInterfaceorg.apache.jena.ontologyApache Jena
InverseFunctionalProperty Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value inInterfaceorg.apache.jena.ontologyApache Jena
LanguageConsistencyException An exception that denotes some inconsistency between the arguments to a method in the ontology API, and the language definition for a given ontology profile.Classorg.apache.jena.ontologyApache Jena
MaxCardinalityQRestriction Interface representing the ontology abstraction for a qualified maximum cardinality restriction.Interfaceorg.apache.jena.ontologyApache Jena
MaxCardinalityRestriction 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 definedInterfaceorg.apache.jena.ontologyApache Jena
MinCardinalityQRestriction Interface representing the ontology abstraction for a qualified minimum cardinality restriction.Interfaceorg.apache.jena.ontologyApache Jena
MinCardinalityRestriction 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 definedInterfaceorg.apache.jena.ontologyApache Jena
AllDifferent Interface defining an individual in which all members of a collection are declared pair-wise disjoint.Interfaceorg.apache.jena.ontologyApache Jena
AllValuesFromRestriction A property restriction that requires the named property to have have any range instances to be members of a given class.Interfaceorg.apache.jena.ontologyApache Jena
AnnotationProperty Interface that represents the category of annotation properties in an ontology language.Interfaceorg.apache.jena.ontologyApache Jena
BooleanClassDescription Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).Interfaceorg.apache.jena.ontologyApache Jena
CardinalityQRestriction Interface representing the ontology abstraction for a qualified cardinality restriction.Interfaceorg.apache.jena.ontologyApache Jena
CardinalityRestriction 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 definedInterfaceorg.apache.jena.ontologyApache Jena
ComplementClassInterfaceorg.apache.jena.ontologyApache Jena
ConversionException Exception that is thrown when an ontology resource is converted to another facet, using as(), and the requested conversion is notClassorg.apache.jena.ontologyApache Jena
DataRange Represents an ontology DataRange: a class-like construct that contains only concrete data literals.Interfaceorg.apache.jena.ontologyApache Jena
DatatypeProperty Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values areInterfaceorg.apache.jena.ontologyApache Jena
EnumeratedClass Encapsulates a class description representing a closed enumeration of individuals.Interfaceorg.apache.jena.ontologyApache Jena
FunctionalProperty Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in theInterfaceorg.apache.jena.ontologyApache Jena
HasValueRestrictionInterfaceorg.apache.jena.ontologyApache Jena
Individual Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.Interfaceorg.apache.jena.ontologyApache Jena
IntersectionClassInterfaceorg.apache.jena.ontologyApache Jena
InverseFunctionalProperty Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value inInterfaceorg.apache.jena.ontologyApache Jena
LanguageConsistencyException An exception that denotes some inconsistency between the arguments to a method in the ontology API, and the language definition for a given ontology profile.Classorg.apache.jena.ontologyApache Jena
MaxCardinalityQRestriction Interface representing the ontology abstraction for a qualified maximum cardinality restriction.Interfaceorg.apache.jena.ontologyApache Jena
MaxCardinalityRestriction 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 definedInterfaceorg.apache.jena.ontologyApache Jena
MinCardinalityQRestriction Interface representing the ontology abstraction for a qualified minimum cardinality restriction.Interfaceorg.apache.jena.ontologyApache Jena
MinCardinalityRestriction 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 definedInterfaceorg.apache.jena.ontologyApache Jena
ObjectProperty Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valued properties).Interfaceorg.apache.jena.ontologyApache Jena
OntClass Interface that represents an ontology node characterising a class description.Interfaceorg.apache.jena.ontologyApache Jena
OntDocumentManager Provides services for managing ontology documents, including loading imported documents, and locally caching documents from resolvable URL's to improveClassorg.apache.jena.ontologyApache Jena
OntDocumentManager .DefaultReadHookThe default implementation of OntDocumentManager.Classorg.apache.jena.ontology.OntDocumentManagerApache Jena
OntDocumentManager .ReadFailureHandler fails in an attempt to read the contents of a URL into a model.Interfaceorg.apache.jena.ontology.OntDocumentManagerApache Jena
OntDocumentManager .ReadHook reading a source document into a model.Interfaceorg.apache.jena.ontology.OntDocumentManagerApache Jena
OntModel An enhanced view of a Jena model that is known to contain ontology data, under a given ontology vocabulary (such as OWL).Interfaceorg.apache.jena.ontologyApache Jena
OntModelSpec Encapsulates a description of the components of an ontology model, including the storage scheme, reasoner and language profile.Classorg.apache.jena.ontologyApache Jena
Ontology Interface encapsulating the distinguished instance in a given ontology document that presents meta-data and other processing data about the documentInterfaceorg.apache.jena.ontologyApache Jena
OntologyException Exception for generic errors that arise while processing ontologiesSee Also:Serialized FormClassorg.apache.jena.ontologyApache Jena
OntProperty Interface encapsulating a property in an ontology.Interfaceorg.apache.jena.ontologyApache Jena
OntResource Provides a common super-type for all of the abstractions in this ontology representation package.Interfaceorg.apache.jena.ontologyApache Jena
OntTools Some general utilities and algorithms to support developers working with the general classes in the Jena ontology API.Classorg.apache.jena.ontologyApache Jena
OntTools .DisjointSetClassorg.apache.jena.ontology.OntToolsApache Jena
OntTools .LCAIndexSimple data structure mapping RDF nodes to disjoint sets, and pairs of resources to their LCA.Classorg.apache.jena.ontology.OntToolsApache Jena
OntTools .PathA path is an application of List containing only Statement objects, and in which for all adjacent elements Si-1Classorg.apache.jena.ontology.OntToolsApache Jena
OntTools .PredicatesFilterA filter which accepts statements whose predicate matches one of a collection of predicates held by the filter object.Classorg.apache.jena.ontology.OntToolsApache Jena
Profile Interface that encapsulates the elements of a general vocabulary corresponding to a particular ontology language.Interfaceorg.apache.jena.ontologyApache Jena
ProfileException Exception that is raised when an ontology operation is attempted that is not present in the language profile for the current ontology model.Classorg.apache.jena.ontologyApache Jena
ProfileRegistry Provides a means to map between the URI's that represent ontology languages and their language profiles.Classorg.apache.jena.ontologyApache Jena
QualifiedRestriction Represents a qualified restriction, in which all values of the restricted property are required to be members of a given class.Interfaceorg.apache.jena.ontologyApache Jena
Restriction Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.Interfaceorg.apache.jena.ontologyApache Jena
SomeValuesFromRestriction A property restriction that requires the named property to have at least one range instance belonging to the given class.Interfaceorg.apache.jena.ontologyApache Jena
SymmetricProperty Interface that encapsulates a property that is symmetric, i.Interfaceorg.apache.jena.ontologyApache Jena
TransitiveProperty Interface that denotes a property that is transitive i.Interfaceorg.apache.jena.ontologyApache Jena
UnionClass Class description that is formed from the union of a list of a class descriptions.Interfaceorg.apache.jena.ontologyApache Jena