Digital Resource Description (DRD) Application Profile

http://www.natlib.govt.nz/dr/drd.html
Version 0.4 (2004-08-05)
Editor: Douglas Campbell, National Library of New Zealand Te Puna Mātauranga o Aotearoa

Description

Digital Resource Description (DRD) is a lightweight metadata schema for describing and linking to digital objects. It is based on Qualified Dublin Core with local extensions. It is intended for use with simple digital objects as an alternative to more complex schemas such as METS, EAD, and MPEG-21.

The DRD Application Profile merely lists sets of existing terms from external metadata schemas to be combined, so the external metadata schemas should be consulted for individual term usage. Two sets of terms have been defined specifically for this Application Profile: "Digital Resource Terms" and "Digital Resource Role".

Usage Guidelines

No generic user guide is currently available, however guidelines have been developed for Matapihi (an application using DRD) which may be of interest.

Sample records

DRD has been used in two National Library of New Zealand products, both products provide links to view the underlying DRD metadata record for each digital resource description:


Elements and Element Refinements

  dc The Dublin Core Metadata Element Set, v1.1 http://purl.org/dc/elements/1.1/
  dcterms Dublin Core Terms http://purl.org/dc/terms/
  drt Digital Resource Terms http://www.natlib.govt.nz/dr/terms#
  xlink XML Linking Language (XLink), v1.0 http://www.w3.org/1999/xlink

Encoding Schemes (and Vocabulary Terms)

  dcterms Dublin Core Terms http://purl.org/dc/terms/
  drt Digital Resource Terms http://www.natlib.govt.nz/dr/terms#
  drr Digital Resource Role http://www.natlib.govt.nz/dr/role#

Encoding Syntax

The preferred syntax for encoding DRD is RDF/XML. An attraction of RDF/XML is the ability to include values both in their encoded form and in human-readable free-text, for example dates encoded using W3CDTF:

<dcterms:created>
  <dcterms:W3CDTF>
    <rdf:value>2000-05-01</rdf:value>
    <rdfs:label>Circa 1st May 2000</rdfs:label>
  </dcterms:W3CDTF>
</dcterms:created>

Note the following implications of using RDF/XML: