<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?><catalog>  <rdf:RDF xmlns:rdf="http://www.w3.org/TR/REC-rdf-syntax#">    <rdf:Description xmlns:dc="http://purl.org/dc/"       about="http://ibiblio.org/examples/impressionists.xml">      <dc:title> Impressionist Paintings </dc:title>      <dc:creator> Elliotte Rusty Harold </dc:creator>      <dc:description>         A list of famous impressionist paintings organized         by painter and date       </dc:description>      <dc:date>2000-08-22</dc:date>    </rdf:Description>  </rdf:RDF>  <painting>    <title>Memory of the Garden at Etten</title>    <artist>Vincent Van Gogh</artist>    <date>November, 1888</date>    <description>      Two women look to the left. A third works in her garden.     </description>  </painting>    <painting>    <title>The Swing</title>    <artist>Pierre-Auguste Renoir</artist>    <date>1876</date>    <description>      A young girl on a swing. Two men and a toddler watch.     </description>  </painting>    <!-- Many more paintings... --></catalog>