Difference between revisions of "Metadata Encoding and Transmission Standard"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 19: Line 19:


An example METS xml is available from the Fedora homepage<ref name="mets example">http://www.fedora.info/documents/obj-image-userinput-archdraw.xml - METS example</ref> and a METS structure diagram is provided as well<ref name"mets diagram">http://sunsite.berkeley.edu/mets/diagram/ - METS structure diagram</ref>
An example METS xml is available from the Fedora homepage<ref name="mets example">http://www.fedora.info/documents/obj-image-userinput-archdraw.xml - METS example</ref> and a METS structure diagram is provided as well<ref name"mets diagram">http://sunsite.berkeley.edu/mets/diagram/ - METS structure diagram</ref>
== Tools for METS generation ==
* [http://sourceforge.net/projects/seventrain 7Train] - "an XSLT 2.0 tool for generating METS files from XML input. It builds the basic METS structure so that the user can worry about what is specific to the user's project. Includes examples for generating METS from OAI and CONTENTdm records."


== Misc ==
== Misc ==
Line 24: Line 28:
* The METS header includes some meta-information about the digital object, this may be...
* The METS header includes some meta-information about the digital object, this may be...
* METS agent container specifies role as well as type ("individual", "organization", "other")
* METS agent container specifies role as well as type ("individual", "organization", "other")


== References ==
== References ==
<references />
<references />

Revision as of 15:21, 21 October 2007

"The METS schema is a standard for encoding descriptive, administrative, and structural metadata regarding objects within a digital library, expressed using the XML schema language of the World Wide Web Consortium. The standard is maintained in the Network Development and MARC Standards Office of the Library of Congress, and is being developed as an initiative of the Digital Library Federation."[1]

Purpose[edit]

METS is considered as container format to import, store and exchange digital objects within the ViRR:_Virtueller_Raum_Reichsrecht.

Goals of evaluation:

  1. understand METS
  2. provide some exemplary ViRR objects and verify them against functional requirements
  3. search for existing METS tools


The METS structure[edit]

<METS:metsHdr ID="H1" CREATEDATE="2002-05-20T06:32:00" LASTMODDATE="2002-05-22T06:32:00" RECORDSTATUS="A">
  <METS:agent/> 
</METS:metsHdr>

An example METS xml is available from the Fedora homepage[2] and a METS structure diagram is provided as well[3]

Tools for METS generation[edit]

  • 7Train - "an XSLT 2.0 tool for generating METS files from XML input. It builds the basic METS structure so that the user can worry about what is specific to the user's project. Includes examples for generating METS from OAI and CONTENTdm records."


Misc[edit]

  • The METS header includes some meta-information about the digital object, this may be...
  • METS agent container specifies role as well as type ("individual", "organization", "other")

References[edit]