RDF Syntax
For this chapter we will continue using the Dublin Core Element Set and explore some of the ways you can arrange the metadata.
XML Syntax
The XML document can be formatted as shown above, however, the following is also acceptable:
<? xml version="1.0" ?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:DC="http://purl.oclc.org/DC/">
<Description about="http://uri-of-some-document" >
<DC:Title>Some sample Document</DC:Title>
<DC:Creator>John Smith</DC:Creator>
<DC:Subject>some,

