Difference between revisions of "ESciDoc Logical Data Model"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 14: Line 14:




*An ''Item'' represents minimal unit of content managed in the system.  
*An '''Item''' represents minimal unit of content managed in the system. Each Item comprises of:
 
**at least one '''MetadataRecord''' - represents one or more metadata descriptions of the overall content represented with the item
*An ''Item'' comprises of:
**zero or more '''Component''' - represents a single content and at least one metadata description
*at least one ''MetadataRecord'' - structure which holds the metadata that additionally describe the content represented with the item.
*zero or more ''Components'' - structure which holds content represented with the item.
 
*Each ''Component''

Revision as of 14:52, 24 September 2009

Introduction[edit]

An overview (data model) of the basic object patterns within the eSciDoc.

Basic object patterns[edit]

  • Item
  • Container
  • Context
  • Organizational unit

Item[edit]

ItemModel.jpg


  • An Item represents minimal unit of content managed in the system. Each Item comprises of:
    • at least one MetadataRecord - represents one or more metadata descriptions of the overall content represented with the item
    • zero or more Component - represents a single content and at least one metadata description