[Metadatalibrarians] Simple Dublin Core element for journal volume and issue number?

Schwartz, Christine christine.schwartz at ptsem.edu
Wed Aug 5 10:35:02 PDT 2009


Hi,

Thanks for all the help thinking through this Dublin Core issue. My
colleague and I came up with a solution. We've bypassed using DC
elements. Instead we used a locally-defined namespace we call "sort." We
had already used it for author and title, so I added volume and issue.
Using a Mark Logic function (xdmp:node-insert-after) and XQuery, I've
added these new elements to 258 METS documents. Here's what it looks
like:

<METS:dmdSec ID="dmd001">
        <METS:mdWrap MIMETYPE="text/xml" MDTYPE="DC" LABEL="Dublin Core
Metadata">
            <METS:xmlData>
                <dc:title>Theology Today 61:2</dc:title>
                <dc:date>2004</dc:date>
                <dc:identifier>issn:0040-5736</dc:identifier>
                <dc:publisher>Princeton, NJ: Princeton Theological
Seminary</dc:publisher>
                <dc:type>Journal</dc:type>
                <dc:source>Theology Today</dc:source>
                <dc:format>25 cm.</dc:format>
                <dc:description>Theology Today is published quarterly
(January, April, July, and
                    October) by Princeton Theological Seminary in
Princeton, NJ and printed at CPC
                    Science Press Div. in Ephrata, PA.</dc:description>
                <dc:rights>Copyright (c) Princeton Theological
Seminary</dc:rights>
                <sort:title
xmlns:sort="http://digital.library.ptsem.edu/sort">Theology Today 61
                    2</sort:title>
                <sort:volume
xmlns:sort="http://digital.library.ptsem.edu/sort">61</sort:volume>
                <sort:issue
xmlns:sort="http://digital.library.ptsem.edu/sort">2</sort:issue>
            </METS:xmlData>
        </METS:mdWrap>
    </METS:dmdSec>

I guess we totally copped out of being interoperable, but for now this
works.

I do have one more question about Qualified Dublin Core (since I'm
shamefully ignorant on this topic). What is this syntax:
dc.identifier.citation, dc.contributor.sponsor, dc.date.issued, etc. Is
it implementation-specific?

Thanks,
 
Chris
 
 
> Tony Hammond wrote:
> 
> Hi Christine:
> 
> In the STM world we have a well-defined vocabulary for dealing with
> precisely this level of granularity - PRISM (Publisher Requirements
for
> Industry Standard Metadata) [1].
> 
> Note that the recent PRISM 2.1 release has 58 terms in its core
> vocabulary.
> (See [2] for a quick comparison chart of PRISM vocab through
historical
> versions - this is a reworking of an RSS 1.0 module for PRISM.)
> 
> We are putting out qrticle descriptions over various channels (RSS,
> HTML,
> XMP, OAI, etc.) and using DC plus PRISM terms. See this as an example
> from
> an RSS feed (same data is enocded in the HTML and XMP):
> 
> <item rdf:about="http://dx.doi.org/10.1038/460551a">
> <title>Information overload</title>
> <link>http://dx.doi.org/10.1038/460551a</link>
> <description>A report released last week by the US National Academies
> makes
> recommendations for tackling the issues surrounding the era of
petabyte
> science.</description>
> <content:encoded><![CDATA[
> ...
> ]]></content:encoded>
> <dc:title>Information overload</dc:title>
> <dc:identifier>doi:10.1038/460551a</dc:identifier>
> <dc:source>Nature 460, 551 (2009)</dc:source>
> <dc:date>2009-07-29</dc:date>
> <prism:publicationName>Nature</prism:publicationName>
> <prism:publicationDate>2009-07-29</prism:publicationDate>
> <prism:doi>10.1038/460551a</prism:doi>
> <prism:url>http://dx.doi.org/10.1038/460551a</prism:url>
> <prism:volume>460</prism:volume>
> <prism:number>7255</prism:number>
> <prism:section>Editorial</prism:section>
> <prism:startingPage>551</prism:startingPage>
> <prism:endingPage>551</prism:endingPage>
> </item>
> 
> Cheers,
> 
> Tony
> 
> [1] http://prismstandard.org/
> [2] http://nurture.nature.com/rss/modules/mod_prism.html
> 
> 
> On 3/8/09 21:10, "Schwartz, Christine" <christine.schwartz at ptsem.edu>
> wrote:
> 
> > Hi,
> >
> > I'm looking for some help with Simple Dublin Core (which we use in
> the
> > dmdSec of METS).
> >
> > I'd like to use a dc element, from the original 15 elements, for
> journal
> > volume and issue numbers, e.g., 61:2.
> >
> > However, I'd like to reserve the use of dc:identifier for DOI names
> > only. So I'm stuck. Has anyone tackled this issue? Any thoughts?
> >
> > Thanks,
> >
> > Chris
> >
> > Christine Schwartz
> > Metadata Librarian
> > Princeton Theological Seminary Libraries
> > christine.schwartz at ptsem.edu
> >
> > _______________________________________________
> > Metadatalibrarians mailing list
> > Metadatalibrarians at lists.monarchos.com
> > http://lists.monarchos.com/listinfo.cgi/metadatalibrarians-
> monarchos.com
> 
> 
>
***********************************************************************
> *********
> DISCLAIMER: This e-mail is confidential and should not be used by
> anyone who is
> not the original intended recipient. If you have received this e-mail
> in error
> please inform the sender and delete it from your mailbox or any other
> storage
> mechanism. Neither Macmillan Publishers Limited nor any of its agents
> accept
> liability for any statements made which are clearly the sender's own
> and not
> expressly made on behalf of Macmillan Publishers Limited or one of its
> agents.
> Please note that neither Macmillan Publishers Limited nor any of its
> agents
> accept any responsibility for viruses that may be contained in this e-
> mail or
> its attachments and it is your responsibility to scan the e-mail and
> attachments (if any). No contracts may be concluded on behalf of
> Macmillan
> Publishers Limited or its agents by means of e-mail communication.
> Macmillan
> Publishers Limited Registered in England and Wales with registered
> number 785998
> Registered Office Brunel Road, Houndmills, Basingstoke RG21 6XS
>
***********************************************************************
> *********
> 
> _______________________________________________
> Metadatalibrarians mailing list
> Metadatalibrarians at lists.monarchos.com
> http://lists.monarchos.com/listinfo.cgi/metadatalibrarians-
> monarchos.com


More information about the Metadatalibrarians mailing list