Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2010-04-26 13:06:59
Size: 1252
Editor: eab
Comment:
Revision 7 as of 2010-04-27 09:20:51
Size: 2490
Editor: eab
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
= Anker Kirkebye ** = = The Anker Kirkebye Collection ** =
Line 9: Line 9:
''The Anker Kirkeby collection'' is a historical collection comprised of recordings of cultural value, these are from the first half of the 20th century and are digitized from LP records and 45rpm records.

It contains voice recordings of important Danish figures, sound clips from the 1930's, Danish journalism from London during the 1940-1945 occupation, etc.

The collection is already digitized and the data originates from a relational database, thus it heavily influenced by the [[../Old Collections|Old Collections]] pattern

== Description of pattern ==

'''
Line 10: Line 19:
 || ID|| || ||
 
|| varighed || (duration)||
 
|| sprog ||(language)||
 
|| udgiver|| (publisher)||
 || titel ||(title)||
 
|| ophav ||(origin)||
 || rolle ||(role)||
 
|| beskrivelse ||(description)||
 
|| datooptagelse ||(date-of-recording)||
 
|| datodigitalisering ||(date-of-digitalization)||
 
|| kilde|| (source)||
 
|| resourcetype ||(resource-type)||
 
|| bidragsyder|| (contributor)||
 
|| emneord ||(keywords)||
 || alttitel|| (alternate-title)||
 
|| klassifikation|| (clasification)||
 
|| lydfiler|| (sound-files)||
 
|| omraade_spatial|| (geo-spatial-area)||
 
|| område_temporal|| (time-range)||
 
|| rettigheder|| (rights)||
 
|| bidragsyderrolle ||(contributor-role)||

|| __Danish__ || __English__ || __Dublin core__|| __Notes__ ||
|| ID || (identification string) || || not reused ||
|| varighed || (duration)|| || ||
|| sprog ||(language)|| ||1..* ||
|| udgiver|| (publisher)|| || ||
|| titel ||(title)|| || ||
|| ophav ||(origin)|| || ||
|| rolle ||(role)|| || 1..*||
|| beskrivelse ||(description)|| || ||
|| datooptagelse ||(date-of-recording)|| || ||
|| datodigitalisering ||(date-of-digitalization)|| || ||
|| kilde|| (source)|| || ||
|| resourcetype ||(resource-type)|| || ||
|| bidragsyder|| (contributor)|| ||0..* ||
|| emneord ||(keywords)|| ||0..* ||
|| alttitel|| (alternate-title)|| ||0..* ||
|| klassifikation|| (clasification)|| ||0..* ||
|| lydfiler|| (sound-files)|| ||1..* ||
|| omraade_spatial|| (geo-spatial-area)|| ||1..* ||
|| område_temporal|| (time-range)|| ||1..* ||
|| rettigheder|| (rights)|| || ||
|| bidragsyderrolle ||(contributor-role)|| || ||
Line 34: Line 45:
== Description of pattern == Any given entry may contain multiple sound-files, alternate-titles, contributors,
Line 36: Line 47:
'''In bold font''' '''
Line 40: Line 51:
To a great extend the problem consists of being able to migrate the original database to the DOMS, this is a technically trivial task since the ECMs facilitate this quite well. The main difference is that the DOMS solution will combine all the data about a given recording into one document, fields which have multiple entries can be represented in the XML format.

The Anker Kirkebye Collection **

Context

The Anker Kirkeby collection is a historical collection comprised of recordings of cultural value, these are from the first half of the 20th century and are digitized from LP records and 45rpm records.

It contains voice recordings of important Danish figures, sound clips from the 1930's, Danish journalism from London during the 1940-1945 occupation, etc.

The collection is already digitized and the data originates from a relational database, thus it heavily influenced by the Old Collections pattern

Description of pattern

The original data is structured around the relational database from which it originates, there is several exported database files, these reconstruct the structure of the database tables, from the following fields can be extracted:

Danish

English

Dublin core

Notes

ID

(identification string)

not reused

varighed

(duration)

sprog

(language)

1..*

udgiver

(publisher)

titel

(title)

ophav

(origin)

rolle

(role)

1..*

beskrivelse

(description)

datooptagelse

(date-of-recording)

datodigitalisering

(date-of-digitalization)

kilde

(source)

resourcetype

(resource-type)

bidragsyder

(contributor)

0..*

emneord

(keywords)

0..*

alttitel

(alternate-title)

0..*

klassifikation

(clasification)

0..*

lydfiler

(sound-files)

1..*

omraade_spatial

(geo-spatial-area)

1..*

område_temporal

(time-range)

1..*

rettigheder

(rights)

bidragsyderrolle

(contributor-role)

The ID will be discarded since it contains no semantic data.

Any given entry may contain multiple sound-files, alternate-titles, contributors,

Problem description

To a great extend the problem consists of being able to migrate the original database to the DOMS, this is a technically trivial task since the ECMs facilitate this quite well. The main difference is that the DOMS solution will combine all the data about a given recording into one document, fields which have multiple entries can be represented in the XML format.

Solution

In bold font

Consider next

GuidelinesForNewDatamodel/PatternLanguage/Anker Kirkebye (last edited 2010-05-25 12:41:56 by eab)