Class Summary |
OdmAnnotationProperty |
OWL Full does not put any constraints on annotations in an ontology. |
OdmComplementClass |
An owl:complementOf property links a class to precisely one class
description. |
OdmDataRange |
The notion of data range is used in order to specify the range of data values
that a property may take. |
OdmDataType |
OWL makes use of the RDF datatyping scheme, which provides a mechanism for
referring to XML Schema datatypes. |
OdmDatatypeProperty |
Datatype properties link individuals to data values. |
OdmDatatypePropertyInst |
|
OdmDataValue |
Data values are instances of the RDF Schema class rdfs:Literal. |
OdmEnumeratedClass |
An exhaustive enumeration of individuals that together form the
instances of a class. |
OdmEnumeration |
In addition to the RDF datatypes, OWL provides one additional construct
for defining a range of data values, namely an enumerated datatype. |
OdmIntersectionClass |
The owl:intersectionOf property links a class to a list of class
descriptions. |
OdmNullObject |
Singleton design pattern |
OdmObjectProperty |
Object properties link individuals to individuals. |
OdmObjectPropertyInst |
|
OdmOntology |
An ontology defines the various elements that can be used to describe and
represent a domain of knowledge. |
OdmOntologyClass |
An ontology class provides an abstraction mechanism for grouping
resources with similar characteristics. |
OdmOntologyClassInst |
The instance of an OntologyClass. |
OdmOntologyHeader |
An ontology property relates ontologies to other ontologies. |
OdmProperty |
Properties let us assert general facts about the members of classes and
specific facts about individuals. |
OdmRestrictionClass |
A property restriction is a special kind of class description. |
OdmSimpleNamedClass |
It describes a class through a class name (syntactically represented as a
URI reference). |
OdmSimpleNamedClassInst |
|
OdmThingClass |
Two OWL class identifiers are predefined, namely the classes owl:Thing and
owl:Nothing. |
OdmUnionClass |
The owl:unionOf property links a class to a list of class descriptions. |