org.jrdf.vocabulary
Class RDFS

java.lang.Object
  extended by org.jrdf.vocabulary.Vocabulary
      extended by org.jrdf.vocabulary.RDFS
All Implemented Interfaces:
Serializable

public class RDFS
extends Vocabulary

A set of constants for the standard RDFS vocabulary.

Version:
$Revision: 1822 $
Author:
Andrew Newman
See Also:
Serialized Form

Field Summary
static URI BASE_URI
          The URI of the RDFS name space.
static URI CLASS
          The class of classes.
static URI COMMENT
          A description of the subject resource.
static URI CONTAINER
          The class of RDF containers.
static URI CONTAINER_MEMBERSHIP_PROPERTY
          The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.
static URI DATATYPE
          The class of RDF datatypes.
static URI DOMAIN
          A domain of the subject property.
static URI IS_DEFINED_BY
          The defininition of the subject resource.
static URI LABEL
          A human-readable name for the subject.
static URI LITERAL
          The class of literal values, eg. textual strings and integers.
static URI MEMBER
          A member of the subject resource.
static URI RANGE
          A range of the subject property.
static URI RESOURCE
          The class resource, everything.
static URI SEE_ALSO
          Further information about the subject resource.
static URI SUB_CLASS_OF
          The subject is a subclass of a class.
static URI SUB_PROPERTY_OF
          The subject is a subproperty of a property.
 
Fields inherited from class org.jrdf.vocabulary.Vocabulary
RESOURCES
 
Constructor Summary
RDFS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_URI

public static final URI BASE_URI
The URI of the RDFS name space.


RESOURCE

public static final URI RESOURCE
The class resource, everything.


CLASS

public static final URI CLASS
The class of classes.


LITERAL

public static final URI LITERAL
The class of literal values, eg. textual strings and integers.


DATATYPE

public static final URI DATATYPE
The class of RDF datatypes.


CONTAINER

public static final URI CONTAINER
The class of RDF containers.


CONTAINER_MEMBERSHIP_PROPERTY

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


RANGE

public static final URI RANGE
A range of the subject property.


DOMAIN

public static final URI DOMAIN
A domain of the subject property.


SUB_CLASS_OF

public static final URI SUB_CLASS_OF
The subject is a subclass of a class.


SUB_PROPERTY_OF

public static final URI SUB_PROPERTY_OF
The subject is a subproperty of a property.


LABEL

public static final URI LABEL
A human-readable name for the subject.


COMMENT

public static final URI COMMENT
A description of the subject resource.


MEMBER

public static final URI MEMBER
A member of the subject resource.


SEE_ALSO

public static final URI SEE_ALSO
Further information about the subject resource.


IS_DEFINED_BY

public static final URI IS_DEFINED_BY
The defininition of the subject resource.

Constructor Detail

RDFS

public RDFS()