Differences between revisions 12 and 13
Revision 12 as of 2009-01-22 12:34:57
Size: 1552
Editor: jrg
Comment:
Revision 13 as of 2009-01-22 12:51:50
Size: 2332
Editor: pko
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
= On-object metadata = == On-object metadata ==
Line 34: Line 34:
|| element-type || name || example || cardinality ||
|| abc || def || || ||
|| element-type || name || example || minOccurs || maxOccurs ||
|| DC || title || De Danske Aviser 1634-1989 || 1 || 1 ||
|| DC || creator || Sølling, Jette D. || 1 || * ||
|| DC || description || Håndbog over ... || 1 || 1 ||
|| DC || publisher || Statsbiblioteket || 1 || * ||
|| DC || type || Text || 1 || * ||
|| DC || source || 3-binds værk udg. af ... || 1 || * ||
|| DC || language || dan || 0|| * ||

'''Object: volume'''
|| element-type || name || example || minOccurs || maxOccurs ||
|| DC || alternative || Bd. 1: 1634 - 1847 || 0 || * ||
|| DC || extent || 356 p. || 1 || 1 ||

'''Object: region'''
|| element-type || name || example || minOccurs || maxOccurs ||
|| DC || title || Fyn || 1 || * ||

'''Object: town'''
|| element-type || name || example || minOccurs || maxOccurs ||
|| DC || title || Odense || 1 || * ||

This page contains information on the data of De Danske Aviser, and its representation and data model in MiniDOMS.

Data model objects and inter-object relations

Below, the fourth draft of the data model.

attachment:DDADataModelV4.png

The data model loosely follows the structure of the original publication. As such it is divided into a number of volumes (based on period).

Each Volume is divided as

  • Region
  • Town
  • Paper
  • Page
  • .png

These divisions loosely follow those of the original publication.

  • Each Page in the original publication has been digitalized as a .png file, found in the bit storage, and associated with a page object. These must be connected to each the former and the previous page.

  • Each Paper has an entry covering one or more pages and refers to the first page of the entry.

  • The Region object references a few pages containing information on the specific area during the relevant period. The end-users should see the word "Gruppering" rather than "Region", as this level of information in the structure of the physical books is used for geographical regions as well as other ways of grouping.

  • Similarly each Volume contains a few pages dealing with subject relevant to newspaper publication on a national basis.

On-object metadata

Below we summarize the different metadata that will be present on the objects in the data model.

Object: supervolume

element-type

name

example

minOccurs

maxOccurs

DC

title

De Danske Aviser 1634-1989

1

1

DC

creator

Sølling, Jette D.

1

*

DC

description

Håndbog over ...

1

1

DC

publisher

Statsbiblioteket

1

*

DC

type

Text

1

*

DC

source

3-binds værk udg. af ...

1

*

DC

language

dan

0

*

Object: volume

element-type

name

example

minOccurs

maxOccurs

DC

alternative

Bd. 1: 1634 - 1847

0

*

DC

extent

356 p.

1

1

Object: region

element-type

name

example

minOccurs

maxOccurs

DC

title

Fyn

1

*

Object: town

element-type

name

example

minOccurs

maxOccurs

DC

title

Odense

1

*

DataModelForDDAIntoMiniDOMS (last edited 2010-03-17 13:08:49 by localhost)