org.openrdf.model.vocabulary
Class OWL

java.lang.Object
  extended by org.openrdf.model.vocabulary.OWL

public class OWL
extends Object

Constants for OWL primitives and for the OWL namespace.


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


INDIVIDUAL

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


EQUIVALENTCLASS

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


EQUIVALENTPROPERTY

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


SAMEAS

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


DIFFERENTFROM

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


ALLDIFFERENT

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


DISTINCTMEMBERS

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


OBJECTPROPERTY

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


DATATYPEPROPERTY

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


INVERSEOF

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


TRANSITIVEPROPERTY

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


SYMMETRICPROPERTY

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


FUNCTIONALPROPERTY

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


INVERSEFUNCTIONALPROPERTY

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


RESTRICTION

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


ONPROPERTY

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


ALLVALUESFROM

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


SOMEVALUESFROM

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


MINCARDINALITY

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


MAXCARDINALITY

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


CARDINALITY

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


ONTOLOGY

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


IMPORTS

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


INTERSECTIONOF

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


VERSIONINFO

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


PRIORVERSION

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


BACKWARDCOMPATIBLEWITH

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


INCOMPATIBLEWITH

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


DEPRECATEDCLASS

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


DEPRECATEDPROPERTY

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


ANNOTATIONPROPERTY

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


ONTOLOGYPROPERTY

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


ONEOF

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


HASVALUE

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


DISJOINTWITH

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


UNIONOF

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


COMPLEMENTOF

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

Constructor Detail

OWL

public OWL()


Copyright © 2001-2008 Aduna. All Rights Reserved.