Class VocabConstants
This is a collection of constants used with RDF processing. At this time, only namespaces are defined here.
Constants summary
string |
RDF_NAMESPACE
The RDF namespace, http://www.w3.org/1999/02/22-rdf-syntax-ns#. |
#
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
string |
RDF_SEQUENCE_TYPE
The RDF Sequence namespace, http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq. |
#
"http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"
|
string |
RDFS_NAMESPACE
The RDFS namespace, http://www.w3.org/2000/01/rdf-schema#. |
#
"http://www.w3.org/2000/01/rdf-schema#"
|
string |
DC_NAMESPACE
The DC namespace, http://purl.org/dc/terms/. |
#
"http://purl.org/dc/terms/"
|
string |
XML_NAMESPACE
The XML namespace, http://www.w3.org/XML/1998/namespace. |
#
"http://www.w3.org/XML/1998/namespace"
|