Package cz.cvut.kbss.jopa.vocabulary
Class RDF
java.lang.Object
cz.cvut.kbss.jopa.vocabulary.RDF
A subset of the RDF vocabulary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTherdf:Altclass is the class of RDF 'Alternative' containers.static final StringTherdf:Bagclass is the class of RDF 'Bag' containers.static final StringTherdf:firstproperty for RDF list elements (values).static final StringThe classrdf:langStringrepresenting language-tagged string values.static final StringTherdf:Listclass representing (linked) lists in RDF.static final StringRDF vocabulary namespace.static final StringTherdf:nilobject representing an empty RDF list (used to mark the end of an RDF list).static final StringThe predicate of an RDF statement.static final StringThe predicate of an RDF statement.static final StringTypical prefix used forNAMESPACE.static final Stringrdf:Propertyrepresents those resources that are RDF properties.static final StringTherdf:restproperty for linking RDF list elements.static final StringTherdf:Seqclass is the class of RDF 'Sequence' containers.static final StringTherdf:Statementclass represents statements about the properties of resources.static final StringThe subject of an RDF statement.static final StringTherdf:typeproperty indicates that a resource is a member of a class.static final StringTherdf:valueproperty identifies the principal value (usually a string) of a property when the property value is a structured resource. -
Method Summary
-
Field Details
-
NAMESPACE
RDF vocabulary namespace.- See Also:
-
PREFIX
Typical prefix used forNAMESPACE.- See Also:
-
TYPE
Therdf:typeproperty indicates that a resource is a member of a class.- See Also:
-
VALUE
Therdf:valueproperty identifies the principal value (usually a string) of a property when the property value is a structured resource.- See Also:
-
STATEMENT
Therdf:Statementclass represents statements about the properties of resources.- See Also:
-
SUBJECT
The subject of an RDF statement.- See Also:
-
PREDICATE
The predicate of an RDF statement.- See Also:
-
OBJECT
The predicate of an RDF statement.- See Also:
-
PROPERTY
rdf:Propertyrepresents those resources that are RDF properties.- See Also:
-
LANG_STRING
The classrdf:langStringrepresenting language-tagged string values.- See Also:
-
LIST
Therdf:Listclass representing (linked) lists in RDF.- See Also:
-
FIRST
Therdf:firstproperty for RDF list elements (values).- See Also:
-
REST
Therdf:restproperty for linking RDF list elements.- See Also:
-
NIL
Therdf:nilobject representing an empty RDF list (used to mark the end of an RDF list).- See Also:
-
BAG
Therdf:Bagclass is the class of RDF 'Bag' containers.- See Also:
-
SEQ
Therdf:Seqclass is the class of RDF 'Sequence' containers.- See Also:
-
ALT
Therdf:Altclass is the class of RDF 'Alternative' containers.- See Also:
-