|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mulgara.mrg.vocab.RDFS
public class RDFS
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 |
|---|
public static final Uri BASE_Uri
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 | |||||||||