|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mulgara.mrg.vocab.OWL
public class OWL
Vocabulary for OWL.
| Field Summary | |
|---|---|
static Uri |
ALL_DIFFERENT
The class of things that are all different. |
static Uri |
ALL_VALUES_FROM
A restriction property for the universal qualifier. |
static Uri |
ANNOTATION_PROPERTY
The class of annotation properties. |
static Uri |
BACKWARD_COMPATIBLE_WITH
An ontology property for describing compatibility with a previous version. |
static Uri |
BASE_URI
The URI of the OWL name space. |
static Uri |
CARDINALITY
A restriction property synonymous with max and min cardinality set to the same value. |
static Uri |
CLASS
The class of classes. |
static Uri |
COMPLEMENT_OF
A property for the complement of another class. |
static Uri |
DATA_RANGE
The class for a range of data that a property can refer to. |
static Uri |
DATATYPE_PROPERTY
The class of datatype properties (where the value is a literal). |
static Uri |
DEPRECATED_CLASS
The class for classes that should no longer be used. |
static Uri |
DEPRECATED_PROPERTY
The class for properties that should no longer be used. |
static Uri |
DIFFERENT_FROM
Different From property. |
static Uri |
DISJOINT_WITH
Disjoint With property. |
static Uri |
DISTINCT_MEMBERS
Distinct Members property. |
static Uri |
EQUIVALENT_CLASS
Equivalent class property. |
static Uri |
EQUIVALENT_PROPERTY
Equivalent property property. |
static Uri |
FUNCTIONAL_PROPERTY
The class of functional object properties. |
static Uri |
HAS_VALUE
A restriction property for specifying a property value. |
static Uri |
IMPORTS
An ontology property for importing another ontology. |
static Uri |
INCOMPATIBLE_WITH
An ontology property for describing incompatibility with a previous version. |
static Uri |
INTERSECTION_OF
A property for an intersection of other classes. |
static Uri |
INVERSE_FUNCTIONAL_PROPERTY
The class of inverse functional object properties. |
static Uri |
INVERSE_OF
A property for describing that two properties are the inverse of each other. |
static Uri |
MAX_CARDINALITY
A restriction property for maximum numeric cardinality. |
static Uri |
MIN_CARDINALITY
A restriction property for minimal numeric cardinality. |
static Uri |
NOTHING
Bottom |
static Uri |
OBJECT_PROPERTY
The class of object properties. |
static Uri |
ON_PROPERTY
A property for associating a restriction with a property. |
static Uri |
ONE_OF
A property for an enumeration class. |
static Uri |
ONTOLOGY
The class of ontologies. |
static Uri |
ONTOLOGY_PROPERTY
The class properties of an ontology. |
static Uri |
PRIOR_VERSION
An ontology property for describing a previous version. |
static Uri |
RESTRICTION
The class of things that are restricted. |
static Uri |
SAME_AS
Same As property. |
static Uri |
SOME_VALUES_FROM
A restriction property for the existential qualifier. |
static Uri |
SYMMETRIC_PROPERTY
The class of symmetric object properties. |
static Uri |
THING
Top |
static Uri |
TRANSITIVE_PROPERTY
The class of transitive object properties. |
static Uri |
UNION_OF
A property for a union of other classes. |
static Uri |
VERSION_INFO
An annotation property for versioning. |
| 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 |
|---|
public static final Uri BASE_URI
public static final Uri THING
public static final Uri NOTHING
public static final Uri CLASS
public static final Uri ALL_DIFFERENT
public static final Uri RESTRICTION
public static final Uri OBJECT_PROPERTY
public static final Uri DATATYPE_PROPERTY
public static final Uri TRANSITIVE_PROPERTY
public static final Uri SYMMETRIC_PROPERTY
public static final Uri FUNCTIONAL_PROPERTY
public static final Uri INVERSE_FUNCTIONAL_PROPERTY
public static final Uri ANNOTATION_PROPERTY
public static final Uri ONTOLOGY
public static final Uri ONTOLOGY_PROPERTY
public static final Uri DEPRECATED_CLASS
public static final Uri DEPRECATED_PROPERTY
public static final Uri DATA_RANGE
public static final Uri EQUIVALENT_CLASS
public static final Uri DISJOINT_WITH
public static final Uri EQUIVALENT_PROPERTY
public static final Uri SAME_AS
public static final Uri DIFFERENT_FROM
public static final Uri DISTINCT_MEMBERS
public static final Uri UNION_OF
public static final Uri INTERSECTION_OF
public static final Uri COMPLEMENT_OF
public static final Uri ONE_OF
public static final Uri ON_PROPERTY
public static final Uri ALL_VALUES_FROM
public static final Uri HAS_VALUE
public static final Uri SOME_VALUES_FROM
public static final Uri MIN_CARDINALITY
public static final Uri MAX_CARDINALITY
public static final Uri CARDINALITY
public static final Uri INVERSE_OF
public static final Uri IMPORTS
public static final Uri VERSION_INFO
public static final Uri PRIOR_VERSION
public static final Uri BACKWARD_COMPATIBLE_WITH
public static final Uri INCOMPATIBLE_WITH
| Constructor Detail |
|---|
public OWL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||