RDF Example
.The xmlns:rdf namespace, specifies that elements with the rdf prefix are from the namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#".
The xmlns:cd namespace, specifies that elements with the cd prefix are from the namespace "http://www.recshop.fake/cd#".
The rdf:Description element contains the description of the resource identified by the rdf:about attribute.
The elements: cd:artist, cd:country, cd:company, etc. are properties of the resource.
