|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.vocabulary.OWL
A vocabulary class providing static constants for the OWL language elements
Field Summary | |
static Resource |
AllDifferent
Resource denoting the class of OWL axioms stating that a set of classes are pairwise disjoint |
static Property |
allValuesFrom
Property denoting the OWL predicate that states that a class is in a given restriction if all values of the restricted property are in the given class |
static Resource |
AnnotationProperty
Resource denoting the class of OWL properties that are annotations |
static Property |
backwardCompatibleWith
Property denoting the OWL predicate that states that a given ontology is a backwardly compatible prior version of the ontology given by the domain |
static Property |
cardinality
Property denoting the OWL predicate that states that a property should have a given cardinality |
static Resource |
Class
Resource denoting the class of OWL classes |
static Property |
comment
Property denoting the comment on a value @see RDFS#comment |
static Property |
complementOf
Property denoting the OWL predicate that states that a given class is the complement of another class description |
static Resource |
Datatype
Resource denoting the class of datatype values @see RDFS#Datatype |
static Resource |
DatatypeProperty
Resource denoting the class of OWL properties that have typed literals as their range |
static Resource |
DeprecatedClass
Resource denoting the class of OWL classes that have been deprecated |
static Resource |
DeprecatedProperty
Resource denoting the class of OWL properties that have been deprecated |
static Property |
differentFrom
Property denoting the OWL predicate that states that two given values are different |
static Property |
disjointWith
Property denoting the OWL predicate that states that one class has no instances in common with another |
static Property |
distinctMembers
Property denoting the OWL predicate that states that two given classes have different members |
static Property |
domain
Property denoting the domain of a predicate @see RDFS#domain |
static Property |
equivalentClass
Property denoting the OWL predicate that states that two given classes are equivalent |
static Property |
equivalentProperty
Property denoting the OWL predicate that states that two given properties are equivalent |
static Resource |
FunctionalProperty
Resource denoting the class of OWL properties that are functional (have a unique range element for a given domain element) |
static Property |
hasValue
Property denoting the OWL predicate that nominates the value the restricted property must have for the class to be in the restriction |
static Property |
imports
Property denoting the OWL predicate that states that a given ontology imports another |
static Property |
incompatibleWith
Property denoting the OWL predicate that states that a given ontology is a backwardly incompatible version of the ontology given by the domain |
static Property |
intersectionOf
Property denoting the OWL predicate that states that a given class is same as the intersection of a list of give class descriptions |
static Resource |
InverseFunctionalProperty
Resource denoting the class of OWL properties that are inverse functional (have a unique domain element for a given range element) |
static Property |
inverseOf
Property denoting the OWL predicate that states that one property is the inverse of another |
static Property |
label
Property denoting the label on a value @see RDFS#label |
static Resource |
List
Resource denoting the class of list values @see RDF#List |
static Resource |
Literal
Resource denoting the class of literal values @see RDFS#Literal |
static Property |
maxCardinality
Property denoting the OWL predicate that states that a property should have a given maximum cardinality |
static Property |
minCardinality
Property denoting the OWL predicate that states that a property should have a given minimum cardinality |
static java.lang.String |
NAMESPACE
URI denoting the OWL namespace, currently http://www.w3.org/2002/07/owl# |
static Resource |
nil
Resource denoting the nil (empty) list @see RDF#nil |
static Resource |
Nothing
Resource denoting the empty set containing no OWL individuals |
static Resource |
ObjectProperty
Resource denoting the class of OWL properties that have individuals as their range |
static Property |
oneOf
Property denoting the OWL predicate that states that a given class is constructed from a closed enumeration of values |
static Property |
onProperty
Property denoting the OWL predicate that states that names the property that a property restriction applies to |
static Resource |
Ontology
Resource denoting the class of OWL ontology nodes |
static Property |
priorVersion
Property denoting the OWL predicate that states that a given ontology is a prior version of the ontology given by the domain |
static Property |
range
Property denoting the range of a predicate @see RDFS#range |
static Resource |
Restriction
Resource denoting the class of OWL restrictions |
static Property |
sameAs
Property denoting the OWL predicate that states that two given values are equivalent |
static Property |
sameIndividualAs
Property denoting the OWL predicate that states that two given indviduals are the same object |
static Property |
someValuesFrom
Property denoting the OWL predicate that states that a class is in a given restriction if at least one value of the restricted property is in the given class |
static Property |
subClassOf
Property denoting the super-class of a class @see RDFS#subClassOf |
static Property |
subPropertyOf
Property denoting the super-property of a property @see RDFS#subPropertyOf |
static Resource |
SymmetricProperty
Resource denoting the class of OWL properties that are symmetric |
static Resource |
Thing
Resource denoting the universal set containing all OWL individuals |
static Resource |
TransitiveProperty
Resource denoting the class of OWL properties that are transitive |
static Property |
type
Property denoting the type of a value @see RDF#type |
static Property |
unionOf
Property denoting the OWL predicate that states that a given class is same as the union of a list of give class descriptions |
static Property |
versionInfo
Property denoting the OWL predicate that states the version metadata for a given ontology |
Constructor Summary | |
OWL()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NAMESPACE
http://www.w3.org/2002/07/owl#
public static final Resource Class
public static final Resource Restriction
public static final Resource Thing
public static final Resource Nothing
public static final Resource ObjectProperty
public static final Resource DatatypeProperty
public static final Resource TransitiveProperty
public static final Resource SymmetricProperty
public static final Resource FunctionalProperty
public static final Resource InverseFunctionalProperty
public static final Resource AllDifferent
public static final Resource Ontology
public static final Resource DeprecatedClass
public static final Resource DeprecatedProperty
public static final Resource AnnotationProperty
public static final Property equivalentProperty
public static final Property equivalentClass
public static final Property disjointWith
public static final Property sameIndividualAs
public static final Property sameAs
public static final Property differentFrom
public static final Property distinctMembers
public static final Property unionOf
public static final Property intersectionOf
public static final Property complementOf
public static final Property oneOf
public static final Property onProperty
public static final Property allValuesFrom
public static final Property hasValue
public static final Property someValuesFrom
public static final Property minCardinality
public static final Property maxCardinality
public static final Property cardinality
public static final Property inverseOf
public static final Property imports
public static final Property versionInfo
public static final Property priorVersion
public static final Property backwardCompatibleWith
public static final Property incompatibleWith
public static final Resource Datatype
public static final Resource List
public static final Resource Literal
public static final Resource nil
public static final Property type
public static final Property comment
public static final Property domain
public static final Property label
public static final Property range
public static final Property subClassOf
public static final Property subPropertyOf
Constructor Detail |
public OWL()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |