|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that encapsulates the elements of a general vocabulary corresponding to a particular ontology language. The intent is that, using a given vocabulary, a given RDF model can be processed as an ontology description, without binding knowledge of the vocabulary into this Java package. For tractability, this limits the vocabularies that can easily be represented to those that are similar to OWL and DAML+OIL.
Method Summary | |
Resource |
ALL_DIFFERENT()
Answer the resource that represents the class of axioms denoting that a set of individuals are pairwise distinct. |
Property |
ALL_VALUES_FROM()
Answer the predicate that denotes a restriction on a given property to have only values from the given class expression. |
Resource |
ANNOTATION_PROPERTY()
Answer the class that denotes an annotation property |
Property |
BACKWARD_COMPATIBLE_WITH()
Answer the predicate that documents that one ontology resource is backwards compatible with another. |
Property |
CARDINALITY()
Answer the predicate that denotes a restriction on a given property to have exactly a certain number of values |
Resource |
CLASS()
Answer the resource that represents the class 'class' in this vocabulary. |
Property |
COMMENT()
Answer the predicate that denotes comment annotation on an ontology element
|
Property |
COMPLEMENT_OF()
Answer the predicate that denotes that one class comprises the individuals that are not in a second class. |
Resource |
DATATYPE_PROPERTY()
Answer the resource that represents the class of properties whose range elements are literals (not individuals) |
Resource |
DEPRECATED_CLASS()
Answer the resource that represents the documentation class of deprecated classes. |
Resource |
DEPRECATED_PROPERTY()
Answer the resource that represents the documentation class of deprecated properties. |
Property |
DIFFERENT_FROM()
Answer the predicate that denotes that one resource represents a different individual than another resource. |
Property |
DISJOINT_WITH()
Answer the predicate that denotes that one class has no individuals in its extension in common with another class. |
Property |
DISTINCT_MEMBERS()
Answer the predicate that maps from an ALL_DIFFERENT()
axiom to the set of individuals that are pair-wise different from
each other.
|
Property |
DOMAIN()
Answer the predicate that denotes the domain of a property. |
Property |
EQUIVALENT_CLASS()
Answer the predicate that denotes that one class has the same extension as another. |
Property |
EQUIVALENT_PROPERTY()
Answer the predicate that denotes that one property has the same property extension as another. |
Property |
FIRST()
The property that denotes the head of a list |
Resource |
FUNCTIONAL_PROPERTY()
Answer the resource that represents the class of properties that are functional, i.e. whose range is unique for a given domain element. |
Resource |
getAliasFor(Resource res)
Answer an alias for the given resource. |
java.util.Iterator |
getAnnotationProperties()
Answer an iterator over the properties in this language that are denoted annotation properties. |
java.util.Iterator |
getAxiomTypes()
Answer an iterator over the rdf:types in this language that denote stand-alone axioms. |
java.util.Iterator |
getClassDescriptionTypes()
Answer an iterator over the various types of class description defined in the language. |
java.lang.String |
getLabel()
Answer a descriptive string for this profile, for use in debugging and other output. |
Property |
HAS_VALUE()
Answer the predicate that denotes a restriction on a given property to have a given value. |
boolean |
hasAliasFor(Resource res)
Answer true if the given resource has an alias in this profile. |
Property |
IMPORTS()
Answer the predicate that denotes that one ontology document imports another. |
Property |
INCOMPATIBLE_WITH()
Answer the predicate that documents that one ontology resource is not backwards compatible with another. |
Property |
INTERSECTION_OF()
Answer the predicate that denotes that one class is formed from the intersection (conjunction) of a set of others. |
Resource |
INVERSE_FUNCTIONAL_PROPERTY()
Answer the resource that represents the class of properties that are inverse functional, i.e. whose domain is unique for a given range element. |
Property |
INVERSE_OF()
Answer the predicate that denotes that one property is the inverse of another |
Property |
IS_DEFINED_BY()
Answer the predicate that denotes isDefinedBy annotation on an ontology element
|
boolean |
isSupported(Node n,
EnhGraph g,
java.lang.Class type)
Answer true if the given graph supports a view of this node as the given language element, according to the semantic constraints of the profile. |
Property |
LABEL()
Answer the predicate that denotes label annotation on an ontology element
|
Resource |
LIST()
The rdf:type for cells in this list |
java.util.Iterator |
listAliasesFor(Resource res)
Answer an iterator over the defined aliases for a resource. |
Property |
MAX_CARDINALITY()
Answer the predicate that denotes a restriction on a given property to have at most a certain number of values |
Property |
MIN_CARDINALITY()
Answer the predicate that denotes a restriction on a given property to have at least a certain number of values |
java.lang.String |
NAMESPACE()
Answer the string that is the namespace prefix for this vocabulary |
Resource |
NIL()
The resource that denotes the end of the list |
Resource |
NOTHING()
Answer the resource that represents the necessarily empty class. |
Resource |
OBJECT_PROPERTY()
Answer the resource that represents the class of properties whose range elements are individuals (not literals) |
Property |
ON_PROPERTY()
Answer the predicate that maps from a RESTRICTION() to a property that it is
a restriction on.
|
Property |
ONE_OF()
Answer the predicate that denotes that a class comprises exactly one of a given closed set individuals. |
Resource |
ONTOLOGY()
Answer the resource that represents the class of ontology header elements. |
Property |
PRIOR_VERSION()
Answer the predicate that documents that one ontology is a prior version of another. |
Resource |
PROPERTY()
Answer the resource that represents the general class of properties. |
Property |
RANGE()
Answer the predicate that denotes the range of a property |
Property |
REST()
The property that denotes the tail of a list |
Resource |
RESTRICTION()
Answer the resource that represents the a class formed by placing constraints (restrictions) on the values of a property. |
Property |
SAME_AS()
Answer the predicate that denotes that one resource represents the same ontology object as another. |
Property |
SAME_INDIVIDUAL_AS()
Answer the predicate that denotes that one resource represents the same individual as another. |
Property |
SEE_ALSO()
Answer the predicate that denotes seeAlso annotation on an ontology element
|
Property |
SOME_VALUES_FROM()
Answer the predicate that denotes a restriction on a given property to have at least one value from the given class expression. |
Property |
SUB_CLASS_OF()
Answer the predicate that denotes that one class is a sub-class of another. |
Property |
SUB_PROPERTY_OF()
Answer the predicate that denotes that one property is a sub-property of another. |
Resource |
SYMMETRIC_PROPERTY()
Answer the resource that represents the class of properties that are symmetric. |
Resource |
THING()
Answer the resource that represents the class all individuals. |
Resource |
TRANSITIVE_PROPERTY()
Answer the resource that represents the class of properties that apply transitively. |
Property |
UNION_OF()
Answer the predicate that denotes that one class is formed from the union (disjunction) of a set of others. |
Property |
VERSION_INFO()
Answer the predicate that denotes version-info metadata on an ontology header |
Method Detail |
public java.lang.String NAMESPACE()
Answer the string that is the namespace prefix for this vocabulary
http://www.w3c.org/2002/07/owl#
public Resource CLASS()
Answer the resource that represents the class 'class' in this vocabulary.
public Resource RESTRICTION()
Answer the resource that represents the a class formed by placing constraints (restrictions) on the values of a property.
public Resource THING()
Answer the resource that represents the class all individuals.
public Resource NOTHING()
Answer the resource that represents the necessarily empty class.
public Resource PROPERTY()
Answer the resource that represents the general class of properties. This will
typically be rdf:Property
.
public Resource OBJECT_PROPERTY()
Answer the resource that represents the class of properties whose range elements are individuals (not literals)
public Resource DATATYPE_PROPERTY()
Answer the resource that represents the class of properties whose range elements are literals (not individuals)
public Resource TRANSITIVE_PROPERTY()
Answer the resource that represents the class of properties that apply transitively.
public Resource SYMMETRIC_PROPERTY()
Answer the resource that represents the class of properties that are symmetric.
public Resource FUNCTIONAL_PROPERTY()
Answer the resource that represents the class of properties that are functional, i.e. whose range is unique for a given domain element.
public Resource INVERSE_FUNCTIONAL_PROPERTY()
Answer the resource that represents the class of properties that are inverse functional, i.e. whose domain is unique for a given range element.
public Resource ALL_DIFFERENT()
Answer the resource that represents the class of axioms denoting that a set of individuals are pairwise distinct.
public Resource ONTOLOGY()
Answer the resource that represents the class of ontology header elements. Individuals of this class typically associate meta-data about an ontology document with the classes and properties in the document.
public Resource DEPRECATED_CLASS()
Answer the resource that represents the documentation class of deprecated classes. Belonging to this class is a hint to developers that a given class has been superceded in a later revision of the ontology.
public Resource DEPRECATED_PROPERTY()
Answer the resource that represents the documentation class of deprecated properties. Belonging to this class is a hint to developers that a given property has been superceded in a later revision of the ontology.
public Resource ANNOTATION_PROPERTY()
Answer the class that denotes an annotation property
public Property EQUIVALENT_PROPERTY()
Answer the predicate that denotes that one property has the same property extension as another.
public Property EQUIVALENT_CLASS()
Answer the predicate that denotes that one class has the same extension as another.
public Property DISJOINT_WITH()
Answer the predicate that denotes that one class has no individuals in its extension in common with another class.
public Property SAME_INDIVIDUAL_AS()
Answer the predicate that denotes that one resource represents the same individual as another.
public Property SAME_AS()
Answer the predicate that denotes that one resource represents the same ontology object as another.
public Property DIFFERENT_FROM()
Answer the predicate that denotes that one resource represents a different individual than another resource.
public Property DISTINCT_MEMBERS()
Answer the predicate that maps from an ALL_DIFFERENT()
axiom to the set of individuals that are pair-wise different from
each other.
public Property UNION_OF()
Answer the predicate that denotes that one class is formed from the union (disjunction) of a set of others.
public Property INTERSECTION_OF()
Answer the predicate that denotes that one class is formed from the intersection (conjunction) of a set of others.
public Property COMPLEMENT_OF()
Answer the predicate that denotes that one class comprises the individuals that are not in a second class.
public Property ONE_OF()
Answer the predicate that denotes that a class comprises exactly one of a given closed set individuals.
public Property ON_PROPERTY()
Answer the predicate that maps from a RESTRICTION()
to a property that it is
a restriction on.
public Property ALL_VALUES_FROM()
Answer the predicate that denotes a restriction on a given property to have only values from the given class expression.
public Property HAS_VALUE()
Answer the predicate that denotes a restriction on a given property to have a given value.
public Property SOME_VALUES_FROM()
Answer the predicate that denotes a restriction on a given property to have at least one value from the given class expression.
public Property MIN_CARDINALITY()
Answer the predicate that denotes a restriction on a given property to have at least a certain number of values
public Property MAX_CARDINALITY()
Answer the predicate that denotes a restriction on a given property to have at most a certain number of values
public Property CARDINALITY()
Answer the predicate that denotes a restriction on a given property to have exactly a certain number of values
public Property INVERSE_OF()
Answer the predicate that denotes that one property is the inverse of another
public Property IMPORTS()
Answer the predicate that denotes that one ontology document imports another.
public Property VERSION_INFO()
Answer the predicate that denotes version-info metadata on an ontology header
public Property PRIOR_VERSION()
Answer the predicate that documents that one ontology is a prior version of another.
public Property BACKWARD_COMPATIBLE_WITH()
Answer the predicate that documents that one ontology resource is backwards compatible with another.
public Property INCOMPATIBLE_WITH()
Answer the predicate that documents that one ontology resource is not backwards compatible with another.
public Property SUB_CLASS_OF()
Answer the predicate that denotes that one class is a sub-class of another.
public Property SUB_PROPERTY_OF()
Answer the predicate that denotes that one property is a sub-property of another.
public Property DOMAIN()
Answer the predicate that denotes the domain of a property.
public Property RANGE()
Answer the predicate that denotes the range of a property
public Property LABEL()
Answer the predicate that denotes label
annotation on an ontology element
public Property COMMENT()
Answer the predicate that denotes comment
annotation on an ontology element
public Property SEE_ALSO()
Answer the predicate that denotes seeAlso
annotation on an ontology element
public Property IS_DEFINED_BY()
Answer the predicate that denotes isDefinedBy
annotation on an ontology element
public Property FIRST()
The property that denotes the head of a list
public Property REST()
The property that denotes the tail of a list
public Resource LIST()
The rdf:type
for cells in this list
public Resource NIL()
The resource that denotes the end of the list
public java.util.Iterator getAxiomTypes()
Answer an iterator over the rdf:types in this language that denote stand-alone axioms.
public java.util.Iterator getAnnotationProperties()
Answer an iterator over the properties in this language that are denoted annotation properties. Not all languages have distinguished annotation properties.
public java.util.Iterator getClassDescriptionTypes()
Answer an iterator over the various types of class description defined in the language.
public boolean hasAliasFor(Resource res)
Answer true if the given resource has an alias in this profile.
res
- A resource (including properties) to test for an alias
res
public Resource getAliasFor(Resource res)
Answer an alias for the given resource. If there is more than one such alias, a choice is made non-deterministically between the alternatives.
res
- A resource (including properties) to test for an alias
res
, or one of the aliases for res
if more
than one is defined, or null if no alias is defined for res
.public java.util.Iterator listAliasesFor(Resource res)
Answer an iterator over the defined aliases for a resource.
res
- A resource (including properties)
res
. If there are
no aliases, the empty iterator is returned.public boolean isSupported(Node n, EnhGraph g, java.lang.Class type)
Answer true if the given graph supports a view of this node as the given language element, according to the semantic constraints of the profile. If strict checking on the ontology model is turned off, this check is skipped.
n
- A node to testg
- The enhanced graph containing n
, which is assumed to
be an OntModel
.type
- A class indicating the facet that we are testing against.
n
can be
viewed according to the facet resource res
public java.lang.String getLabel()
Answer a descriptive string for this profile, for use in debugging and other output.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |