org.ow2.weblab.core.extended.ontologies
Class RDFS

java.lang.Object
  extended by org.ow2.weblab.core.extended.ontologies.RDFS

public class RDFS
extends java.lang.Object

Just a useful class containing the String URIs of the RDF specification.

Author:
Cassidian WebLab Team
Date:
2008-09-18

Field Summary
static java.lang.String CLASS
          The class of classes.
static java.lang.String COMMENT
          A description of the subject resource.
static java.lang.String CONTAINER
          The class of RDF containers.
static java.lang.String CONTAINER_MEMBERSHIP_PROPERTY
          The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.
static java.lang.String DATATYPE
          The class of RDF datatypes.
static java.lang.String DOMAIN
          A domain of the subject property.
static java.lang.String IS_DEFINED_BY
          The definition of the subject resource.
static java.lang.String LABEL
          A human-readable name for the subject.
static java.lang.String LITERAL
          The class of literal values, e.g.
static java.lang.String MEMBER
          A member of the subject resource.
static java.lang.String NAMESPACE
          The namespace of all those classes and properties.
static java.lang.String RANGE
          A range of the subject property.
static java.lang.String RESOURCE
          The class resource, everything.
static java.lang.String SEE_ALSO
          Further information about the subject resource.
static java.lang.String SUB_CLASS_OF
          The subject is a subclass of a class.
static java.lang.String SUB_PROPERTY_OF
          The subject is a subproperty of a property.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
The namespace of all those classes and properties.

See Also:
Constant Field Values

LITERAL

public static final java.lang.String LITERAL
The class of literal values, e.g. textual strings and integers.

See Also:
Constant Field Values

RESOURCE

public static final java.lang.String RESOURCE
The class resource, everything.

See Also:
Constant Field Values

CLASS

public static final java.lang.String CLASS
The class of classes.

See Also:
Constant Field Values

DATATYPE

public static final java.lang.String DATATYPE
The class of RDF datatypes.

See Also:
Constant Field Values

CONTAINER

public static final java.lang.String CONTAINER
The class of RDF containers.

See Also:
Constant Field Values

CONTAINER_MEMBERSHIP_PROPERTY

public static final java.lang.String CONTAINER_MEMBERSHIP_PROPERTY
The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.

See Also:
Constant Field Values

SUB_CLASS_OF

public static final java.lang.String SUB_CLASS_OF
The subject is a subclass of a class.

See Also:
Constant Field Values

SUB_PROPERTY_OF

public static final java.lang.String SUB_PROPERTY_OF
The subject is a subproperty of a property.

See Also:
Constant Field Values

DOMAIN

public static final java.lang.String DOMAIN
A domain of the subject property.

See Also:
Constant Field Values

RANGE

public static final java.lang.String RANGE
A range of the subject property.

See Also:
Constant Field Values

LABEL

public static final java.lang.String LABEL
A human-readable name for the subject.

See Also:
Constant Field Values

COMMENT

public static final java.lang.String COMMENT
A description of the subject resource.

See Also:
Constant Field Values

MEMBER

public static final java.lang.String MEMBER
A member of the subject resource.

See Also:
Constant Field Values

SEE_ALSO

public static final java.lang.String SEE_ALSO
Further information about the subject resource.

See Also:
Constant Field Values

IS_DEFINED_BY

public static final java.lang.String IS_DEFINED_BY
The definition of the subject resource.

See Also:
Constant Field Values


Copyright © 2004-2010. All Rights Reserved.