|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mulgara.mrg.vocab.uri.RDFS
public class RDFS
A class for holding the RDFS vocabulary.
| Field Summary | |
|---|---|
static String |
BASE
The RDFS namespace |
static URI |
CLASS
The class of Classes. |
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 String |
PREFIX
The QName prefix for RDFS |
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 |
|---|
public static final String PREFIX
public static final String BASE
public static final URI CLASS
public static final URI COMMENT
public static final URI SEE_ALSO
public static final URI RESOURCE
public static final URI SUB_CLASS_OF
public static final URI SUB_PROPERTY_OF
public static final URI LABEL
public static final URI DOMAIN
public static final URI RANGE
public static final URI IS_DEFINED_BY
public static final URI LITERAL
public static final URI CONTAINER
public static final URI CONTAINER_MEMBERSHIP_PROPERTY
public static final URI MEMBER
public static final URI DATATYPE
| Constructor Detail |
|---|
public RDFS()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||