rdfRDF
rdfRDF, commonly written as the root element rdf:RDF in RDF/XML documents, is the container that represents an RDF graph in the XML serialization defined by the W3C RDF/XML syntax specification. The element appears once per document and may declare XML namespaces, most notably xmlns:rdf for the RDF vocabulary and additional prefixes for resources used in the graph.
In RDF/XML, the graph’s subjects are represented by rdf:Description elements, or by using an element with an
RDF containers can be represented using RDF/XML constructs such as rdf:Seq, rdf:Bag, and rdf:Alt, with rdf:li
RDF/XML is one of several serializations for RDF data. While it preserves the same underlying graph as