Possible error in citation MODS form

42 views
Skip to first unread message

Josh

unread,
Jul 12, 2016, 9:32:11 AM7/12/16
to islandora
Good morning,

I'm looking at the default citation MODS form and I noticed that it puts the "part" element outside of the "relatedItem" element. If you look at https://www.loc.gov/standards/mods/userguide/examples.html#journal_article you see the "part" element is inside of the "relatedItem" element.

Are there are any MODS experts out there who could let me know which way is the correct way?

Thanks

The citation MODS form produces the following:

<?xml version="1.0"?>
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
 
<titleInfo>
   
<title/>
   
<subTitle/>
 
</titleInfo>
 
<titleInfo type="abbreviated">
   
<title/>
 
</titleInfo>
 
<genre/>
 
<abstract/>
 
<accessCondition type="useAndReproduction"/>
 
<name type="personal">
   
<role>
     
<roleTerm authority="marcrelator" type="text">author</roleTerm>
   
</role>
   
<namePart type="given"/>
   
<namePart type="family"/>
   
<displayForm/>
   
<affiliation/>
 
</name>
 
<name type="corporate">
   
<namePart/>
 
</name>
 
<name type="personal">
   
<role>
     
<roleTerm authority="marcrelator" type="text">editor</roleTerm>
   
</role>
   
<namePart type="given"/>
   
<namePart type="family"/>
 
</name>
 
<name type="personal">
   
<role>
     
<roleTerm authority="marcrelator" type="text">translator</roleTerm>
   
</role>
   
<namePart type="given"/>
   
<namePart type="family"/>
 
</name>
 
<originInfo>
   
<dateIssued qualifier=""/>
   
<publisher/>
   
<place>
     
<placeTerm type="text"/>
   
</place>
 
</originInfo>
 
<typeOfResource>text</typeOfResource>
 
<location>
   
<url/>
 
</location>
 
<note type="type of work"/>
 
<subject>
   
<topic/>
 
</subject>
 
<note type="publication status"/>
 
<identifier type="isbn"/>
 
<identifier type="issn"/>
 
<identifier type="doi"/>
 
<identifier type="accessnum"/>
 
<identifier type="pmc"/>
 
<identifier type="uri"/>
 
<identifier type="citekey"/>
 
<part>
   
<date/>
   
<detail type="volume">
     
<number/>
   
</detail>
   
<detail type="issue">
     
<number/>
   
</detail>
   
<extent unit="page">
     
<start/>
     
<end/>
   
</extent>
 
</part>

 
<language>
   
<languageTerm/>
 
</language>
 
<relatedItem type="host">
   
<titleInfo>
     
<title/>
   
</titleInfo>
   
<titleInfo type="abbreviated">
     
<title/>
   
</titleInfo>
   
<originInfo>
     
<issuance/>
   
</originInfo>
   
<genre/>
   
<identifier type="issn"/>
   
<identifier type="serial number"/>
   
<name type="corporate">
     
<namePart/>
     
<role>
       
<roleTerm authority="marcrelator" type="text">author</roleTerm>
     
</role>
   
</name>
 
</relatedItem>

 
<note/>
</mods>


Brian Harrington

unread,
Jul 12, 2016, 11:50:27 AM7/12/16
to isla...@googlegroups.com
Hi Josh,

<part> can legally go both at the top level and in a related item.  But I think that it most cases  covered by the citation item, people would want it in the related item.  Otherwise you would want to put the journal title in <titleInfo> and the article title inside <part><detail><title>.  The examples at the bottom of this page provide pretty good guidance. http://www.loc.gov/standards/mods/userguide/part.html

I hope this helps.

Brian

--
Brian Harrington
Migration Specialist
LYRASIS
skype: abbistani


 
<relatedItemtype="host">

   
<titleInfo>
     
<title/>
   
</titleInfo>
   
<titleInfo type="abbreviated">
     
<title/>
   
</titleInfo>
   
<originInfo>
     
<issuance/>
   
</originInfo>
   
<genre/>
   
<identifier type="issn"/>
   
<identifier type="serial number"/>
   
<name type="corporate">
     
<namePart/>
     
<role>
       
<roleTerm authority="marcrelator"type="text">author</roleTerm>
     
</role>
   
</name>
 
</relatedItem>

 
<note/>
</mods>


--
For more information about using this group, please read our Listserv Guidelines: http://islandora.ca/content/welcome-islandora-listserv
---
You received this message because you are subscribed to the Google Groups "islandora" group.
To unsubscribe from this group and stop receiving emails from it, send an email to islandora+...@googlegroups.com.
Visit this group at https://groups.google.com/group/islandora.
To view this discussion on the web visit https://groups.google.com/d/msgid/islandora/7a240780-9916-49d1-9f2b-8f64d3d234cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Josh

unread,
Jul 12, 2016, 1:39:13 PM7/12/16
to islandora
Thanks Brian,

I think for my purposes I want to put the part inside the relatedItem. I will open a JIRA ticket to see if there is interest in making that a permanent change as well.
Reply all
Reply to author
Forward
0 new messages