Naming Example


<graph>
   <id>binfo</id>
   <triple>
      <uri>http://example.org/aBook</uri>
      <uri>http://purl.org/dc/elements/1.1/title</uri>
      <typedLiteral datatype="http://www.w3.org/2000/01/rdf-schema#XMLLiteral"><ex:title>A Good Book</ex:title></typedLiteral>
   </triple>
   <triple>
      <id>binfo</id>
      <uri>http://example.org/source</uri>
      <uri>http://example.org/book-description.rdf</uri>
   </triple>
</graph>