[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Authoritative use of dc:coverage?



> Have you seen this:
>   http://dublincore.org/documents/dcmes-qualifiers/#coverage
> There are RDF examples in this:
>   http://dublincore.org/documents/2001/11/30/dcq-rdf-xml/

Ouch, now my head *really* hurts.  

It would appear a "qualified" representation should resemble:
<dc:coverage>
  <dcterms:Point>
    <rdf:value>
       <dcterms:DCSV>
       <rdf:value>
          name=Perth, W.A.; 
          east=115.85717; 
          north=-31.95301
       </rdf:value>
       </dcterms:DCSV>
    </rdf:value>
  </dcterms:Point>
</dc:coverage> 

What would an unqualifed one use?

-Bill Kearney