Re: [libdb-develop] parts
Status: Inactive
Brought to you by:
morbus
|
From: Bruce D'A. <bd...@fa...> - 2004-01-14 11:36:04
|
On Jan 14, 2004, at 12:39 AM, Morbus Iff wrote:
> So, something like:
>
> E1: Final examination (directed by some guy)
> EN1: 23:45 - 24:15, swimming pool dive by Kari Wuhrer
> Relationship: EN1 PartAppearsIn E2.
To keep the language generic, maybe call that "isPartOf" a la DC?
BTW, I posted this example of parts handling in MODS on my blog. It's
generic enough the handle movie scenes and journal articles (in part
because of the non-controlled attribute values on the part
subelements).
<relatedItem type="host">
<titleInfo>
<title>Journal of Interdisciplinary History
</titleInfo>
<typeOfResource>text</typeOfResource>
<originInfo>
<dateIssued>2000</dateIssued>
<issuance>continuing</issuance>
</originInfo>
<genre>periodical</genre>
<part>
<detail type="volume"><number>31</detail>
<detail type="issue"><number>2
<extent unit="page">
<start>259
<end>260
</extent>
<extent unit="paragraph">
<list>21, 24</list>
</extent>
</part>
</relatedItem>
Bruce
|