Using the Bag Container


Statement: The authors of the book 0201000237 are Alfred, John and Jeffrey

Statement using Bag Container
   <?xml version="1.0"?>
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   	    xmlns:dc="http://purl.org/dc/elements/1.1/">
     <rdf:Description about="urn:ISBN:0-201-00023-7">
       <dc:creator>
           <rdf:Bag>
	      <rdf:li>Alfred</rdf:li>
	      <rdf:li>John</rdf:li>
	      <rdf:li>Jeffrey</rdf:li>
           </rdf:Bag>
       </dc:creator>
     </rdf:Description>
   </rdf:RDF>