com.hp.hpl.jena.vocabulary
Class OWL

java.lang.Object
  extended bycom.hp.hpl.jena.vocabulary.OWL

public class OWL
extends java.lang.Object

A vocabulary class providing static constants for the OWL language elements

Version:
CVS $Id: OWL.java,v 1.7 2003/04/02 20:33:24 ian_dickinson Exp $
Author:
Ian Dickinson, HP Labs (email)

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

NAMESPACE

public static final java.lang.String NAMESPACE
URI denoting the OWL namespace, currently http://www.w3.org/2002/07/owl#

See Also:
Constant Field Values

Class

public static final Resource Class
Resource denoting the class of OWL classes


Restriction

public static final Resource Restriction
Resource denoting the class of OWL restrictions


Thing

public static final Resource Thing
Resource denoting the universal set containing all OWL individuals


Nothing

public static final Resource Nothing
Resource denoting the empty set containing no OWL individuals


ObjectProperty

public static final Resource ObjectProperty
Resource denoting the class of OWL properties that have individuals as their range


DatatypeProperty

public static final Resource DatatypeProperty
Resource denoting the class of OWL properties that have typed literals as their range


TransitiveProperty

public static final Resource TransitiveProperty
Resource denoting the class of OWL properties that are transitive


SymmetricProperty

public static final Resource SymmetricProperty
Resource denoting the class of OWL properties that are symmetric


FunctionalProperty

public static final Resource FunctionalProperty
Resource denoting the class of OWL properties that are functional (have a unique range element for a given domain element)


InverseFunctionalProperty

public static final Resource InverseFunctionalProperty
Resource denoting the class of OWL properties that are inverse functional (have a unique domain element for a given range element)


AllDifferent

public static final Resource AllDifferent
Resource denoting the class of OWL axioms stating that a set of classes are pairwise disjoint


Ontology

public static final Resource Ontology
Resource denoting the class of OWL ontology nodes


DeprecatedClass

public static final Resource DeprecatedClass
Resource denoting the class of OWL classes that have been deprecated


DeprecatedProperty

public static final Resource DeprecatedProperty
Resource denoting the class of OWL properties that have been deprecated


AnnotationProperty

public static final Resource AnnotationProperty
Resource denoting the class of OWL properties that are annotations


equivalentProperty

public static final Property equivalentProperty
Property denoting the OWL predicate that states that two given properties are equivalent


equivalentClass

public static final Property equivalentClass
Property denoting the OWL predicate that states that two given classes are equivalent


disjointWith

public static final Property disjointWith
Property denoting the OWL predicate that states that one class has no instances in common with another


sameIndividualAs

public static final Property sameIndividualAs
Property denoting the OWL predicate that states that two given indviduals are the same object


sameAs

public static final Property sameAs
Property denoting the OWL predicate that states that two given values are equivalent


differentFrom

public static final Property differentFrom
Property denoting the OWL predicate that states that two given values are different


distinctMembers

public static final Property distinctMembers
Property denoting the OWL predicate that states that two given classes have different members


unionOf

public static final 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


intersectionOf

public static final 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


complementOf

public static final Property complementOf
Property denoting the OWL predicate that states that a given class is the complement of another class description


oneOf

public static final Property oneOf
Property denoting the OWL predicate that states that a given class is constructed from a closed enumeration of values


onProperty

public static final Property onProperty
Property denoting the OWL predicate that states that names the property that a property restriction applies to


allValuesFrom

public static final 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


hasValue

public static final Property hasValue
Property denoting the OWL predicate that nominates the value the restricted property must have for the class to be in the restriction


someValuesFrom

public static final 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


minCardinality

public static final Property minCardinality
Property denoting the OWL predicate that states that a property should have a given minimum cardinality


maxCardinality

public static final Property maxCardinality
Property denoting the OWL predicate that states that a property should have a given maximum cardinality


cardinality

public static final Property cardinality
Property denoting the OWL predicate that states that a property should have a given cardinality


inverseOf

public static final Property inverseOf
Property denoting the OWL predicate that states that one property is the inverse of another


imports

public static final Property imports
Property denoting the OWL predicate that states that a given ontology imports another


versionInfo

public static final Property versionInfo
Property denoting the OWL predicate that states the version metadata for a given ontology


priorVersion

public static final Property priorVersion
Property denoting the OWL predicate that states that a given ontology is a prior version of the ontology given by the domain


backwardCompatibleWith

public static final 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


incompatibleWith

public static final 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


Datatype

public static final Resource Datatype
Resource denoting the class of datatype values @see RDFS#Datatype


List

public static final Resource List
Resource denoting the class of list values @see RDF#List


Literal

public static final Resource Literal
Resource denoting the class of literal values @see RDFS#Literal


nil

public static final Resource nil
Resource denoting the nil (empty) list @see RDF#nil


type

public static final Property type
Property denoting the type of a value @see RDF#type


comment

public static final Property comment
Property denoting the comment on a value @see RDFS#comment


domain

public static final Property domain
Property denoting the domain of a predicate @see RDFS#domain


label

public static final Property label
Property denoting the label on a value @see RDFS#label


range

public static final Property range
Property denoting the range of a predicate @see RDFS#range


subClassOf

public static final Property subClassOf
Property denoting the super-class of a class @see RDFS#subClassOf


subPropertyOf

public static final Property subPropertyOf
Property denoting the super-property of a property @see RDFS#subPropertyOf

Constructor Detail

OWL

public OWL()


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