public class OWL extends Object
Modifier and Type | Field and Description |
---|---|
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
The OWL namespace: http://www.w3.org/2002/07/owl#
|
static URI |
NOTHING
http://www.w3.org/2002/07/owl#Nothing
|
static Namespace |
NS
An immutable
Namespace constant that represents the OWL namespace. |
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 String |
PREFIX
Recommended prefix for the OWL namespace: "owl"
|
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 |
THING
http://www.w3.org/2002/07/owl#Thing
|
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
|
static URI |
VERSIONIRI
http://www.w3.org/2002/07/owl#versionIRI
|
Constructor and Description |
---|
OWL() |
public static final String NAMESPACE
public static final String PREFIX
public static final Namespace NS
Namespace
constant that represents the OWL namespace.public static final URI CLASS
public static final URI INDIVIDUAL
public static final URI THING
public static final URI NOTHING
public static final URI EQUIVALENTCLASS
public static final URI EQUIVALENTPROPERTY
public static final URI SAMEAS
public static final URI DIFFERENTFROM
public static final URI ALLDIFFERENT
public static final URI DISTINCTMEMBERS
public static final URI OBJECTPROPERTY
public static final URI DATATYPEPROPERTY
public static final URI INVERSEOF
public static final URI TRANSITIVEPROPERTY
public static final URI SYMMETRICPROPERTY
public static final URI FUNCTIONALPROPERTY
public static final URI INVERSEFUNCTIONALPROPERTY
public static final URI RESTRICTION
public static final URI ONPROPERTY
public static final URI ALLVALUESFROM
public static final URI SOMEVALUESFROM
public static final URI MINCARDINALITY
public static final URI MAXCARDINALITY
public static final URI CARDINALITY
public static final URI ONTOLOGY
public static final URI IMPORTS
public static final URI INTERSECTIONOF
public static final URI VERSIONINFO
public static final URI VERSIONIRI
public static final URI PRIORVERSION
public static final URI BACKWARDCOMPATIBLEWITH
public static final URI INCOMPATIBLEWITH
public static final URI DEPRECATEDCLASS
public static final URI DEPRECATEDPROPERTY
public static final URI ANNOTATIONPROPERTY
public static final URI ONTOLOGYPROPERTY
public static final URI ONEOF
public static final URI HASVALUE
public static final URI DISJOINTWITH
public static final URI UNIONOF
public static final URI COMPLEMENTOF
Copyright © 2001–2017 Aduna. All rights reserved.