Skip to Content.
Sympa Menu

cc-metadata - 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: cc-metadata AT lists.ibiblio.org
  • Subject: dc:identifier
  • Date: Wed, 31 Dec 2003 13:48:49 -0500

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





Archive powered by MHonArc 2.6.24.

Top of Page