|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.core.ontologies.RDFS
public class RDFS
Just a useful class containing the String
URIs of the RDF
specification.
Field Summary | |
---|---|
static java.lang.String |
CLASS
The class of classes. |
static java.lang.String |
COMMENT
A description of the subject resource. |
static java.lang.String |
CONTAINER
The class of RDF containers. |
static java.lang.String |
CONTAINER_MEMBERSHIP_PROPERTY
The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'. |
static java.lang.String |
DATATYPE
The class of RDF datatypes. |
static java.lang.String |
DOMAIN
A domain of the subject property. |
static java.lang.String |
IS_DEFINED_BY
The definition of the subject resource. |
static java.lang.String |
LABEL
A human-readable name for the subject. |
static java.lang.String |
LITERAL
The class of literal values, e.g. textual strings and integers. |
static java.lang.String |
MEMBER
A member of the subject resource. |
static java.lang.String |
NAMESPACE
The namespace of all those classes and properties. |
static java.lang.String |
RANGE
A range of the subject property. |
static java.lang.String |
RESOURCE
The class resource, everything. |
static java.lang.String |
SEE_ALSO
Further information about the subject resource. |
static java.lang.String |
SUB_CLASS_OF
The subject is a subclass of a class. |
static java.lang.String |
SUB_PROPERTY_OF
The subject is a subproperty of a property. |
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 NAMESPACE
public static final java.lang.String LITERAL
public static final java.lang.String RESOURCE
public static final java.lang.String CLASS
public static final java.lang.String DATATYPE
public static final java.lang.String CONTAINER
public static final java.lang.String CONTAINER_MEMBERSHIP_PROPERTY
public static final java.lang.String SUB_CLASS_OF
public static final java.lang.String SUB_PROPERTY_OF
public static final java.lang.String DOMAIN
public static final java.lang.String RANGE
public static final java.lang.String LABEL
public static final java.lang.String COMMENT
public static final java.lang.String MEMBER
public static final java.lang.String SEE_ALSO
public static final java.lang.String IS_DEFINED_BY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |