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 String
Therdf:Alt
class is the class of RDF 'Alternative' containers.static final String
Therdf:Bag
class is the class of RDF 'Bag' containers.static final String
Therdf:first
property for RDF list elements (values).static final String
The classrdf:langString
representing language-tagged string values.static final String
Therdf:List
class representing (linked) lists in RDF.static final String
RDF vocabulary namespace.static final String
Therdf:nil
object representing an empty RDF list (used to mark the end of an RDF list).static final String
The predicate of an RDF statement.static final String
The predicate of an RDF statement.static final String
Typical prefix used forNAMESPACE
.static final String
rdf:Property
represents those resources that are RDF properties.static final String
Therdf:rest
property for linking RDF list elements.static final String
Therdf:Seq
class is the class of RDF 'Sequence' containers.static final String
Therdf:Statement
class represents statements about the properties of resources.static final String
The subject of an RDF statement.static final String
Therdf:type
property indicates that a resource is a member of a class.static final String
Therdf:value
property 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:type
property indicates that a resource is a member of a class.- See Also:
-
VALUE
Therdf:value
property identifies the principal value (usually a string) of a property when the property value is a structured resource.- See Also:
-
STATEMENT
Therdf:Statement
class 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:Property
represents those resources that are RDF properties.- See Also:
-
LANG_STRING
The classrdf:langString
representing language-tagged string values.- See Also:
-
LIST
Therdf:List
class representing (linked) lists in RDF.- See Also:
-
FIRST
Therdf:first
property for RDF list elements (values).- See Also:
-
REST
Therdf:rest
property for linking RDF list elements.- See Also:
-
NIL
Therdf:nil
object representing an empty RDF list (used to mark the end of an RDF list).- See Also:
-
BAG
Therdf:Bag
class is the class of RDF 'Bag' containers.- See Also:
-
SEQ
Therdf:Seq
class is the class of RDF 'Sequence' containers.- See Also:
-
ALT
Therdf:Alt
class is the class of RDF 'Alternative' containers.- See Also:
-