|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.weblab.core.extended.ontologies.RDF
public final class RDF
Just a useful class containing the String
URIs of the RDF specification.
Field Summary | |
---|---|
static java.lang.String |
ALT
The class of containers of alternatives. |
static java.lang.String |
BAG
The class of unordered containers. |
static java.lang.String |
FIRST
The first item in the subject RDF list. |
static java.lang.String |
LIST
The class of RDF Lists. |
static java.lang.String |
NAMESPACE
The namespace of all those classes and properties. |
static java.lang.String |
OBJECT
The object of the subject RDF statement. |
static java.lang.String |
PREDICATE
The predicate of the subject RDF statement. |
static java.lang.String |
PROPERTY
The class of RDF properties. |
static java.lang.String |
REST
The rest of the subject RDF list after the first item. |
static java.lang.String |
SEQ
The class of ordered containers. |
static java.lang.String |
STATEMENT
The class of RDF statements. |
static java.lang.String |
SUBJECT
The subject of the subject RDF statement. |
static java.lang.String |
TYPE
The subject is an instance of a class. |
static java.lang.String |
VALUE
Idiomatic property used for structured values (see the RDF Primer for an example of its usage). |
static java.lang.String |
XML_LITERAL
The class of XML literals values. |
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 java.lang.String ALT
public static final java.lang.String BAG
public static final java.lang.String FIRST
public static final java.lang.String LIST
public static final java.lang.String NAMESPACE
public static final java.lang.String OBJECT
public static final java.lang.String PREDICATE
public static final java.lang.String PROPERTY
public static final java.lang.String REST
public static final java.lang.String SEQ
public static final java.lang.String STATEMENT
public static final java.lang.String SUBJECT
public static final java.lang.String TYPE
public static final java.lang.String VALUE
public static final java.lang.String XML_LITERAL
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |