Difference between revisions of "Metadata Encoding and Transmission Standard"

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


== The METS structure ==
== The METS structure ==
<pre>
<METS:metsHdr ID="H1" CREATEDATE="2002-05-20T06:32:00" LASTMODDATE="2002-05-22T06:32:00" RECORDSTATUS="A">
  <METS:agent/>
</METS:metsHdr>
</pre>
Notes:
* 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")... this looks like :)


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>
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>

Revision as of 15:43, 1 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]

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>

Notes:

  • 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")... this looks like :)

An example METS xml is available from the Fedora homepage.[2]

References[edit]