org.openrdf.vocabulary
Class OWL

java.lang.Object
  extended byorg.openrdf.vocabulary.OWL

public class OWL
extends Object

Constants for OWL primitives and for the OWL namespace.


Field Summary
static String ALLDIFFERENT
          http://www.w3.org/2002/07/owl#AllDifferent
static String ALLVALUESFROM
          http://www.w3.org/2002/07/owl#allValuesFrom
static String ANNOTATIONPROPERTY
          http://www.w3.org/2002/07/owl#AnnotationProperty
static String BACKWARDCOMPATIBLEWITH
          http://www.w3.org/2002/07/owl#backwardCompatibleWith
static String CARDINALITY
          http://www.w3.org/2002/07/owl#cardinality
static String CLASS
          http://www.w3.org/2002/07/owl#Class
static String COMPLEMENTOF
          http://www.w3.org/2002/07/owl#complementOf
static String DATATYPEPROPERTY
          http://www.w3.org/2002/07/owl#DatatypeProperty
static String DEPRECATEDCLASS
          http://www.w3.org/2002/07/owl#DeprecatedClass
static String DEPRECATEDPROPERTY
          http://www.w3.org/2002/07/owl#DeprecatedProperty
static String DIFFERENTFROM
          http://www.w3.org/2002/07/owl#differentFrom
static String DISJOINTWITH
          http://www.w3.org/2002/07/owl#disjointWith
static String DISTINCTMEMBERS
          http://www.w3.org/2002/07/owl#distinctMembers
static String EQUIVALENTCLASS
          http://www.w3.org/2002/07/owl#equivalentClass
static String EQUIVALENTPROPERTY
          http://www.w3.org/2002/07/owl#equivalentProperty
static String FUNCTIONALPROPERTY
          http://www.w3.org/2002/07/owl#FunctionalProperty
static String HASVALUE
          http://www.w3.org/2002/07/owl#hasValue
static String IMPORTS
          http://www.w3.org/2002/07/owl#imports
static String INCOMPATIBLEWITH
          http://www.w3.org/2002/07/owl#incompatibleWith
static String INDIVIDUAL
          http://www.w3.org/2002/07/owl#Individual
static String INTERSECTIONOF
          http://www.w3.org/2002/07/owl#intersectionOf
static String INVERSEFUNCTIONALPROPERTY
          http://www.w3.org/2002/07/owl#InverseFunctionalProperty
static String INVERSEOF
          http://www.w3.org/2002/07/owl#inverseOf
static String MAXCARDINALITY
          http://www.w3.org/2002/07/owl#maxCardinality
static String MINCARDINALITY
          http://www.w3.org/2002/07/owl#minCardinality
static String NAMESPACE
          http://www.w3.org/2002/07/owl#
static String OBJECTPROPERTY
          http://www.w3.org/2002/07/owl#ObjectProperty
static String ONEOF
          http://www.w3.org/2002/07/owl#oneOf
static String ONPROPERTY
          http://www.w3.org/2002/07/owl#onProperty
static String ONTOLOGY
          http://www.w3.org/2002/07/owl#Ontology
static String ONTOLOGYPROPERTY
          http://www.w3.org/2002/07/owl#OntologyProperty
static String PRIORVERSION
          http://www.w3.org/2002/07/owl#priorVersion
static String RESTRICTION
          http://www.w3.org/2002/07/owl#Restriction
static String SAMEAS
          http://www.w3.org/2002/07/owl#sameAs
static String SOMEVALUESFROM
          http://www.w3.org/2002/07/owl#someValuesFrom
static String SYMMETRICPROPERTY
          http://www.w3.org/2002/07/owl#SymmetricProperty
static String TRANSITIVEPROPERTY
          http://www.w3.org/2002/07/owl#TransitiveProperty
static String UNIONOF
          http://www.w3.org/2002/07/owl#unionOf
static String VERSIONINFO
          http://www.w3.org/2002/07/owl#versionInfo
 
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 String NAMESPACE
http://www.w3.org/2002/07/owl#

See Also:
Constant Field Values

CLASS

public static final String CLASS
http://www.w3.org/2002/07/owl#Class

See Also:
Constant Field Values

INDIVIDUAL

public static final String INDIVIDUAL
http://www.w3.org/2002/07/owl#Individual

See Also:
Constant Field Values

EQUIVALENTCLASS

public static final String EQUIVALENTCLASS
http://www.w3.org/2002/07/owl#equivalentClass

See Also:
Constant Field Values

EQUIVALENTPROPERTY

public static final String EQUIVALENTPROPERTY
http://www.w3.org/2002/07/owl#equivalentProperty

See Also:
Constant Field Values

SAMEAS

public static final String SAMEAS
http://www.w3.org/2002/07/owl#sameAs

See Also:
Constant Field Values

DIFFERENTFROM

public static final String DIFFERENTFROM
http://www.w3.org/2002/07/owl#differentFrom

See Also:
Constant Field Values

ALLDIFFERENT

public static final String ALLDIFFERENT
http://www.w3.org/2002/07/owl#AllDifferent

See Also:
Constant Field Values

DISTINCTMEMBERS

public static final String DISTINCTMEMBERS
http://www.w3.org/2002/07/owl#distinctMembers

See Also:
Constant Field Values

OBJECTPROPERTY

public static final String OBJECTPROPERTY
http://www.w3.org/2002/07/owl#ObjectProperty

See Also:
Constant Field Values

DATATYPEPROPERTY

public static final String DATATYPEPROPERTY
http://www.w3.org/2002/07/owl#DatatypeProperty

See Also:
Constant Field Values

INVERSEOF

public static final String INVERSEOF
http://www.w3.org/2002/07/owl#inverseOf

See Also:
Constant Field Values

TRANSITIVEPROPERTY

public static final String TRANSITIVEPROPERTY
http://www.w3.org/2002/07/owl#TransitiveProperty

See Also:
Constant Field Values

SYMMETRICPROPERTY

public static final String SYMMETRICPROPERTY
http://www.w3.org/2002/07/owl#SymmetricProperty

See Also:
Constant Field Values

FUNCTIONALPROPERTY

public static final String FUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#FunctionalProperty

See Also:
Constant Field Values

INVERSEFUNCTIONALPROPERTY

public static final String INVERSEFUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#InverseFunctionalProperty

See Also:
Constant Field Values

RESTRICTION

public static final String RESTRICTION
http://www.w3.org/2002/07/owl#Restriction

See Also:
Constant Field Values

ONPROPERTY

public static final String ONPROPERTY
http://www.w3.org/2002/07/owl#onProperty

See Also:
Constant Field Values

ALLVALUESFROM

public static final String ALLVALUESFROM
http://www.w3.org/2002/07/owl#allValuesFrom

See Also:
Constant Field Values

SOMEVALUESFROM

public static final String SOMEVALUESFROM
http://www.w3.org/2002/07/owl#someValuesFrom

See Also:
Constant Field Values

MINCARDINALITY

public static final String MINCARDINALITY
http://www.w3.org/2002/07/owl#minCardinality

See Also:
Constant Field Values

MAXCARDINALITY

public static final String MAXCARDINALITY
http://www.w3.org/2002/07/owl#maxCardinality

See Also:
Constant Field Values

CARDINALITY

public static final String CARDINALITY
http://www.w3.org/2002/07/owl#cardinality

See Also:
Constant Field Values

ONTOLOGY

public static final String ONTOLOGY
http://www.w3.org/2002/07/owl#Ontology

See Also:
Constant Field Values

IMPORTS

public static final String IMPORTS
http://www.w3.org/2002/07/owl#imports

See Also:
Constant Field Values

INTERSECTIONOF

public static final String INTERSECTIONOF
http://www.w3.org/2002/07/owl#intersectionOf

See Also:
Constant Field Values

VERSIONINFO

public static final String VERSIONINFO
http://www.w3.org/2002/07/owl#versionInfo

See Also:
Constant Field Values

PRIORVERSION

public static final String PRIORVERSION
http://www.w3.org/2002/07/owl#priorVersion

See Also:
Constant Field Values

BACKWARDCOMPATIBLEWITH

public static final String BACKWARDCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#backwardCompatibleWith

See Also:
Constant Field Values

INCOMPATIBLEWITH

public static final String INCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#incompatibleWith

See Also:
Constant Field Values

DEPRECATEDCLASS

public static final String DEPRECATEDCLASS
http://www.w3.org/2002/07/owl#DeprecatedClass

See Also:
Constant Field Values

DEPRECATEDPROPERTY

public static final String DEPRECATEDPROPERTY
http://www.w3.org/2002/07/owl#DeprecatedProperty

See Also:
Constant Field Values

ANNOTATIONPROPERTY

public static final String ANNOTATIONPROPERTY
http://www.w3.org/2002/07/owl#AnnotationProperty

See Also:
Constant Field Values

ONTOLOGYPROPERTY

public static final String ONTOLOGYPROPERTY
http://www.w3.org/2002/07/owl#OntologyProperty

See Also:
Constant Field Values

ONEOF

public static final String ONEOF
http://www.w3.org/2002/07/owl#oneOf

See Also:
Constant Field Values

HASVALUE

public static final String HASVALUE
http://www.w3.org/2002/07/owl#hasValue

See Also:
Constant Field Values

DISJOINTWITH

public static final String DISJOINTWITH
http://www.w3.org/2002/07/owl#disjointWith

See Also:
Constant Field Values

UNIONOF

public static final String UNIONOF
http://www.w3.org/2002/07/owl#unionOf

See Also:
Constant Field Values

COMPLEMENTOF

public static final String COMPLEMENTOF
http://www.w3.org/2002/07/owl#complementOf

See Also:
Constant Field Values
Constructor Detail

OWL

public OWL()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.