org.mulgara.mrg.vocab.uri
Class OWL

java.lang.Object
  extended by org.mulgara.mrg.vocab.uri.OWL

public class OWL
extends Object

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 String BASE
          The OWL namespace.
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 String PREFIX
          The QName prefix for OWL
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

PREFIX

public static final String PREFIX
The QName prefix for OWL

See Also:
Constant Field Values

BASE

public static final String BASE
The OWL namespace.

See Also:
Constant Field Values

THING

public static final URI THING
Top


NOTHING

public static final URI NOTHING
Bottom


CLASS

public static final URI CLASS
The class of classes.


ALL_DIFFERENT

public static final URI ALL_DIFFERENT
The class of things that are all different.


RESTRICTION

public static final URI RESTRICTION
The class of things that are restricted.


OBJECT_PROPERTY

public static final URI OBJECT_PROPERTY
The class of object properties.


DATATYPE_PROPERTY

public static final URI DATATYPE_PROPERTY
The class of datatype properties (where the value is a literal).


TRANSITIVE_PROPERTY

public static final URI TRANSITIVE_PROPERTY
The class of transitive object properties.


SYMMETRIC_PROPERTY

public static final URI SYMMETRIC_PROPERTY
The class of symmetric object properties.


FUNCTIONAL_PROPERTY

public static final URI FUNCTIONAL_PROPERTY
The class of functional object properties.


INVERSE_FUNCTIONAL_PROPERTY

public static final URI INVERSE_FUNCTIONAL_PROPERTY
The class of inverse functional object properties.


ANNOTATION_PROPERTY

public static final URI ANNOTATION_PROPERTY
The class of annotation properties.


ONTOLOGY

public static final URI ONTOLOGY
The class of ontologies.


ONTOLOGY_PROPERTY

public static final URI ONTOLOGY_PROPERTY
The class properties of an ontology.


DEPRECATED_CLASS

public static final URI DEPRECATED_CLASS
The class for classes that should no longer be used.


DEPRECATED_PROPERTY

public static final URI DEPRECATED_PROPERTY
The class for properties that should no longer be used.


DATA_RANGE

public static final URI DATA_RANGE
The class for a range of data that a property can refer to.


EQUIVALENT_CLASS

public static final URI EQUIVALENT_CLASS
Equivalent class property.


DISJOINT_WITH

public static final URI DISJOINT_WITH
Disjoint With property.


EQUIVALENT_PROPERTY

public static final URI EQUIVALENT_PROPERTY
Equivalent property property.


SAME_AS

public static final URI SAME_AS
Same As property.


DIFFERENT_FROM

public static final URI DIFFERENT_FROM
Different From property.


DISTINCT_MEMBERS

public static final URI DISTINCT_MEMBERS
Distinct Members property.


UNION_OF

public static final URI UNION_OF
A property for a union of other classes.


INTERSECTION_OF

public static final URI INTERSECTION_OF
A property for an intersection of other classes.


COMPLEMENT_OF

public static final URI COMPLEMENT_OF
A property for the complement of another class.


ONE_OF

public static final URI ONE_OF
A property for an enumeration class.


ON_PROPERTY

public static final URI ON_PROPERTY
A property for associating a restriction with a property.


ALL_VALUES_FROM

public static final URI ALL_VALUES_FROM
A restriction property for the universal qualifier.


HAS_VALUE

public static final URI HAS_VALUE
A restriction property for specifying a property value.


SOME_VALUES_FROM

public static final URI SOME_VALUES_FROM
A restriction property for the existential qualifier.


MIN_CARDINALITY

public static final URI MIN_CARDINALITY
A restriction property for minimal numeric cardinality.


MAX_CARDINALITY

public static final URI MAX_CARDINALITY
A restriction property for maximum numeric cardinality.


CARDINALITY

public static final URI CARDINALITY
A restriction property synonymous with max and min cardinality set to the same value.


INVERSE_OF

public static final URI INVERSE_OF
A property for describing that two properties are the inverse of each other.


IMPORTS

public static final URI IMPORTS
An ontology property for importing another ontology.


VERSION_INFO

public static final URI VERSION_INFO
An annotation property for versioning.


PRIOR_VERSION

public static final URI PRIOR_VERSION
An ontology property for describing a previous version.


BACKWARD_COMPATIBLE_WITH

public static final URI BACKWARD_COMPATIBLE_WITH
An ontology property for describing compatibility with a previous version.


INCOMPATIBLE_WITH

public static final URI INCOMPATIBLE_WITH
An ontology property for describing incompatibility with a previous version.

Constructor Detail

OWL

public OWL()


Copyright © 2011. All Rights Reserved.