Skip to Content.
Sympa Menu

cc-metadata - Re: dc:identifier

cc-metadata AT lists.ibiblio.org

Subject: discussion of the Creative Commons Metadata work

List archive

Chronological Thread  
  • From: Lucas Gonze <lgonze AT panix.com>
  • To: Lucas Gonze <lgonze AT panix.com>
  • Cc: cc-metadata AT lists.ibiblio.org
  • Subject: Re: dc:identifier
  • Date: Wed, 31 Dec 2003 15:05:20 -0500

Better: use rdf:about attribute on the Agent.

On Wednesday, Dec 31, 2003, at 13:48 America/New_York, Lucas Gonze wrote:

CC RDF for the creator is like this:
<dc:creator>
<Agent>
<dc:title>John Smith</dc:title>
</Agent>
</dc:creator>

I want to add a URL for the creator so a listener or bot has a backwards pointer from a resource to the human source. The Dublin Core "Identifier" element (see http://dublincore.org/documents/dces/) seems like the right thing. I think the final construct would be:
<dc:creator>
<Agent>
<dc:title>John Smith</dc:title>
<dc:identifier>http://example.com/john_smith</dc:identifier>
</Agent>
</dc:creator>

Any dissent or corrections?

Thanks.

- Lucas

_______________________________________________
cc-metadata mailing list
metadata AT creativecommons.org
http://lists.ibiblio.org/mailman/listinfo/cc-metadata





  • dc:identifier, Lucas Gonze, 12/31/2003
    • Re: dc:identifier, Lucas Gonze, 12/31/2003

Archive powered by MHonArc 2.6.24.

Top of Page