Thread: [libdb-develop] manifestations
Status: Inactive
Brought to you by:
morbus
From: Bruce D'A. <bd...@fa...> - 2004-07-20 18:42:13
|
Was just looking at the data model page. On this: > =95 The following FRBR manifestation attributes have been = ignored:=20 > typeface (printed book), type size (printed book), foliation=20 > (hand-printed book), collation (hand-printed book), publication status=20= > (serial), numbering (serial), playing speed (sound recording), groove=20= > width (sound recording), kind of cutting (sound recording), tape=20 > configuration (sound recording), kind of sound (sound recording),=20 > special reproduction characteristic (sound recording), reduction ratio=20= > (microform), polarity (microform or visual projection), generation=20 > (microform or visual projection), system requirements (electronic=20 > resource), file characteristics (electronic resource), mode of access=20= > (remote access electronic resource), access address (remote access=20 > electronic resource). They will be re-addressed later. FYI, much of this I don't care about. However, I probably do care=20 about publication status (if that's covering the MODS' notion of=20 "issuance" -- which includes "continuing" as in a serial, and=20 "monographic") and numbering (though not quite sure what this is!). Bruce |
From: Morbus I. <mo...@di...> - 2004-07-20 19:07:17
|
>> The following FRBR manifestation attributes have been ignored: > >FYI, much of this I don't care about. However, I probably do care >about publication status (if that's covering the MODS' notion of >"issuance" -- which includes "continuing" as in a serial, and >"monographic") and numbering (though not quite sure what this is!). I'm not sure that's what "publication status" is - my memory recalls that loosely as a "yes, it's still being published", "no, it's dead", or "unknown at this time" equivalent. Refer to the FRBR PDF for a more technical description (and if my recollection is wrong, certainly correct me). Are you talking about "frequency" of an issue, like yearly, or monthly, that sorta thing? In FRBR, this is defined at the expression level, and is something also ignored in the existing data model: The following FRBR expression attributes have been ignored: context, sequencing pattern (serial), expected regularity of issue (serial), expected frequency of issue (serial) ... The only real date work incorporated into the data model now is libdb_events, which covers corporate bodies and their meetings and so forth (from the data model notes on CB): FRBR defines a "numerical designation sequencing a meeting, conference, exhibition, fair, etc. that constitutes one of a series of related meetings, conferences, exhibitions, fairs, etc., or any other numerical designation associated with a corporate body." These would be implemented as "events" and associated with a "relationship". Reference the libdb_events table for more information. Briefly, it contains three date-related columns, thusly: start_date: The date (YYYY-MM-DD) the event started. end_date: The date (YYYY-MM-DD) the event ended. frequency: How often the event occurs (e.g., yearly, monthly, weekly, biannually, etc.). As such, the following statements could be made in the existing data model: SerialA is type "serial", described in a WEMI model. SerialA has relationship "publication status", which maps to an entry (EventSerialsA) in libdb_events. EventsSerialA defines a start_date of when the serial started publishing, an end_date (possibly blank) of when it ended, and a frequency of "quarterly", etc. This, of course, is all off-the-top-of-my-head thinking - I've tried to make the data model as flexible and "pure FRBR" as possible, but I've only been thinking of it from an implementation standpoint regarding movies/films, etc., etc. So, the above could all have fatal flaws. I dunno yet. Haven't really thought about it. I also haven't thought about handling of serials from an "issue" standpoint - I have no current comments on reproducing "Vol. 12 Iss. 13", "Vol. I, Issue VIII" or "December 2004, Holiday Special" within the existing data model. -- Morbus Iff ( you, me, eropuri? aawwwwwWWWw yYeahahhHHAhhh ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obidos/ASIN/0596005776/disobeycom icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus |
From: Bruce D'A. <bd...@fa...> - 2004-07-20 19:20:23
|
On Jul 20, 2004, at 3:08 PM, Morbus Iff wrote: > Are you talking about "frequency" of an issue, like yearly, or > monthly, that sorta thing? Not exactly: I mean a distinction between things issued once (a monograph, like a movie) and things issued continually at a regular interval (serials, like a TV show I guess, or a periodical). > I also haven't thought about handling of serials from an "issue" > standpoint - I have no current comments on reproducing "Vol. 12 > Iss. 13", "Vol. I, Issue VIII" or "December 2004, Holiday Special" > within the existing data model. This would be the part relationship stuff we discussed earlier. In MODS, there's an element within the relatedItem["host"] called "part" that captures these data (along with page numbers). Bruce |
From: Morbus I. <mo...@di...> - 2004-07-20 19:52:42
|
>Not exactly: I mean a distinction between things issued once (a >monograph, like a movie) and things issued continually at a regular >interval (serials, like a TV show I guess, or a periodical). Aaah. Check out "termination" in FRBR. From the Work data model: termination: A reflection of whether the work has been conceived as having a finite end or whether it is intended to continue indefinitely. -- Morbus Iff ( you, me, eropuri? aawwwwwWWWw yYeahahhHHAhhh ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obidos/ASIN/0596005776/disobeycom icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus |