Dublin Core Qualifiers

Jon Knight, and Martin Hamilton
ROADS Project,
Department of Computer Studies,
Loughborough University.

Contents


Introduction

The Dublin Core proposal for metadata contains fifteen basic elements. These fifteen elements are intended to cover most of the metadata attributes that are needed to give a simple description of document like objects. However with only fifteen elements there is often a need to supply multiple values for each element. These different values need to be differentiated from one another.

This differentiation is provided by the use of qualifiers. Qualifiers have an identifier and a value and serve to inform users and programs how to interpret the value in the element proper. For example, one Dublin Core element is called Subject which has a qualifier called Scheme. The Scheme tells us what context we should interpret the value of the Subject in; it might be an uncontrolled keyword, a Dewey Decimal Classification number, a UDC number, a Library of Congress Subject Heading, etc, etc. Without the qualifier we could not distinguish between one type of Subject value and another.

This document is intended to provide an initial set of standard qualifier names and values for use in Dublin Core metadata sets. The reason for wanting a standard set of qualifier names and values is that it makes it easier for programs to automatically process and understand the qualifiers and thus the values of the elements.

In the following section, each element is described, followed by the proposed standard qualifiers and qualifier values. It is also proposed every element can have locally defined qualifiers with names starting with "x-" whose values and effects upon the interpretation of the element's value are only known to consenting groups of metadata users. This type of extension mechanism is common in other Internet standards such as RFC 822 mail headers and MIME Content-Types. Note also that the qualifier names should normally be case insensitive, unless a particular concrete representation of the Dublin Core Element Set specifically requires case sensitivity.


Common qualifiers

There exist a small class of qualifiers that are applicable to many of the Dublin Core elements and whose interpretation does not alter between elements. These are:

Language
This qualifier provides an indication of the language that the element value is written in (not the resource being described; that is the purpose of the Language element itself). The value of this qualifier should be a two or three character language code from the ISO 639 standard. The default if this qualifier is not present is English.
Charset
This qualifier provides an indication of the character set that the element value is encoded with. Possible values are:
  • ISO.8859-1
  • ISO.8859-2
  • ISO.8859-3
  • ISO.8859-4
  • ISO.8859-5
  • ISO.8859-6
  • ISO.8859-7
  • ISO.8859-8
  • ISO.8859-9
  • UTF-8
The default if this qualifier is not present is ISO.8859-1 (a superset of US ASCII suitable for Western languages and the default used in WWW browsers).

Element: Title (TITLE)

This element is the name of the object that the Dublin Core metadata relates to as given by the Creator or Publisher.

qualifiers and values:


Element: Subject and Keywords (SUBJECT)

This Dublin Core element holds the subject descriptor or a set of keywords that describe the contents of the object.

qualifiers and values:


Element: Description (DESCRIPTION)

The Description element contains a textual description of the content of the resource, including abstracts in the case of document-like objects or content descriptions in the case of visual resources. Future metadata collections might well include computational content description (spectral analysis of a visual resource, for example) that may not be embeddable in current network systems. In such a case this field might contain a link to such a description rather than the description itself.

qualifiers and values:


Element: Creator or Author (CREATOR)

This element provides information about the persons and/or organisations responsible for the intellectual content of the object that the Dublin Core metadata relates to.

qualifiers and values:


Element: Publisher (PUBLISHER)

This element provides information about the persons and/or organisations responsible for the dissemination of the object that the Dublin Core metadata relates to.

qualifiers and values:


Element: Contributor (CONTRIBUTOR)

This element provides information about other persons and/or organisations involved in the production or distribution of the object that the Dublin Core metadata relates to.

qualifiers and values:


Element: Date (DATE)

This element holds the date of publication of the object that the Dublin Core metadata relates to.

qualifiers and values:


Element: Resource Type (TYPE)

This element provides the facility to describe the genre of the resource that the Dublin Core metadata was generated for.

qualifiers and values:


Element: Format (FORMAT)

This element holds the type of the object that the Dublin Core metedata relates to.

qualifiers and values:


Element: Resource Identifier (IDENTIFIER)

The Identifier element in Dublin Core provides a way of identifying the object that the metadata relates to.

qualifiers and values:


Element: Relation (RELATION)

This element is intented to describe relationships between the resource that this set of Dublin Core metadata is concerned with and other resources.

qualifiers and values:


Element: Source (SOurcE)

The source element in the Dublin Core is really a special case of the Relation element. It is intended to provide a means of indicating the provenance of the work that the Dublin Core metadata applies to. Note that the Source element is intended to identify other objects that have the same intellectual content as the resource being described by the DC metadata, while the Relation element is intended to identify objects of different intellectual content to which the resource is logically connected.

qualifiers and values:


Element: Language (LANGUAGE)

This element in the Dublin Core identifies the language in which the resource is written.

qualifiers and values:


Element: Coverage (COVERAGE)

The Coverage element of the Dublin Core Element Set is intended to convey information about spatial and temporal coverage of the resource.

qualifiers and values:


Rights Management (RIGHTS)

The content of this element is intended to be a link (a URL or other suitable URI as appropriate) to a copyright notice, a rights-management statement, or perhaps a server that would provide such information in a dynamic way. The intent of specifying this field is to allow providers a means to associate terms and conditions or copyright statements with a resource or collection of resources. No assumptions should be made by users if such a field is empty or not present.

qualifiers and values:


Acknowledgments

Many thanks to Terry Allen, Hans J. Becker, Dave Beckett, Dan Brickley, Ron Daniel, Tony Gill, Ian Hamilton, Rachel Heery, Renato Iannella, Thomas Krichel, Traugott Koch, Eric Miller, Paul Miller, Judith Pluemer, Andy Powell, Roland Schwaenzl and Wolfram Sperber for comments made on earlier versions of this document. This work was supported by a grant from the UK Electronic Libraries Programme (eLib).

$Id: DC-SubElements.html,v 1.26 1997/02/21 18:36:26 jon Exp jon $


Dublin Core Enabled! HTML 3.2 Checked!