Skip to content

WhatIsCoreMetadata

Tyler Danstrom edited this page Aug 15, 2017 · 3 revisions

Core metadata are REQUIRED fields. These fields is what allows the ldr metadata storage to answer all of the questions sets out at the beginning of this document in a cross-collection manner.

  • dc:title MUST be present
  • dc:identifier MUST be present
  • dc:isPartof MUST be present if the collection is a subordinate to another collection
  • dc:hasPart MUST be present if the collection is a superior to another collection or to byte streams
  • dc:description is OPTIONAL
  • dc:relation is OPTIONAL
  • dc:relation, dc:isPartOf and dc:hasPart MUST have attribute xsi:type
  • attribute xsi:type MUST have a value of dcterms:URI if the value of the element is a path resolvable by ldr metadata storage
  • attribute xsi:type MUST have a value of dcterms:URL if the value of the element is a path resolvable by a remote system
Clone this wiki locally