Chapter 6 Metadata Elements Set
Chapter 6 Metadata Elements Set
ELEMENT SET
METADATA ELEMENT SET
There are several metadata element sets that will be discussed in this chapter. It
includes :
1. Dublin core
2. GILS
3. TEI
4. EAD
5. VRA
6. ONIX
1
DUBLIN CORE
This metadata initiative was developed by a group of information professionals who met in
1995 at the Online Computer Library Center (OCLC) in Dublin Ohio.
Since its inception, DC has been received by many information communities worldwide.
In 2001, the Dublin core metadata element set was approved by the National Information
Standards Organization as ANSI/NISO Standard Z39.85-2001 (updated May 2007). In
February 2003, it was approved as an international standard, ISO Standard 15836-2003.
DUBLIN CORE ELEMENT SET
The Dublin Core contains a set of fifteen elements. These are listed below:
The Dublin Core contains a set of fifteen elements. These are listed below:
The Dublin Core contains a set of fifteen elements. These are listed below:
The Dublin Core contains a set of fifteen elements. These are listed below:
The Dublin Core contains a set of fifteen elements. These are listed below:
The Dublin Core contains a set of fifteen elements. These are listed below:
The Dublin Core contains a set of fifteen elements. These are listed below:
The Dublin Core contains a set of fifteen elements. These are listed below:
The GILS was set up by the US Federal Government in order to provide the general public
and its own employees with a means for locating useful information generated by the many
government agencies. As such its constituency of use is very broad; literally anyone is likely
to be able to search for resources using GILS and many different agencies are likely to use
a variety of staff to generate their part of the overall GILS framework. Originally GILS was
intended to force each agency to provide a set of locators that "together cover all of its
information dissemination products" (Executive Office of the President, Office and
Management and Budget, OMB Bulletin, no. 95-01, Dec. 7, 1994
<URL:http://www.usgs.gov/gils/omb95-01.html>). However in reality some agencies are
using GILS as generic metadata records for many resources and others are hardly using it
at all.
Government Information Locator Service (GILS)
The basic descriptive (bibliographic) elements included in the GILS Core Element set:
• Title
• Author
• Date of Publication
• Place of Publication
• Abstract
• Agency Program
• Resource Description
Government Information Locator Service (GILS)
Subject description
The subject description elements included in the GILS Data Element set are:
URIs
GILS Data Element records use the Availability Linkage and Availability Linkage Type data
elements to specify the URI and MIME type respectively of the resource that the record is
pointing at. These fields may be repeated within a single GILS record. There is also a set
of Cross Reference elements that are used to refer to other, related GILS records. This set
contains the Cross Reference Linkage and Cross Reference Linkage Type elements that
indicate the URI and MIME type of the related record. The Cross Reference elements can
also be repeated.
Government Information Locator Service (GILS)
Host administrative details
GILS Data Elements contain a number of fields to provide contact information. These
include:
• Point of Contact
• Contact Name
• Contact Organization
• Contact Street Address
• Contact City
• Contact State or Province
• Contact Zip or Postal Code
• Contact Country
• Contact Network Address
• Contact Hours of Service
• Contact Telephone
• Contact Fax
Government Information Locator Service (GILS)
Administrative metadata
The administrative metadata required to maintain a GILS record is held in the following
GILS Data Elements:
• Date of Last Modification
• Record Review Date
• Originator
• Control Identifier
• Original Control Identifier
• Record Source
• Schedule Number
Government Information Locator Service (GILS)
Provenance/Source
The GILS Core Data Element set provides the following elements for dealing with issues of provenance and record/resource
data source.
• Purpose
• Availability
• Distributor Name
• Distributor Organization
• Distributor Street Address
• Distributor City
• Distributor State or Province
• Distributor Zip or Postal Code
• Distributor Country
• Distributor Network Address
• Distributor Hours of Service
• Distributor Telephone
• Distributor Fax
• Sources of Data
• Record Source
Government Information Locator Service (GILS)
Terms of availability/copyright
Terms of availability and legal restrictions on records and resources (including but not limited to copyright) are
included in the following elements from the GILS Core Data Element set:
• Availability
• Order Process
• Order Information
• Cost
• Cost Information
• Available Time Period
• Available Time Structured
• Available Time Textual
• Access Constraints
• General Access Constraints
• Originator Dissemination Control
• Security Classification Control
• Use Constraints
3
The TEI’s Guidelines for Electronic Text Encoding and Interchange (TEIp4), first
published in April 1994 in print form, has undergone several revisions. The latest version
is available both in print and online (https://tei-c.org/guidelines/p5/). A simplified version,
called TEI Lite (https://tei-c.org/guidelines/customization/lite/), is specific customization
designed for the core TEI Constituency.
TEI (TEXT ENCODING INITIATIVE)
Every TEI text has a header, which contains descriptive information, i.e., metadata about
the work. It is an “electronic title page,” similar to the title page of a printed work. The tags
used to label individual parts of the TEI header follow SGML (Standard Generalized
Markup Language).
TEI (TEXT ENCODING INITIATIVE)
The header is introduced by the element <teiHeader> and has four major parts:
Element Description
<titleStmt> Group information about title of a work and those
responsible for its intellectual content
<editionStmt> Group information relating to one edition of a text
<extent> Describe the appropriate size of the electronic text as stored
on some carrier medium, specified in any convenient units
<publicationStmt> Group of information concerning the publication or
distribution of an electronic or other text
TEI (TEXT ENCODING INITIATIVE)
The <fileDesc> element is mandatory. It contains a full bibliographic description of the file
with the following elements;
Element Description
<seriesStmt> Groups information about the series, if any, to which a
publication belongs
<notesStmt> Collected together any notes providing information about a
text additional to that recorded in other parts of the
bibliographic description
<sourceDescp> Supplies a bibliographic description of the copy text(s) from
which an electronic text was derived or generated.
TEI (TEXT ENCODING INITIATIVE)
Example of TEI for file Description
<teiHeader>
<fileDesc>
<titleStmt>……</titleStmt>
<publicationStmt>….. </publicationStmt>
<sourceDesc>……. </sourceDesc>
</fileDesc>
</teiheader>
TEI (TEXT ENCODING INITIATIVE)
2. The <encodingDesc> element specifies the methods and editorial principles which
governed the transcription of the text. Its use is highly recommended. It may be prose
description or may contain elements from the following list:
Element Description
<projectDesc> Describe in detail the aim or purpose for which an electronic
file was encoded, together with any other relevant
information concerning the process by which it was
assembled or collected.
<samplingDecl> Contain a prose description of the rationale and methods
used in sampling texts in the creation of a corpus or
collection.
TEI (TEXT ENCODING INITIATIVE)
2. The <encodingDesc> element specifies the methods and editorial principles which
governed the transcription of the text. Its use is highly recommended. It may be prose
description or may contain elements from the following list:
Element Description
<editorialDecl> Provide details of editorial principles and practices applied
during the encoding of text
<tagsDecl> Provide detailed information about the tagging applied to an
SGML or XML document
<refsDecl> Specifies how canonical references are constructed for this
text
TEI (TEXT ENCODING INITIATIVE)
2. The <encodingDesc> element specifies the methods and editorial principles which
governed the transcription of the text. Its use is highly recommended. It may be prose
description or may contain elements from the following list:
Element Description
<classDecl> Contains one or more taxonomies defining any classificatory
codes used elsewhere in the text.
<fsdDecl> Identifies the feature system declaration which contains
definition for a particular type of feature structure
<metDecl> Documents the notation employed to represent a metrical
pattern when this is specified as the value of a met, real or
rhyme attribute on any structural element of a metrical text
TEI (TEXT ENCODING INITIATIVE)
2. The <encodingDesc> element specifies the methods and editorial principles which
governed the transcription of the text. Its use is highly recommended. It may be prose
description or may contain elements from the following list:
Element Description
<variantEncoding Declares the method used to encode text-critical variants.
>
TEI (TEXT ENCODING INITIATIVE)
Example of TEI for encoding Description
<encodingDesc>
<projectDesc>
<projectDesc> Texts collected for use in the Claremont
Shakespeare Clinic, June
</ projectDesc >
</ encodingDesc >
TEI (TEXT ENCODING INITIATIVE)
3. The <profileDesc> element enables information characterizing various descriptive
aspects of a text to be recorded within a single framework. It has three optional
components.
Element Description
<creation> Contain information about the creation of a text
<langUsage> Describes the languages, sublanguages, registers, dialects,
etc., represented within a text
<textClass> Groups information which describes the nature or topic of a
text in terms of a standard classification scheme, thesaurus
etc.
TEI (TEXT ENCODING INITIATIVE)
Example of TEI for profile Description
<creation>
<date value = “1992-08”> August 1992 </date>
<name type = “place” > Taos, New Mexico </name>
</ creation >
TEI (TEXT ENCODING INITIATIVE)
4. The <revisionDesc> element provides a change log in which each change made to a
text may be recorded. The log may be recorded as a sequence of <change> elements
each of which contains;
Element Description
<date> Contains a date in any format
<respStmt> Supplies a statement of responsibility for someone
responsible for the intellectual content of a text, edition,
recording, or series, where the specialized elements for
authors, editors, etc do not suffice or do not apply
<item> Contains one component of a list
TEI (TEXT ENCODING INITIATIVE)
Example of TEI for revision Description
<revisionDesc>
<change><date>6/3/91</date>
<respStmt><name>EMB</name><resp>ed.</resp>
</respStmt>
<item> File format updated </item></change>
<change><date>5/25/90</date>
<respStmt><name>EMB</name><resp>ed.</resp>
<item> Stuart’s corrections entered</item></change>
</ revisionDesc >
TEI (TEXT ENCODING INITIATIVE)
https://tei-c.org/release/doc/tei-p5-doc/en/html/examples-TEI.html
4
The Encoded Archival Description (EAD) is a standard for describing and encoding
findings aids for archival materials. Findings aids are tools such as inventories, registers,
indexes, and other documents created by archives, libraries, museums, and manuscript
repositories for both managing and providing access to their collections.
EAD (ENCODED ARCHIVAL DESCRIPTION)
An EAD record typically contains a header similar to a TEI header. It describes the finding
aid itself and contains a description of the archival collection as a whole as well as more
detailed information about the records or series within the collection. In other words, the
EAD header carries metadata about the finding aid itself.
EAD (ENCODED ARCHIVAL DESCRIPTION)
The current version, maintained by the Library of Congress and the Society of American
Archivists, is EAD DTD version 2002. The EAD header contains the following elements:
<eadheader>
<eadid>
<filedesc>
<titlestmt>
<titleproper>
<subtitle>
EAD (ENCODED ARCHIVAL DESCRIPTION)
VRA is a documentation standard for image collections used by the visual resource
community. It is designed to describe visual documents depicting works of art,
architecture, and artifacts or structures from material, popular, and folk culture. It purpose
is to facilitate the sharing of information among visual resource collections about works
and images. The standard is based on the Dublin Core with modifications. Some of the
VRA elements are based on the Dublin Core elements such as title, creator, subject, and
relation. Other elements such as measurements, materials and technique are added to
enable a richer description of art works.
VRA (VISUAL RESOURCES ASSOCIATION) CORE
CATEGORIES