org.mulgara.mrg.vocab
Class RDFS

java.lang.Object
  extended by org.mulgara.mrg.vocab.RDFS

public class RDFS
extends Object

A class for holding the RDFS vocabulary.


Field Summary
static Uri BASE_Uri
          The Uri of the RDFS name space.
static Uri CLASS
          The Class type.
static Uri COMMENT
          The comment for a 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 definition of the subject resource.
static Uri LABEL
          A human-readable name for the subject.
static Uri LITERAL
          The class of literal values, eg.
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 a 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.
 
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.


CLASS

public static final Uri CLASS
The Class type.


COMMENT

public static final Uri COMMENT
The comment for a resource.


SEE_ALSO

public static final Uri SEE_ALSO
Further information about a resource.


RESOURCE

public static final Uri RESOURCE
The class resource, everything.


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.


DOMAIN

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


RANGE

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


IS_DEFINED_BY

public static final Uri IS_DEFINED_BY
The definition of the subject resource. Subproperty of seeAlso.


LITERAL

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


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'.


MEMBER

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


DATATYPE

public static final Uri DATATYPE
The class of RDF datatypes.

Constructor Detail

RDFS

public RDFS()


Copyright © 2011. All Rights Reserved.