|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jrdf.vocabulary.Vocabulary org.jrdf.vocabulary.RDFS
public class RDFS
A set of constants for the standard RDFS vocabulary.
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 |
---|
public static final URI BASE_URI
public static final URI RESOURCE
public static final URI CLASS
public static final URI LITERAL
public static final URI DATATYPE
public static final URI CONTAINER
public static final URI CONTAINER_MEMBERSHIP_PROPERTY
public static final URI RANGE
public static final URI DOMAIN
public static final URI SUB_CLASS_OF
public static final URI SUB_PROPERTY_OF
public static final URI LABEL
public static final URI COMMENT
public static final URI MEMBER
public static final URI SEE_ALSO
public static final URI IS_DEFINED_BY
Constructor Detail |
---|
public RDFS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |