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

Re: [syndication] Re: Authoritative use of dc:coverage?



Hi

On Wed 12-Dec-2001 at 03:50:34 -0000, wkearney99 wrote:
> 
> > 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> 

Well, I'd probably do something like for qualified DC (not sure it's
100% correct...): 

<dc:coverage>
  <dcterms:TNG>
    <rdf:value>7001977</rdf:value>
    <rdf:label>Perth</rdf:label>
    <rdf:seeAlso>http://vocab.pub.getty.edu/cgi-bin/tgn_browser/tgn.spl?key=7001977&searchtype=record&file=/tgn_browser/index.html</rdf:seeAlso>
    <rdf:subPropertyOf>
       <rdf:value>7001834</rdf:value>
       <rdf:label>Western Australia</rdf:label>
       <rdf:seeAlso>http://vocab.pub.getty.edu/cgi-bin/tgn_browser/tgn.spl?key=7001834&searchtype=record&file=/tgn_browser/index.html</rdf:seeAlso>
    </rdf:subPropertyOf>
  </dcterms:TNG>
</dc:coverage>  

For unqualified I guess you could just use:

  <dc:coverage>Perth, W.A.</dc:coverage>

Perhaps this would be best asked on the DC General list:

  http://www.jiscmail.ac.uk/lists/dc-general.html

Chris  

-- 
Chris Croome                   <chris@webarchitects.co.uk>
web design                 http://www.webarchitects.co.uk/ 
web content management                   http://mkdoc.com/   
everything else                   http://chris.croome.net/