Adam:
I think you're correct about the legality of that, but I'm the wrong
person to advise you on the technical stuff. I'm sure someone else from
this group could steer you right, though.
Diane
On 6/17/10 5:38 PM, Adam Wead wrote:
Thanks, Diane. I was looking over those links as well but getting 502 Bad
Gateway errors. Maybe that's because of what you were saying about LC pulling
them down.
I did re-read some examples from
http://www.ukoln.ac.uk/metadata/dcmi/marcrel-ex/
If I understand this correctly, and I use marc relators that sub-properties of
existing dc fields, I could do something like:
<dc xmlns:dcterms='http://purl.org/dc/terms/'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<dcterms:creator>Jane Creator</dcterms:creator>
<marcrel:ILL>Joe Illustrator</marcrel:ILL>
</dc>
Illustrator is defined as a sub-property of creator. Although the above
document doesn't strike me as legal. Don't I need to define the marc relation
in a namespace somewhere? Or does the marcrel get nested in the dcterms:creator
element?
Thanks in advance for the help...
best,
...adam
-----Original Message-----
From: Code for Libraries on behalf of Diane I. Hillmann
Sent: Thu 6/17/2010 5:14 PM
To: [email protected]
Subject: Re: [CODE4LIB] dc xml with marc qualifiers
Adam:
Dublin Core actually dealt with this about five years ago and has a
section in its guidelines about the issue:
http://dublincore.org/documents/usageguide/appendix_roles.shtml
There has also been a fair amount of discussion on this on the
id.loc.gov list, because LC has pulled down some of the original links
as they've started putting more data on that site, and now there's
really no record of the information they had set up during the time the
work with them and DCMI was done.
If it's of any interest, the RDA roles are built using this earlier work
as a template, e.g., with the roles as properties, not attributes
(http://metadataregistry.org/schema/show/id/4.html).
In any case, I'm thinking that your solution will be problematic, at a
number of levels. It won't be standard DC, for one thing.
Diane Hillmann
On 6/17/10 4:51 PM, Adam Wead wrote:
Hi all,
I have a question... is it possible to use the dcterms element, but have an attribute that uses a
different qualifier, like Marc? So an element like<dcterms:creator> could be qualified with
a marc relator like<dcterms:creator marc_qualifier="Composer">
This is probably a stupid question and I'm guessing this is not possible
without doing it using rdf or something. My xml schema knowledge is really
rusty.
anyway, thanks in advance...
...adam