public class OWL extends Object
Modifier and Type | Field and Description |
---|---|
static URI |
AllDifferent |
static URI |
allValuesFrom |
static URI |
AnnotationProperty
OWL Full does not put any constraints on annotations in an ontology.
|
static URI |
backwardCompatibleWith
An owl:backwardCompatibleWith statement contains a reference to another
ontology.
|
static URI |
cardinality
The cardinality constraint owl:cardinality is a built-in OWL property
that links a restriction class to a data value belonging to the range of
the XML Schema datatype nonNegativeInteger.
|
static URI |
Class
OWL distinguishes six types of class descriptions:
1.
|
static URI |
complementOf |
static URI |
DataRange |
static URI |
DatatypeProperty |
static URI |
DeprecatedClass
Here, a specific identifier is said to be of type owl:DeprecatedClass,
which is a subclass of rdfs:Class.
|
static URI |
DeprecatedProperty
Here, a specific identifier is said to be of type or
owl:DeprecatedProperty, which is a subclass of rdf:Property.
|
static URI |
differentFrom |
static URI |
disjointWith |
static URI |
distinctMembers |
static URI |
equivalentClass |
static URI |
equivalentProperty |
static URI |
FunctionalProperty |
static URI |
hasValue |
static URI |
imports
An owl:imports statement references another OWL ontology containing
definitions, whose meaning is considered to be part of the meaning of
the importing ontology.
|
static URI |
incompatibleWith
An owl:incompatibleWith statement contains a reference to another
ontology.
|
static URI |
intersectionOf |
static URI |
InverseFunctionalProperty |
static URI |
inverseOf |
static URI |
maxCardinality
A restriction containing an owl:maxCardinality constraint describes a
class of all individuals that have at most N semantically distinct values
(individuals or data values) for the property concerned, where N is the
value of the cardinality constraint.
|
static URI |
minCardinality
A restriction containing an owl:minCardinality constraint describes a
class of all individuals that have at least N semantically distinct
values (individuals or data values) for the property concerned, where N
is the value of the cardinality constraint.
|
static URI |
Nothing
The class with identifier owl:Nothing is the empty class.
|
static URI |
ObjectProperty |
static URI |
oneOf |
static URI |
onProperty
A restriction class should have exactly one triple linking the
restriction to a particular property, using the owl:onProperty property.
|
static URI |
Ontology
An OWL ontology contains a sequence of annotations, axioms, and facts.
|
static URI |
OntologyProperty
OWL has a built-in class owl:OntologyProperty.
|
static String |
OWL_NS
The OWL Namespace
|
static URI |
priorVersion
An owl:priorVersion statement contains a reference to another ontology.
|
static URI |
Restriction
A property restriction is a special kind of class description.
|
static URI |
sameAs |
static URI |
someValuesFrom |
static URI |
SymmetricProperty |
static URI |
Thing
The class with identifier owl:Thing is the class of all individuals.
|
static URI |
TransitiveProperty |
static URI |
unionOf |
static URI |
versionInfo
An owl:versionInfo statement generally has as its object a string giving
information about this version, for example RCS/CVS keywords.
|
Constructor and Description |
---|
OWL() |
public static final String OWL_NS
public static final URI Ontology
public static final URI OntologyProperty
public static final URI AnnotationProperty
public static final URI imports
public static final URI Class
public static final URI Restriction
public static final URI onProperty
public static final URI cardinality
public static final URI maxCardinality
public static final URI minCardinality
public static final URI someValuesFrom
public static final URI allValuesFrom
public static final URI hasValue
public static final URI intersectionOf
public static final URI unionOf
public static final URI complementOf
public static final URI equivalentClass
public static final URI disjointWith
public static final URI ObjectProperty
public static final URI DatatypeProperty
public static final URI SymmetricProperty
public static final URI TransitiveProperty
public static final URI FunctionalProperty
public static final URI InverseFunctionalProperty
public static final URI equivalentProperty
public static final URI inverseOf
public static final URI Thing
public static final URI Nothing
public static final URI sameAs
public static final URI differentFrom
public static final URI AllDifferent
public static final URI distinctMembers
public static final URI DataRange
public static final URI oneOf
public static final URI versionInfo
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
DeprecatedClass
Copyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.