mets

35
Sandip Das MS-LIS 2013-2015 Documentation Research And Training Centre (DRTC) Indian Statistical Institute Bangalore Centre Metadata Encoding and Transmission Standard

Upload: sandip-das

Post on 25-May-2015

104 views

Category:

Education


1 download

DESCRIPTION

Metadata Encoding and Transmission Standard (METS)

TRANSCRIPT

Page 1: METS

Sandip Das

MS-LIS 2013-2015Documentation Research And Training Centre (DRTC)

Indian Statistical InstituteBangalore Centre

Metadata Encoding and Transmission Standard

Page 2: METS

Introduction

Characteristics of METS

Sections of a METS

Current Users

Conclusion

Overview

Apr 12, 2023 2Sandip Das, DRTC, Indian Statistical Institute

Page 3: METS

Introduction

Characteristics of METS

Sections of a METS

Current Users

ConclusionApr 12, 2023 3Sandip Das, DRTC, Indian Statistical Institute

Page 4: METS

Data about data

Metadata is structured information

Metadata can be used to find, gather, and maintain resources over long periods of time.

Metadata ?

Apr 12, 2023 4Sandip Das, DRTC, Indian Statistical Institute

Page 5: METS

Metadata Encoding and Transmission Standard

 A metadata standard for encoding descriptive, administrative, and structural metadata regarding objects within a digital library, expressed using the XML language of the World Wide Web Consortium.

Produced by LC and DLF

METS ?

Apr 12, 2023 5Sandip Das, DRTC, Indian Statistical Institute

Page 6: METS

An ISO standard

Interchangeable with other applications

Easy to integrate cataloguinginformation with text transcription, images etc.

Handles structural metadata easily

XML?

Apr 12, 2023 6Sandip Das, DRTC, Indian Statistical InstituteSource : www.allzonedigital.com

Page 7: METS

Why We Use ?

All metadata format (like DC, EAD, VRA) utilize for bibliographic description.

METS act as a container object for the many piece of metadata needed to describe a single digital object.

A number of pieces of metadata are attached to each digital object.

METS provides a method for building the object (i.e. metadata, attached items etc.) together so they can be transferred.

Apr 12, 2023 7Sandip Das, DRTC, Indian Statistical Institute

Page 8: METS

Introduction

Characteristics of METS

Sections of a METS

Current Users

Conclusion

Apr 12, 2023 8Sandip Das, DRTC, Indian Statistical Institute

Page 9: METS

Generally one METS file corresponds to one digital object (which may incorporate many files)

All metadata encoded in single document

Each type is held in a separate section, linked by identifiers

All metadata and external data (eg. images, text, video) is either referenced from METS file or can be held internally

Characteristics

Apr 12, 2023 9Sandip Das, DRTC, Indian Statistical Institute

Page 10: METS

Introduction

Characteristics of METS

Sections of a METS

Current Users

Conclusion

Apr 12, 2023 10Sandip Das, DRTC, Indian Statistical Institute

Page 11: METS

HOW TO BUILD A METS DOCUMENT

Apr 12, 2023 Sandip Das, DRTC, Indian Statistical Institute 11

METS

Header

Admin MD

Struct. Map

Struct. Link

File Sec.

Behaviors

Descrip. MD

Image Source : http://www.slideshare.net/Annie05/mets-short-overview-context-presentation

Page 12: METS

The METS Header contains metadata describing the METS document itself, including such information as

creator, editor, etc.

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

METS Header

<metsHdr>

<mets>

mets Header

Apr 12, 2023 12Sandip Das, DRTC, Indian Statistical Institute

Page 13: METS

METS Header(Contd.)

<metsHdr>

<mets>

mets Header

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

Apr 12, 2023 13Sandip Das, DRTC, Indian Statistical Institute

<metsHdr CREATEDATE="2003-07-04T15:00:00" RECORDSTATUS="Complete">

<agent ROLE="CREATOR" TYPE="INDIVIDUAL"> <name>Jerome

McDonough</name> </agent> <agent ROLE="ARCHIVIST" TYPE="INDIVIDUAL">

<name>Ann Butler</name> </agent> </metsHdr>

Page 14: METS

Can record all of the units of descriptive metadata pertaining to the digital entity represented by METS document

– Descriptive Metadata may be

– External to the METS document

– Internal to the METS document

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

Descriptive Metadata

<dmdSec>

<mets>

descriptive metadata Section

Apr 12, 2023 14Sandip Das, DRTC, Indian Statistical Institute

Page 15: METS

External Descriptive metadata element in a METS document may simply identify the type of descriptive metadata it represents (MARC, EAD, etc), and point to this metadata in its external location via a URI Descriptive Metadata

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

External Descriptive Metadata (Contd.)

<dmdSec>

<mets>

descriptive metadata Section

Apr 12, 2023 15Sandip Das, DRTC, Indian Statistical Institute

Page 16: METS

External Descriptive Metadata (Contd...)

<dmdSec>

<mets>

descriptive metadata Section

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

Apr 12, 2023 16Sandip Das, DRTC, Indian Statistical Institute

<dmdSec ID="dmd001"> <mdRef LOCTYPE="URN"

MIMETYPE="application/xml" MDTYPE="EAD" LABEL="Berol Collection

Finding Aid">urn:x-nyu:fales1735</mdRef> </dmdSec>

Page 17: METS

Internal descriptive metadata may be recorded internally in a METS document in one of two ways

– As XML data using vocabulary and syntax specified in external XML standard. For example, Dublin Core, MARC, MODS.

– As binary data. For example, a standard MARC record could simply be incorporated as binary data into METS document.

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

Internal Descriptive Metadata

<dmdSec>

<mets>

descriptive metadata Section

Apr 12, 2023 17Sandip Das, DRTC, Indian Statistical Institute

Page 18: METS

Internal Descriptive Metadata (Contd…)

<dmdSec>

<mets>

descriptive metadata Section

Image Source : www.loc.gov/standards/mets/presentations/METS.pptApr 12, 2023 18

Sandip Das, DRTC, Indian Statistical Institute

<dmdSec ID="dmd002"> <mdWrap MIMETYPE="text/xml" MDTYPE="DC" LABEL="Dublin Core Metadata">

<xmlData> <dc:title>Alice's Adventures in Wonderland</dc:title> <dc:creator>Lewis Carroll</dc:creator>

<dc:date>between 1872 and 1890</dc:date> <dc:publisher>McCloughlin Brothers</dc:publisher>

<dc:type>text</dc:type> </xmlData> </mdWrap> </dmdSec> <dmdSec ID="dmd003"> <mdWrap

MIMETYPE="application/marc" MDTYPE="MARC" LABEL="OPAC Record">

<binData>MDI0ODdjam0gIDIyMDA1ODkgYSA0NU0wMDAxMDA...(etc.) </binData> </mdWrap> </dmdSec>

Page 19: METS

 This elements contain the administrative metadata pertaining to the files comprising a digital library object, as well as that pertaining to the original source material used to create the object. There are four main forms of administrative metadata provided for in a METS document:1. Technical Metadata (information regarding files' creation, format, and use characteristics), 2. IPR Metadata (copyright and license information)3. Source Metadata (descriptive and administrative metadata regarding the analog source from which a digital library object derives) 4. Digital Provenance Metadata (information regarding source/destination relationships between files)

Administrative metadata

<amdSec>

<mets>

administrative metadata Section

Apr 12, 2023 19Sandip Das, DRTC, Indian Statistical Institute

Page 20: METS

 The file section lists all files containing content which comprise the electronic

versions of the digital object.

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

File Section

<fileSec>

<mets>

file Section

Apr 12, 2023 20Sandip Das, DRTC, Indian Statistical Institute

Page 21: METS

Files are organized into File Groups based on the grouping you would like to do. One way is to group by format (tiff, hi-res jpeg, med-res jpeg, gif, etc)

File Section(contd…) File groups

<fileSec>

<mets>

<fileGrp>

<fileGrp>

<...>

<file>

<file>

<...>

<file>

<file>

<...>

Apr 12, 2023 21Sandip Das, DRTC, Indian Statistical InstituteSource:www.loc.gov/standards/mets/presentations/METS.ppt

Page 22: METS

<file ID="FILE003" MIMETYPE="image/jpeg">

<Flocat LOCTYPE="URL">

http://dlib.nyu.edu/tamwag/beame.jpg

</FLocat>

</file>

File Section(contd…) File

<fileSec>

<mets>

file Section

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

Apr 12, 2023 22Sandip Das, DRTC, Indian Statistical Institute

Page 23: METS

The structural map is the heart of a METS document. It outlines a hierarchical

structure for the digital library object, and links the elements of that structure to

content files and metadata that pertain to each element.

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

Structural Map Section

<structMap>

<mets>

structural Map section

Apr 12, 2023 23Sandip Das, DRTC, Indian Statistical Institute

Page 24: METS

<structMap TYPE="PHYSICAL"> <div ID="title1.div.1" LABEL="Chapter 1“<div ID="title.1.div.1.1" LABEL="Section 1"> <fptr FILEID="title1.image.1"/><fptr FILEID="title1.image.2"/> </div><div ID="title.1.div.1.2" LABEL="Section 2"><fptr FILEID="title1.image.3"/> </div></div> <div ID="title1.div.2" LABEL="Chapter 2"></div></structMap>

Structural Map Section(Contd…)

Apr 12, 2023 Sandip Das, DRTC, Indian Statistical Institute 24

<structMap>

<mets>

structural Map section

Page 25: METS

The Structural Links section of METS allows METS creators to record

the existence of hyperlinks between nodes in the hierarchy

outlined in the Structural Map. This is of particular value in using

METS to archive Websites.

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

Structural Link Section

<structLink>

<mets>

structural Link section

Apr 12, 2023 25Sandip Das, DRTC, Indian Statistical Institute

Page 26: METS

<div ID="P1" TYPE="page" LABEL="Page 1">

<fptr FILEID="HTMLF1"/>

<div ID="IMG1" TYPE="image" LABEL="Image Hyperlink to Page 2">

<fptr FILEID="JPGF1"/>

</div>

<div ID="P2" TYPE="page" LABEL="Page 2">

<fptr FILEID="HTMLF2"/> </div>

Structural Link Section

Apr 12, 2023 Sandip Das, DRTC, Indian Statistical Institute 26

<structLink>

<mets>

structural Link section

Page 27: METS

A late addition to the METS standard, the behavior section allows information to be recorded on how components of the digital object should be rendered for the user, this may include information on specific software packages to be used, or on particular parameters to be used when rendering a file.

Image Source : www.loc.gov/standards/mets/presentations/METS.ppt

Behavior Section

<behaviorSec>

<mets>

behavior Section

Apr 12, 2023 27Sandip Das, DRTC, Indian Statistical Institute

Page 28: METS

Apr 12, 2023 Sandip Das, DRTC, Indian Statistical Institute 28

Introduction

Characteristics of METS

Sections of a METS

Current Users

Conclusion

Page 29: METS

– UC Berkeley (archival collections)

– Harvard (scanned print publications, e-journals)

– Library of Congress (audio/visual collections)

– EU Meta E project (historic newspapers)

– Michigan State (oral history collections)

– Univ. of Virginia (FEDORA digital objects)

– MIT (DSpace)

– RLG (RLG Cultural Materials)

Current users

Apr 12, 2023 Sandip Das, DRTC, Indian Statistical Institute 29

Page 30: METS

Apr 12, 2023 Sandip Das, DRTC, Indian Statistical Institute 30

Page 31: METS

Apr 12, 2023 Sandip Das, DRTC, Indian Statistical Institute 31

Page 32: METS

Introduction

Characteristics of METS

Sections of a METS

Current Users

Conclusion

Apr 12, 2023 32Sandip Das, DRTC, Indian Statistical Institute

Page 33: METS

• METS provides varied and flexible mechanisms for

– expressing structure or structures of a digital entity

– linking structure with simple and complex content

– linking structure with descriptive metadata

– linking structure and content files with administrative metadata

– linking behaviors with structure and content

ConclusionConclusion

Apr 12, 2023 33Sandip Das, DRTC, Indian Statistical Institute

Page 34: METS

METS official site:http://www.loc.gov/standards/mets

Wikipediahttp://en.wikipedia.org/wiki/METS

UC Berkeley Libraryhttp://ucblibrary4.berkeley.edu:8088/xdlib//calcultures/uci/mets/cui_1_6_00004505.xml

Reference

Apr 12, 2023 34Sandip Das, DRTC, Indian Statistical Institute

Page 35: METS

Image Source : www.cornwall.gov.uk

Apr 12, 2023 35Sandip Das, DRTC, Indian Statistical Institute