|
||||||||||
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.RDF
public class RDF
A set of constants for the standard RDF vocabulary.
Field Summary | |
---|---|
static URI |
ALT
The class of containers of alternatives. |
static URI |
BAG
The class of unordered containers. |
static URI |
BASE_URI
The URI of the RDF name space. |
static URI |
FIRST
The first item in the subject RDF list. |
static URI |
LI
A special property element that is equivalent to rdf:_1, rdf:_2 in order. |
static URI |
LIST
The class of RDF Lists. |
static URI |
NIL
The empty list, with no items in it. |
static URI |
OBJECT
The object of the subject RDF statement. |
static URI |
PREDICATE
The predicate of the subject RDF statement. |
static URI |
PROPERTY
The class of RDF properties. |
static URI |
REST
The rest of the subject RDF list after the first item. |
static URI |
SEQ
The class of ordered containers. |
static URI |
STATEMENT
The class of RDF statements. |
static URI |
SUBJECT
The subject of the subject RDF statement. |
static URI |
TYPE
The subject is an instance of a class. |
static URI |
VALUE
Idiomatic property used for structured values. |
static URI |
XML_LITERAL
The class of XML literal values. |
Fields inherited from class org.jrdf.vocabulary.Vocabulary |
---|
RESOURCES |
Constructor Summary | |
---|---|
RDF()
|
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 BAG
public static final URI SEQ
public static final URI ALT
public static final URI STATEMENT
public static final URI PROPERTY
public static final URI XML_LITERAL
public static final URI LIST
public static final URI LI
public static final URI NIL
public static final URI SUBJECT
public static final URI PREDICATE
public static final URI OBJECT
public static final URI TYPE
public static final URI VALUE
public static final URI FIRST
public static final URI REST
Constructor Detail |
---|
public RDF()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |