UGH (English)
Documentation
  • Documentation UGH Library
  • 1. Introduction
  • 2. Document model
    • 2.1. Structural data
    • 2.2. Content files
    • 2.3. Metadata
    • 2.4. Metadata groups
    • 2.5. Anchor
  • 3. Rule set
    • 3.1. Definition of metadata types
    • 3.2. Definition of metadata groups
    • 3.3. Definition of structure types
  • 4. Serialization
    • 4.1. MARC
      • 4.1.1. Introduction
      • 4.1.2. Configuration
      • 4.1.3. Example configurations
    • 4.2. METS/MODS
      • 4.2.1. Introduction
      • 4.2.2. General configuration
      • 4.2.3. Configuration of the mapping of structure and metadata
      • 4.2.4. Extended METS export options
      • 4.2.5. UghConvert
    • 4.3. PICA+
      • 4.3.1. Introduction
      • 4.3.2. Configuration
    • 4.4. XStream
    • 4.5. RDF/XML
      • 4.5.1. Introduction
      • 4.5.2. Configuration
    • 4.6. AGORA-Database
      • 4.6.1. Introduction
      • 4.6.2. Database configuration
      • 4.6.3. Definition of the Persistent Identifier in the database
      • 4.6.4. Inheritable metadata types
      • 4.6.5. Value lists
      • 4.6.6. Metadata Type Mapping
      • 4.6.7. Structure Type Mapping
  • 5. Outlook
  • 6. Additional details
Powered by GitBook
On this page

Was this helpful?

  1. 4. Serialization
  2. 4.6. AGORA-Database

4.6.4. Inheritable metadata types

The element <inheirableMetadataTypes> contains all the metadata types that are to be inherited from a structural unit to underlying structural units. Corresponding entries are duplicated in the database and thus allow fast access or filtering. However, the metadata types are only duplicated if the structural unit does not have its own metadata of this type. Within the <inheirableMetadataTypes> element, there is an <internalName> element for each metadata type.

Example: Inheritance of the Digital Collection during database import

<inheirableMetadataTypes>
    <internalName>singleDigCollection</internalName>
</inheirableMetadataTypes>
Previous4.6.3. Definition of the Persistent Identifier in the databaseNext4.6.5. Value lists

Last updated 5 years ago

Was this helpful?