Uses of Interface
com.hp.hpl.jena.ontology.OntResource

Packages that use OntResource
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF.  
 

Uses of OntResource in com.hp.hpl.jena.ontology
 

Subinterfaces of OntResource in com.hp.hpl.jena.ontology
 interface AllDifferent
           Interface defining an individual in which all members of a collection are declared pair-wise disjoint.
 interface AllValuesFromRestriction
           A property restriction that requires the named property to have have any range instances to be members of a given class.
 interface AnnotationProperty
           Interface that represents the category of annotation properties in an ontology language.
 interface BooleanClassDescription
           Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).
 interface 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 defined by the restriction.
 interface ComplementClass
           Class description that is formed from the complement of another class description
 interface DatatypeProperty
           Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values are individuals).
 interface EnumeratedClass
           Encapsulates a class description representing a closed enumeration of individuals.
 interface 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 the range.
 interface HasValueRestriction
           A property restriction that requires the named property to have a given individual as its value.
 interface Individual
           Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.
 interface IntersectionClass
           Encapsulates a class description that is the intersection of a list of class expressions.
 interface 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 in the domain (effectively, a key).
 interface 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 defined by the restriction.
 interface 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 defined by the restriction.
 interface ObjectProperty
           Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valued properties).
 interface OntClass
           Interface that represents an ontology node characterising a class description.
 interface Ontology
           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 OntProperty
           Interface encapsulating a property in an ontology.
 interface Restriction
           Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.
 interface SomeValuesFromRestriction
           A property restriction that requires the named property to have at least one range instance belonging to the given class.
 interface SymmetricProperty
           Interface that encapsulates a property that is symmetric, i.e. one in which if p(x, y) holds, thenp(y, x) must also hold.
 interface TransitiveProperty
           Interface that encapsulates an property that is transitive i.e. one in which if p(x, y) holds, and p(x, z) holds, then p(x, z) must also hold.
 interface UnionClass
           Class description that is formed from the union of a list of a class descriptions.
 

Methods in com.hp.hpl.jena.ontology that return OntResource
 OntResource OntResource.getSameAs()
          Answer a resource that is declared to be the same as this resource.
 OntResource OntResource.getDifferentFrom()
          Answer a resource that is declared to be distinct from this resource.
 OntResource OntProperty.getDomain()
          Answer a resource that represents the domain class of this property.
 OntResource OntProperty.getRange()
          Answer a resource that represents the range class of this property.
 OntResource Ontology.getImport()
          Answer a resource that represents an ontology imported by this ontology.
 OntResource Ontology.getBackwardCompatibleWith()
          Answer a resource that represents an ontology that is backwards compatible with this ontology.
 OntResource Ontology.getPriorVersion()
          Answer a resource that represents an ontology that is superceded by this ontology.
 OntResource Ontology.getIncompatibleWith()
          Answer a resource that represents an ontology that is is incompatible with this ontology.
 OntResource OntModel.createOntResource(java.lang.Class javaClass, Resource rdfType, java.lang.String uri)
           Answer a resource that represents a generic ontology node in this model.
 OntResource Individual.getSameIndividualAs()
          Answer a resource that is declared to be the same as this individual.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.