METS FOR VISUAL COLLECTIONS. 1 st draft 11/24/04, at Last revision 12/13/04, at

Size: px
Start display at page:

Download "METS FOR VISUAL COLLECTIONS. 1 st draft 11/24/04, at Last revision 12/13/04, at"

Transcription

1 METS FOR VISUAL COLLECTIONS 1 st draft 11/24/04, at Last revision 12/13/04, at 1

2 1. PURPOSE INTRODUCTION METS DOCUMENT COMPONENTS METS DOCUMENT XML DECLARATION NODE METS ROOT NODE METS Header METS Descriptive Metadata Node METS Administrative Metadata Node METS File Section Node METS Structural Map Node...17 APPENDIX A FCLA PALMM METADATA...19 APPENDIX B FCLA RIGHTS METADATA...23 APPENDIX C METS SAMPLE (PHOTO)...24 APPENDIX D METS SAMPLE (MAP)...27 APPENDIX E METS SAMPLE (RELATED IMAGES)

3 1. Purpose This document is intended to provide METS document authors/programmers detailed specification for creating METS documents conforming to the FCLA Visual Collections METS profiles (coming soon). 2. Introduction A digital library object is defined for the purpose of this document as a digital object or a set of digital objects treated as an intellectual entity. It refers to a higher level of abstraction of digital object(s), for example, a photograph, a map, etc. Given that the use of most elements and attributes are loosely defined in the METS schema, this document will specify how METS documents representing digital materials for use within the FCLA Visual Collections should be encoded, with more practical restrictions and limitations. The FCLA Visual Collections METS profile also introduces several extension schemas for use with the METS schema, including the DCMI Simple DC XML Schema, FCLA Schema for Technical Metadata, FCLA Schema for Rights Metadata and FCLA Schema for PALMM Metadata (MODS Schema coming soon). This document won t exhaustively enumerate all the elements and attributes for some of the elements with the above XML schemas, but will introduce the more common ones that are most likely to be encountered in encoding a METS document for visual materials. For in-depth coverage of all of the XML schema features and their use, please refer to the schemas. 3. METS Document Components A METS document conforming to the FCLA Visual Collections METS profiles consists of five subsidiary sections: METS header (metshdr), Descriptive metadata (dmdsec), Administrative metadata (amdsec), File section (filegrp), Structural map (structmap). 3.1 METS header (metshdr) Descriptive metadata about the METS document itself. 3.2 Descriptive metadata (dmdsec) External and/or internal descriptive metadata about a digital library object. 3.3 Administrative metadata (amdsec) Metadata used in managing and administering a digital library object. Includes rights, and access information, data on the creation and preservation of the digital library object. 3

4 3.4 File section (filegrp) File inventory used to list together related files comprising a digital library object. 3.5 Structural map (structmap) Heart of a METS document. Structural metadata used to display and navigate the internal organization of a digital library object. It outlines a hierarchical structure for the digital library object, and links the elements of that structure to content files and metadata that pertains to each element. The remainder of this document will use examples to explain the mark-up process of these sections within a METS document. Examples used in this document: the line space and line indentation in examples are shown only for readability, do not include them into METS file. Case sensitivity: the values of some elements and attributes are case sensitive, it s recommended that you follow the differing use of uppercase and lowercase letters in the examples given in this document. Child node: If a node has a parent node, the child node will be referred and expressed in the format of parentnode/childnode in this document. Legend: *=required 4. METS Document 4.1 XML Declaration Node Key Attributes: Version*: Version of the XML Specification. Value set to 1.0. Encoding*: Character encoding for xml. Most visual packages are encoded in Latin-1 (ISO ). Standalone*: Value set to no, indicating that the document depends on external schemas. 4.2 METS Root Node 4

5 Use METS root element to record the title, type and ID information of the digital library object and declare all the namespaces used in the METS instance document in the namespace attribute. <METS:mets> Key Attributes: LABEL: The bibliographical title of the digital library object. TYPE*: A genre type designation for the digital object taken from an authority list: map, photo, artifact. (Note: type will be used in generating meaningful statistics from the use log.) OBJID*: A unique digital object ID (entity ID). It usually begins with a 2-character institution code, followed by a unique 8- character number, e.g. UF For more information on how to create an entity ID, please refer to METS Header 5

6 Use METS Header element to record metadata about the METS document itself, including when the METS file and package are created and by what institution, individual and software client; whether the package is new or a replacement for one sent earlier; who creates and sends the package and should be contacted if there are problems; specific processing instructions for the package, for example, which server and collection the package goes to or whether to create MARC records from descriptive metadata in <dmdsec>; what file formats are included; what project(s) or collection(s) it belongs to. This section also includes most processing instructions for the program. <METS:metsHdr> Key attributes: CREATEDATE: The date and time of creation of the METS file in Greenwich mean time in the format: yyyy-mmddthh:mm:ssz, e.g. yyyymmddt12:51:36z. If the time cannot be supplied, use zeros: yyyy-mm-ddt00:00:00z. ID*: A unique identifier for the package. This number must begin with a 2-character institution code assigned by FCLA, followed by a unique 8-character numbers, e.g. UF For more information on how to assign a package ID, please refer to LASTMODDATE: The date and time of the last modification of the METS file in Greenwich mean time in the format: yyyy-mmddthh:mm:ssz. RECORDSTATUS: Whether the package is new or intended as a replacement, for example, to correct an earlier error. Value must be set to NEW or OLD. 6

7 <METS:metsHdr>/<METS:agent> Key attributes: ROLE*: The role of the agent in relation to the creation of the METS file. Value taken from an authority list: CREATOR, EDITOR, ARCHIVIST, DISSEMINATOR, CUSTODIAN, IPOWNER, OTHER. TYPE: The nature of the agent. For institutional agent, value set to ORGANIZATION. For individual agent, value set to INDIVIDUAL. For any other agent, value set to OTHER. OTHERTYPE: For agent that doesn t belong to ORGANIZATION or INDIVIDUAL, the OTHERTYPE attribute can be supplied to further clarify the nature of the agent. For software agent, the value of OTHERTYPE should be set to SOFTWARE. <METS:metsHdr>/<METS:agent>/<METS:name>* Name of the institution, individual, or software creating or contributing the METS file. For name of the institution, value must be taken from the authorized institution code list: FAMU, FAU, FCLA, FGCU, FIU, FSU, UCF, UF, UM, UNF, USF, UWF, UVI, FW. <METS:metsHdr>/<METS:agent type= Organization >/<METS:note>* Most processing instructions are flagged in <METS:note> nodes nested in <METS:agent type= organization >. <METS:note>makerule= </METS:note> Instructs the processing program to make a bibliographic record from the metadata in the METS file. Valid value: title, XX where XX is a 2-character NOTIS Institution group, e.g. title, QF. <METS:note>server= </METS:note>* Target server. Value set to IC. <METS:note>formats= </METS:note> 7

8 File formats included in the package, given as Internet media types and subtypes. Multiple formats are separated by commas, e.g. formats=image/tiff, image/jpeg, image/jp2. <METS:note>projects= </METS:note>* Project code(s). A code or list of codes identifying the project(s) to which the package belongs. Each METS file must include exactly one project code for the primary collection with an option of having one or more project codes for sub-collections of the primary collection. Multiple project codes for more than one primary collections are not allowed. Multiple project codes for the primary collection and sub-collections are separated by commas, e.g. MAP, MAPFL. For a list of valid project codes, please refer to METS Descriptive Metadata Node Use METS descriptive metadata section to describe the digital library object as a bibliographic entity, by either pointing to an external bibliographic record (MARC record) associated with the digital library object, and/or embedding DC/PALMM metadata elements within the METS document. This section consists of one or more <dmdsec> element(s). At least one <dmdsec> element contains <mdwrap> to embed DC metadata within METS file when applicable. The <dmdsec> element that contains <mdref> element points to external metadata, e.g. a MARC record. <METS:dmdSec> Key attribute: ID*: A unique, internal identifier for the <dmdsec> element. It is used in the structural map section to link a particular division of the document hierarchy to this particular <dmdsec> element (e.g. DMD1). 8

9 <METS:dmdSec>/< METS:mdRef> Key attributes: <METS:dmdSec>/<METS:mdWrap> ID*: A unique identifier for the external metadata. For example, a NOTIS key number AAA0001. LOCTYPE: The type of locator contained in the body of the element. Use OTHER for local NOTIS system. MDTYPE: The type or scheme of metadata being pointed at. Valid value includes MARC. OTHERLOCTYPE: When LOCTYPE set to OTHER, OTHERLOCTYPE indicates an alternative LOCTYPE to point to external system or files where the metadata can be found. Use FCLANOTIS:QF. <mdwrap> provides a wrapper around the internal descriptive metadata embedded within a METS document. Key attributes: MIMETYPE: The MIME type for the metadata, e.g. text/xml. MDTYPE: The type or scheme of metadata. Valid value: DC, Other. Use DC for Dublin Core Metadata. Use Other for PALMM extension metadata. Label: A label to display to the viewer of the METS document identifying the metadata, use Dublin Core Metadata or PALMM. <METS:dmdSec>/<METS:mdWrap>/ Currently, only XML-encoded descriptive metadata is accepted by FCLA and it is expected to be wrapped in <xmldata>. Two extension schemas are adopted by FCLA for encoding internal descriptive metadata within a METS document: DCMI Simple DC XML Schema and PALMM XML Schema (developed by FCLA). 9

10 DCMI Simple DC XML Schema Any or all of the 15 Dublin Core elements as listed below can be nested within <METS: xmldata >, for definitions of the elements and their use, see <dc:title> <dc:creator> <dc:contributor> <dc:publisher> <dc:subject> <dc:description> <dc:format> <dc:type> <dc:coverage> <dc:date> <dc:identifier> <dc:source> <dc:relation > <dc:language> <dc:rights> PALMM XML Schema Any or all of the following PALMM extension elements as listed below can be nested within <METS: xmldata >. For complete elements and attributes defined and their use, see Appendix A. (The line indentation shown below reflects the parent/child relationship between nodes.) <palmm:creator> <palmm:role> <palmm:dates> <palmm:location> <palmm:affiliation> <palmm:type> <palmm:contributor> <palmm:role> <palmm:dates> <palmm:location> <palmm:affiliation> <palmm:type> <palmm:thesis> <palmm:degree> 10

11 <palmm:degreelevel> <palmm:degreegrantor> <palmm:degreediscipline> < palmm:pages> <palmm:hasformat> <palmm:uri> <palmm:identifier> <palmm:creator> <palmm:dates> <palmm:format> <palmm:rights> <palmm:scanner> <palmm:rights> <palmm:isformatof> <palmm:identifier> <palmm:format> <palmm:scale> <palmm:spatial> <palmm:name scheme= > <palmm:longitude> <palmm:latitude> <palmm:location> <palmm:notes> <palmm:display X= Y= Type= Face= > <palmm:dc.title.alternative> <palmm:dc.description.abstract> <palmm:dc.description.note> <palmm:dc.description.release> <palmm:dc.description.tableofcontents> <palmm:dc.contributorrole> <palmm:dc.date.created> <palmm:dc.date.issued> <palmm:dc.date.modified> <palmm:dc.format.extent> <palmm:dc.format.medium> <palmm:dc.relation.ispartof> <palmm:dc.relation.haspart> <palmm:dc.relation.isversionof> <palmm:dc.relation.hasversion> <palmm:dc.relation.isformatof> <palmm:dc.relation.hasformat> <palmm:dc.coverage.temporal> <palmm:dc.coverage.spatial> 11

12 4.2.3 METS Administrative Metadata Node The administrative metadata section consists of only one <amdsec> element and it is divided into three subsections: <techmd> (technical metadata), <rightsmd> (intellectual property rights metadata), and <sourcemd> (analog/digital source metadata). Each of these subelements may contain an <mdref> element to point to external administrative metadata, an <mdwrap> element to use when embedding administrative metadata within a METS document, or both. However, in most cases, you will only use <mdwrap> to wrap administrative metadata internally. Multiple <techmd>, <rightsmd>, and <sourcemd> elements are allowed so that administrative metadata can be recorded for each separate item within the METS object. <METS:amdSec>* Key attributes: ID: A unique, internal identifier for the <amdsec> element, e.g.<amd1>. 12

13 If you need to record technical information such as scanner settings,, contact FCLA. Use <rightsmd> to record text statement of date and responsible entity for electronic version and text statement identifying the copyright holder and permissions granted to users of the electronic version. <METS:amdSec>/<METS:rightsMD> Key attribute: ID*: A unique, internal identifier for the <rightsmd> element, e.g. <RMD1>. <METS:amdSec>/<METS:rightsMD> /<METS:mdWrap> Provides a wrapper around the internal rights metadata embedded within a METS document. Key attributes: MIMETYPE: The MIME type for the metadata, e.g. text/xml. MDTYPE: The type or scheme of rights metadata. Value set to OTHER. OTHERMDTYPE: The alternative type or scheme of rights metadata if MDTYPE set to OTHER. Value set to RIGHTSMD. <METS:amdSec>/<METS:rightsMD> /<METS:mdWrap>/< METS:xmlData> Currently, only XML-encoded rights metadata is accepted by FCLA and it is expected to be wrapped in <xmldata>. 13

14 An extension schema (rightsmd.xsd ) for encoding rights metadata elements within a METS document was developed by FCLA.. The element listed below can be nested within <METS: xmldata >. For usage, see Appendix C. <rightsmd:versionstatement> <rightsmd:copyrightstatement> Use <sourcemd> to record a coded value indicating the institution holding the source of the digital library object. <METS:amdSec>/<METS:sourceMD> Key attribute: ID: A unique, internal identifier for the <sourcemd> element, e.g. <SMD1>. <METS:amdSec>/<METS:sourceMD> /<METS:mdWrap> Provides a wrapper around the internal source metadata embedded within a METS document. Key attributes: MIMETYPE: The MIME type for the metadata, e.g. text/xml. MDTYPE: The type or scheme of source metadata. Value set to OTHER. OTHERMDTYPE: The alternative type or scheme of rights metadata if MDTYPE set to OTHER. Value set to PALMM. <METS:amdSec>/<METS:sourceMD> /<METS:mdWrap>/ 14

15 Currently, only XML-encoded metadata is accepted for internal source metadata. The FCLA extension schema, palmm.xsd, also includes definition of encoding source metadata elements within a METS. The element and attribute listed below can be nested within <METS: xmldata >. For reference, see Appendix A <palmm:entitydesc SOURCE= > An empty element with an attribute Attribute Source* A coded value indicating the institution holding the source of the digital entity, from the following list: FAMU, FAU, FCLA, FGCU, FIU, FSU, UCF, UF, UM, UNF, USF, UWF, UVI, FW. (Note: Source will be used in generating meaningful statistics from the use log.) METS File Section Node Use METS file section (<filesec>) to group all the physical files together. <filesec> contains one or more subsidiary <filegrp> elements. A <filegrp> lists all of the files which comprise a single electronic version (JPEG, JP2, SID or TIFF ) of the digital library object. Use separate <filegrp> elements for JPEG image files, JP2 image files and master archival image files in TIFF format, etc. 15

16 <METS:fileSec> <METS:fileSec>/<METS:fileGrp> <METS:fileSec>/<METS:fileGrp>/<METS:file> The <file> element provides access to content files for a METS document. Key attributes: ID*: an internal unique ID for the element (e.g. FID1 ). MIMETYPE: the MIME type for the file (e.g. image/jpeg ). SIZE: the size of the file in bytes. CREATED: the date of creation for the file. CHECKSUM: a checksum value for the included file. CHECKSUMTYPE: the type of checksum contained in the checksum attribute, e.g. MD5 16

17 ADMID: IDREFS to administrative metadata sections in the METS document that correspond with this file. DMDID: IDREFS to descriptive metadata sections in the METS document that correspond with this file. GROUPID: an identifier that establishes a correspondence between different versions of the same file among file groups. Typically, this will be used to associate a master file in one file group with derivative files in other file groups. USE: a string indicating the intended use of this file (e.g., master, reference, thumbnail for image files). <METS:fileSec>/<METS:fileGrp>/<METS:file>/<METS:FLocat> The <FLocat> element provides a pointer to the location of a content file. <FLocat> is an empty element. The location of the file pointed to MUST be stored in the xlink:href attribute. Key Attributes Loctype: the type of locator contained in the FLocat element, value set to OTHER. Otherloctype: alternative LOCTYPE if the LOCTYPE attribute itself has a value of "OTHER". Value set to system. xlink:href*: linking information (in XLink syntax) indicating the actual location of the content file. If files reside in the same directory of the METS file itself, use the filename (e.g. 1.jpg) METS Structural Map Node Use METS structural map section to outline a hierarchical structure for the digital library object and links structural elements to contents files and related metadata. Encode the logical as well as the physical structures of the object within one structural map. The <structmap> element encodes a series of hierarchical nested <div> elements. Each <div> specifies what kind of division it is, and also contains multiple file pointer (<fptr>) elements to identify content files corresponding with that <div>. If the digital library object is a group of related images, there may be Division level information for images (items) nested within Division level information for photo. 17

18 <METS:structMap> Key Attribute <METS:structMap>/<METS:div> type: the type of the structural map. Value set to MIXED. Key Attributes order: an integer representation of this div's order among its siblings (e.g., its sequence); label: a string label to describe this div to an end user viewing the document: the title for the image. In the case of related images this title can vary for each image. DMDID: a set of IDREFs to descriptive metadata sections within this METS document applicable to this div. ADMID: a set of IDREFs to administrative metadata sections within this METS document applicable to this div. Type: The type of the highest level div (ORDER= 0 ) should be taken from this authority list: map, photo, artifact. For subsequent divs, type should be set to item. (Note: Type will also be used in generating statistics from the use log). <METS:structMap>/<METS:div>/<METS:fptr> Key Attribute fileid: an IDREF to a file element which corresponds with the div containing this ftpr. 18

19 Appendix A FCLA PALMM Metadata Currently FCLA PALMM Metadata schema has defined enriched metadata elements of four categories. 1. General elements: <palmm:creator> <palmm:role> Role of the creator, e.g. 'Photographer', etc. <palmm:dates> Birth and/or death dates of the creator. <palmm:location> The location of the creator, used primarily when the creator is a corporate entity. <palmm:affiliation> The affiliation of the creator. <palmm:type> <palmm:contributor> <palmm:role> Role of the contributor. <palmm:dates> Birth and/or death dates of the contributor. <palmm:location> The location of the contributor, used primarily when the contributor is a corporate entity. <palmm:affiliation> The affiliation of the contributor. <palmm:type> <palmm:pages> <palmm:hasformat> <palmm:identifier> Unique identifier for the digital image. <palmm:creator> Scanning person or institution. <palmm:date> Date of the image creation. <palmm:scanner> 19

20 Model of scanner. <palmm:isformatof> <palmm:identifier> Control number or identifier of negative. <palmm:format> Number, dimensions, or medium of negative. <palmm:spatial> < palmm:name> Place name related to subject content of the image. Attribute: scheme Scheme qualifier for spatial name, value must be taken from the authority list: fips, gnis, huc, lcsh, nmc. < palmm:longitude> Longitude associated with place name. < palmm:latitude> Latitude associated with place name. <palmm:location> Location of or library holding the original. <palmm:notes> Information about the resource that does not fit in other elements. <palmm:scale> <palmm:display> Use only if there are related images. See MXF Client Manual Section XI.f. for more information on related images. Attributes: X: position of thumbnail image, in related views, on the X axis or column. Y: position of thumbnail image, in related views, on the Y axis or row. Type: value taken from the authority list: DET, SUMM. Face: value taken from the authority list: FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM 2. Elements for ETD 20

21 <palmm:thesis> <palmm:committeechair> The name of the committee chair, surname first. <palmm:committeecochair> The name of the committee co-chair, surname first. <palmm:committeemember> The name of a committee member, surname first. <palmm:graduationdate> The student s graduation date in the format yyyy-mm-dd. <palmm:degree> The type of degree granted. <palmm:degreediscipline> Name of the college or department. <palmm:degreegrantor> The full name of the issuing university, e.g. University of South Florida or University of Florida. <palmm:degreelevel> Either Masters or Doctorate. 2. Dublin Core elements with qualifier For details, see <palmm:dc.title.alternative> <palmm:dc.description.abstract> <palmm:dc.description.note> <palmm:dc.description.release> <palmm:dc.description.tableofcontents> <palmm:dc.contributorrole> <palmm:dc.date.created> <palmm:dc.date.issued> <palmm:dc.date.modified> <palmm:dc.format.extent> <palmm:dc.format.medium> <palmm:dc.relation.ispartof> <palmm:dc.relation.haspart> <palmm:dc.relation.isversionof> 21

22 <palmm:dc.relation.hasversion> <palmm:dc.relation.isformatof> <palmm:dc.relation.hasformat> <palmm:dc.coverage.temporal> <palmm:dc.coverage.spatial> 4. Source metadata element <palmm:entitydesc SOURCE= > An empty element with an attribute Attribute Source A coded value indicating the institution holding the source of the digital entity, from the following list: FAMU, FAU, FCLA, FGCU, FIU, FSU, UCF, UF, UM, UNF, USF, UWF, UVI. (Note: Source will be used in generating meaningful statistics from the use log.) 22

23 Appendix B FCLA Rights Metadata <rightsmd:versionstatement> Text statement of date and responsible entity for electronic version. e.g. "Electronic version created [date], State University System of Florida." <rightsmd:copyrightstatement> Text statement identifying the copyright holder and permissions granted to users of the electronic version. <rightsmd:accesscode> For ETD only, from the following list: public, private, campus. <rightsmd:embargoend> For ETD only, the date that the ETD becomes public. 23

24 Appendix C METS Sample (Photo) <?xml version="1.0" encoding="iso "?> <METS:mets LABEL="Munson Island" TYPE="map" OBJID="MM " xmlns:mets=" xmlns:dc=" xmlns:palmm=" xmlns:rightsmd=" xmlns:techmd=" xmlns:xlink=" xmlns:xsi=" xsi:schemalocation=" <METS:metsHdr CREATEDATE=" T14:20:58Z" ID="MM " LASTMODDATE=" T20:26:56Z" RECORDSTATUS="NEW"> <METS:agent ROLE="CREATOR" TYPE="ORGANIZATION"> <METS:name>FIU</METS:name> <METS:note>makerules=title, QF</METS:note> <METS:note>server=IC</METS:note> <METS:note>formats=image/tiff 6.0, image/jpeg, image/sid</mets:note> <METS:note>projects=MILE</METS:note> </METS:agent> <METS:agent OTHERTYPE="SOFTWARE" ROLE="CREATOR" TYPE="OTHER"> <METS:name>MXFClient</METS:name> </METS:agent> <METS:agent ROLE="CREATOR" TYPE="INDIVIDUAL"> <METS:name>Anne Madison</METS:name> </METS:agent> </METS:metsHdr> <METS:dmdSec ID="DMD1"> <METS:mdWrap MDTYPE="DC" MIMETYPE="text/xml"> <dc:title>munson Island</dc:title> <dc:identifier>1305</dc:identifier> <dc:date>[between 1920 and1929]</dc:date> <dc:description>the building on Munson Island has an American Flag flying and the name Munson Island is painted on the front of the building.</dc:description> <dc:type>1 photograph</dc:type> <METS:dmdSec ID="DMD2"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> 24

25 <palmm:spatial> <palmm:name SCHEME="fips">Monroe z CEEUS</palmm:name> <palmm:name SCHEME="lcsh">Monroe County (Fla.)</palmm:name> </palmm:spatial> <palmm:dc.format.extent>3 x 5 inches</palmm:dc.format.extent> <palmm:dc.format.medium>photographs</palmm:dc.format.medium> <palmm:hasformat> <palmm:identifier>mm </palmm:identifier> <palmm:date>2003</palmm:date> <palmm:scanner>epson Expression 1640 XL</palmm:scanner> </palmm:hasformat> <palmm:location>local History Department, May Hill Russell Public Library; 700 Fleming St., Key West, FL </palmm:location> <METS:amdSec> <METS:rightsMD ID="RMD1"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="RIGHTSMD"> <rightsmd:versionstatement>digitized by Florida International University from photographs in the History Dept. of the May Hill Russell Library of the Monroe County Public Library System, Key West, Florida.</rightsmd:versionStatement> </METS:rightsMD> <METS:sourceMD ID="SMD1"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:entitydesc SOURCE="FIU"/> </METS:sourceMD> </METS:amdSec> <METS:fileSec> <METS:fileGrp> <METS:fileGrp> <METS:file CHECKSUM="2fd2ce3b4632a1dba96135bb31a9b226" CHECKSUMTYPE="MD5" CREATED=" T13:43:36Z" GROUPID="GID1" ID="FID1" MIMETYPE="image/jpeg" SIZE="13447"> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="mm jpg"/> </METS:file> </METS:fileGrp> <METS:fileGrp> <METS:file CHECKSUM="dc6e06d84daf2c5cfc48f5d827fc0e10" CHECKSUMTYPE="MD5" CREATED=" T13:42:13Z" GROUPID="GID1" ID="FID2" MIMETYPE="image/tiff 6.0" SIZE=" "> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="mm tif"/> </METS:file> </METS:fileGrp> <METS:fileGrp> 25

26 <METS:file CHECKSUM="5d8b2c20bfb72fb5ccaae2f6522fa931" CHECKSUMTYPE="MD5" CREATED=" T20:52:01Z" GROUPID="GID1" ID="FID3" MIMETYPE="image/sid" SIZE="149817"> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="mm sid"/> </METS:file> </METS:fileGrp> </METS:fileGrp> </METS:fileSec> <METS:structMap> <METS:div ADMID="RMD1" DMDID="DMD1 DMD2" LABEL="Munson Island" ORDER="0" TYPE="photo"> <METS:div ORDER="1" TYPE="item"> <METS:fptr FILEID="FID1"/> <METS:fptr FILEID="FID2"/> <METS:fptr FILEID="FID3"/> </METS:div> </METS:div> </METS:structMap> </METS:mets> 26

27 Appendix D METS Sample (Map) <?xml version="1.0" encoding="iso "?> <METS:mets LABEL="General highway map Dade County" TYPE="map" OBJID="UF " xmlns:mets=" xmlns:dc=" xmlns:palmm=" xmlns:rightsmd=" xmlns:techmd=" xmlns:xlink=" xmlns:xsi=" xsi:schemalocation=" <METS:metsHdr CREATEDATE=" T21:47:55Z" ID="UF " LASTMODDATE=" T20:26:45Z" RECORDSTATUS="NEW"> <METS:agent ROLE="CREATOR" TYPE="ORGANIZATION"> <METS:name>UF</METS:name> <METS:note>directory=E:\BRAGA COLLECTION\BRAGA JP2000 BACKLOG\UF \</METS:note> <METS:note>makerules=bibkey</METS:note> <METS:note>server=IC</METS:note> <METS:note>formats=image/jp2, image/jpeg</mets:note> <METS:note>projects=MAP</METS:note> </METS:agent> <METS:agent ROLE="CREATOR" TYPE="INDIVIDUAL"> <METS:name>Mark Sullivan</METS:name> </METS:agent> </METS:metsHdr> <METS:dmdSec ID="DMD1"> <METS:mdRef ID="AAA4846" LOCTYPE="OTHER" MDTYPE="MARC" OTHERLOCTYPE="FCLANOTIS:QF"/> <METS:dmdSec ID="DMD2"> <METS:mdWrap MDTYPE="DC" MIMETYPE="text/xml"> <dc:title>populate from NOTIS Record</dc:title> <METS:amdSec> <METS:rightsMD ID="RMD1"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="RIGHTSMD"> 27

28 <rightsmd:versionstatement>electronic version created 2004, State University System of Florida.</rightsmd:versionStatement> </METS:rightsMD> <METS:sourceMD ID="SMD1"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:entitydesc SOURCE="UF"/> </METS:sourceMD> </METS:amdSec> <METS:fileSec> <METS:fileGrp> <METS:fileGrp> <METS:file CHECKSUM="96bf8ca10d9959c7a74eadfb57e9a49f" CHECKSUMTYPE="MD5" CREATED=" T23:31:35Z" GROUPID="GID1" ID="FID1" MIMETYPE="image/jp2" SIZE=" "> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="uf jp2"/> </METS:file> </METS:fileGrp> <METS:fileGrp> <METS:file CHECKSUM="a4fde47c05c2dad7d5df0b21520bbab6" CHECKSUMTYPE="MD5" CREATED=" T19:55:51Z" GROUPID="GID1" ID="FID2" MIMETYPE="image/jpeg" SIZE="73461"> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="uf jpg"/> </METS:file> </METS:fileGrp> </METS:fileGrp> </METS:fileSec> <METS:structMap> <METS:div ADMID="RMD1" DMDID="DMD1 DMD2" LABEL="Populate from NOTIS Record" ORDER="0" TYPE="map"> <METS:div LABEL="UF " ORDER="1" TYPE="map"> <METS:div ORDER="1" TYPE="item"> <METS:fptr FILEID="FID1"/> <METS:fptr FILEID="FID2"/> </METS:div> </METS:div> </METS:div> </METS:structMap> </METS:mets> 28

29 Appendix E METS Sample (Related Images) <?xml version="1.0" encoding="iso "?> <METS:mets LABEL="Dairy on food, Key West." OBJID="MM " TYPE="photo" xmlns:mets=" xmlns:dc=" xmlns:palmm=" xmlns:rightsmd=" xmlns:techmd=" xmlns:xlink=" xmlns:xsi=" xsi:schemalocation=" <METS:metsHdr CREATEDATE=" T20:34:54Z" ID="MM " LASTMODDATE=" T20:26:59Z" RECORDSTATUS="NEW"> <METS:agent ROLE="CREATOR" TYPE="ORGANIZATION"> <METS:name>FIU</METS:name> <METS:note>directory=C:\FIU_121503\MM \</METS:note> <METS:note>makerules=title, QF</METS:note> <METS:note>server=IC</METS:note> <METS:note>formats=image/sid, image/jpeg, image/tiff 6.0</METS:note> <METS:note>projects=MILE</METS:note> </METS:agent> <METS:agent OTHERTYPE="SOFTWARE" ROLE="CREATOR" TYPE="OTHER"> <METS:name>MXFClient</METS:name> </METS:agent> <METS:agent ROLE="CREATOR" TYPE="INDIVIDUAL"> <METS:name>Anne Madison</METS:name> </METS:agent> </METS:metsHdr> <METS:dmdSec ID="DMD1"> <METS:mdWrap MDTYPE="DC" MIMETYPE="text/xml"> <dc:title>dairy on food, Key West.</dc:title> <dc:identifier>12803</dc:identifier> <dc:date>ca. 1900</dc:date> <dc:description>a color post card of the walking dairy.</dc:description> <METS:dmdSec ID="DMD2"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:spatial> <palmm:name SCHEME="fips">Monroe z CEEUS</palmm:name> <palmm:name SCHEME="lcsh">Monroe County (Fla.)</palmm:name> </palmm:spatial> 29

30 <palmm:hasformat> <palmm:identifier>mm </palmm:identifier> <palmm:date>2003</palmm:date> </palmm:hasformat> <palmm:location>history Dept., May Hill Russell Library; 700 Fleming St., Key West, FL </palmm:location> <METS:dmdSec ID="DMD3"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:display FACE="FRONT" TYPE="SUMM" X="1" Y="1"/> <palmm:spatial> <palmm:name SCHEME="fips">Monroe z CEEUS</palmm:name> <palmm:name SCHEME="lcsh">Monroe County (Fla.)</palmm:name> </palmm:spatial> <palmm:hasformat> <palmm:identifier>mm </palmm:identifier> <palmm:date>2003</palmm:date> </palmm:hasformat> <METS:dmdSec ID="DMD4"> <METS:mdWrap MDTYPE="DC" MIMETYPE="text/xml"> <dc:title>dairy on food, Key West.</dc:title> <dc:identifier>12803</dc:identifier> <dc:date>ca. 1900</dc:date> <dc:description>a color post card of the walking dairy.</dc:description> <METS:dmdSec ID="DMD5"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:display FACE="FRONT" TYPE="SUMM" X="1" Y="1"/> <palmm:spatial> <palmm:name SCHEME="fips">Monroe z CEEUS</palmm:name> <palmm:name SCHEME="lcsh">Monroe County (Fla.)</palmm:name> </palmm:spatial> <palmm:hasformat> <palmm:identifier>mm </palmm:identifier> <palmm:date>2003</palmm:date> </palmm:hasformat> <METS:dmdSec ID="DMD6"> <METS:mdWrap MDTYPE="DC" MIMETYPE="text/xml"> <dc:title>dairy on food, Key West.</dc:title> <dc:identifier>12803</dc:identifier> <dc:date>ca. 1900</dc:date> 30

31 <dc:description>a color post card of the walking dairy.</dc:description> <METS:dmdSec ID="DMD7"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:display FACE="FRONT" TYPE="SUMM" X="1" Y="1"/> <palmm:spatial> <palmm:name SCHEME="fips">Monroe z CEEUS</palmm:name> <palmm:name SCHEME="lcsh">Monroe County (Fla.)</palmm:name> </palmm:spatial> <palmm:hasformat> <palmm:identifier>mm </palmm:identifier> <palmm:date>2003</palmm:date> </palmm:hasformat> <METS:dmdSec ID="DMD8"> <METS:mdWrap MDTYPE="DC" MIMETYPE="text/xml"> <dc:title>dairy on food, Key West.</dc:title> <dc:identifier>12803</dc:identifier> <dc:date>ca. 1900</dc:date> <dc:description>a color post card of the walking dairy.</dc:description> <METS:dmdSec ID="DMD9"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:display FACE="BACK" TYPE="SUMM" X="2" Y="1"/> <palmm:spatial> <palmm:name SCHEME="fips">Monroe z CEEUS</palmm:name> <palmm:name SCHEME="lcsh">Monroe County (Fla.)</palmm:name> </palmm:spatial> <palmm:hasformat> <palmm:identifier>mm </palmm:identifier> <palmm:date>2003</palmm:date> </palmm:hasformat> <METS:dmdSec ID="DMD10"> <METS:mdWrap MDTYPE="DC" MIMETYPE="text/xml"> <dc:title>dairy on food, Key West.</dc:title> <dc:identifier>12803</dc:identifier> <dc:date>ca. 1900</dc:date> <dc:description>a color post card of the walking dairy.</dc:description> 31

32 <METS:dmdSec ID="DMD11"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:display FACE="BACK" TYPE="SUMM" X="2" Y="1"/> <palmm:spatial> <palmm:name SCHEME="fips">Monroe z CEEUS</palmm:name> <palmm:name SCHEME="lcsh">Monroe County (Fla.)</palmm:name> </palmm:spatial> <palmm:hasformat> <palmm:identifier>mm </palmm:identifier> <palmm:date>2003</palmm:date> </palmm:hasformat> <METS:dmdSec ID="DMD12"> <METS:mdWrap MDTYPE="DC" MIMETYPE="text/xml"> <dc:title>dairy on food, Key West.</dc:title> <dc:identifier>12803</dc:identifier> <dc:date>ca. 1900</dc:date> <dc:description>a color post card of the walking dairy.</dc:description> <METS:dmdSec ID="DMD13"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:display FACE="BACK" TYPE="SUMM" X="2" Y="1"/> <palmm:spatial> <palmm:name SCHEME="fips">Monroe z CEEUS</palmm:name> <palmm:name SCHEME="lcsh">Monroe County (Fla.)</palmm:name> </palmm:spatial> <palmm:hasformat> <palmm:identifier>mm </palmm:identifier> <palmm:date>2003</palmm:date> </palmm:hasformat> <METS:dmdSec ID="DMD14"> <METS:mdWrap MDTYPE="DC" MIMETYPE="text/xml"> <dc:title>dairy on food, Key West.</dc:title> <dc:identifier>12803</dc:identifier> <dc:date>ca. 1900</dc:date> <dc:description>a color post card of the walking dairy.</dc:description> <METS:amdSec> <METS:rightsMD ID="RMD1"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="RIGHTSMD"> 32

33 <rightsmd:versionstatement>digitized by Florida International University from photographs in the History Dept. of the May Hill Russell Library of the Monroe County Public Library System, Key West, Florida.</rightsmd:versionStatement> </METS:rightsMD> <METS:sourceMD ID="SMD1"> <METS:mdWrap MDTYPE="OTHER" MIMETYPE="text/xml" OTHERMDTYPE="PALMM"> <palmm:entitydesc SOURCE="FIU"/> </METS:sourceMD> </METS:amdSec> <METS:fileSec> <METS:fileGrp> <METS:fileGrp> <METS:file CHECKSUM="882a666cfd b645d6326d3ad1a" CHECKSUMTYPE="MD5" CREATED=" T17:23:40Z" DMDID="DMD3 DMD4" GROUPID="GID1" ID="FID1" MIMETYPE="image/jpeg" SIZE="20725"> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="mm jpg"/> </METS:file> <METS:file CHECKSUM="90ee8c2d8ce49fa7702e5a710a4af019" CHECKSUMTYPE="MD5" CREATED=" T17:23:55Z" DMDID="DMD9 DMD10" GROUPID="GID2" ID="FID4" MIMETYPE="image/jpeg" SIZE="12458"> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="mm jpg"/> </METS:file> </METS:fileGrp> <METS:fileGrp> <METS:file CHECKSUM="de5f20fcf9d9dc66d0b4c1040f7d4181" CHECKSUMTYPE="MD5" CREATED=" T20:53:09Z" DMDID="DMD5 DMD6" GROUPID="GID1" ID="FID2" MIMETYPE="image/x-mrsid-image" SIZE=" "> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="mm sid"/> </METS:file> <METS:file CHECKSUM="83e e6a925223e6aa0a8e" CHECKSUMTYPE="MD5" CREATED=" T20:53:19Z" DMDID="DMD11 DMD12" GROUPID="GID2" ID="FID5" MIMETYPE="image/x-mrsid-image" SIZE=" "> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="mm sid"/> </METS:file> </METS:fileGrp> <METS:fileGrp> <METS:file CHECKSUM="8a f6c142f1e8d6e44bea7" CHECKSUMTYPE="MD5" CREATED=" T21:04:29Z" DMDID="DMD7 DMD8" GROUPID="GID1" ID="FID3" MIMETYPE="image/tiff 6.0" SIZE=" "> <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="mm tif"/> </METS:file> <METS:file CHECKSUM="b6b33ec103541c2f35a26b592ebb5c34" CHECKSUMTYPE="MD5" CREATED=" T21:07:01Z" DMDID="DMD13 DMD14" GROUPID="GID2" ID="FID6" MIMETYPE="image/tiff 6.0" SIZE=" "> 33

34 <METS:FLocat LOCTYPE="OTHER" OTHERLOCTYPE="SYSTEM" xlink:href="mm tif"/> </METS:file> </METS:fileGrp> </METS:fileGrp> </METS:fileSec> <METS:structMap> <METS:div ADMID="RMD1" DMDID="DMD1 DMD2" LABEL="Dairy on food, Key West." ORDER="0" TYPE="photo"> <METS:div ORDER="1" TYPE="item"> <METS:fptr FILEID="FID1"/> <METS:fptr FILEID="FID2"/> <METS:fptr FILEID="FID3"/> </METS:div> <METS:div ORDER="2" TYPE="item"> <METS:fptr FILEID="FID4"/> <METS:fptr FILEID="FID5"/> <METS:fptr FILEID="FID6"/> </METS:div> </METS:div> </METS:structMap> </METS:mets> 34

Florida Digital Archive (FDA) SIP Specification

Florida Digital Archive (FDA) SIP Specification Florida Digital Archive (FDA) SIP Specification Version 2.2, November, 2012 Superseded versions: Florida Digital Archive (FDA) SIP Specification Version 2.1, June 2012 Florida Digital Archive (FDA) SIP

More information

Chapter 5: The DAITSS Archiving Process

Chapter 5: The DAITSS Archiving Process Chapter 5: The DAITSS Archiving Process Topics covered in this chapter: A brief glossary of terms relevant to this chapter Specifications for Submission Information Packages (SIPs) DAITSS archiving workflow

More information

An Overview and Case Study. Scott Yeadon

An Overview and Case Study. Scott Yeadon Musical METS An Overview and Case Study Scott Yeadon IAML 2007 Conservatorium of Music, Sydney (1-6 July) 1 What is METS? Metadata Encoding and Transmission Standard The METS schema is a standard for encoding

More information

Common Specification (FGS-PUBL) for deposit of single electronic publications to the National Library of Sweden - Kungl.

Common Specification (FGS-PUBL) for deposit of single electronic publications to the National Library of Sweden - Kungl. NUMBER OF PAGES 1(12) Common Specification (FGS-PUBL) for deposit of single electronic publications to the National Library of Sweden - Kungl. biblioteket (KB) Reference to this document: http://www.kb.se/namespace/digark/deliveryspecification/deposit/fgs-publ/v1/fgs-

More information

<METS> METADATA ENCODING AND TRANSMISSION STANDARD: PRIMER AND REFERENCE MANUAL

<METS> METADATA ENCODING AND TRANSMISSION STANDARD: PRIMER AND REFERENCE MANUAL METADATA ENCODING AND TRANSMISSION STANDARD: PRIMER AND REFERENCE MANUAL Version 1.6 September 2007 http://www.loc.gov/standards/mets 2007 Digital Library Federation http://www.loc.gov/standards/mets

More information

METS. Metadata Encoding and. Standard. ...standard for encoding descriptive, administrative, and structural metadata...

METS. Metadata Encoding and. Standard. ...standard for encoding descriptive, administrative, and structural metadata... METS Metadata Encoding and Transmission Standard Markus Enders, SUB Göttingen...standard for encoding descriptive, administrative, and structural metadata... http://www.loc.gov/mets/ METS - history Ideas

More information

METS: Implementing a metadata standard in the digital library

METS: Implementing a metadata standard in the digital library METS: Implementing a metadata standard in the digital library Introduction The digitization of library materials is now an established technology, and has been instituted throughout the world in programmes

More information

Document. conversion. Internal format. Classify. Document. conversion. Internal format

Document. conversion. Internal format. Classify. Document. conversion. Internal format Ingesting Documents Document Metadata Both Extract metadata Document conversion Importing Internal format Index Classify Building Full text index Database Associated files Ingesting Documents Document

More information

METS as a Container and Metadata Approach for Sample Course Content

METS as a Container and Metadata Approach for Sample Course Content Texas Center for Digital Knowledge University of North Texas http://www.txcdk.org A Proof-of-Concept Repository for Learning Objects: Supporting the Reuse and Repurposing of Redesigned Courses and Their

More information

An introduction to the Metadata Encoding and Transmission Standard METS)

An introduction to the Metadata Encoding and Transmission Standard METS) An introduction to the Metadata Encoding and Transmission Standard METS) The author is Senior Standards Specialist in the Network Development and MARC Standards Office NDMSO), Library of Congress, Washington,

More information

Résultat XML de l'ocerisation avec OmniPage Pro V17

Résultat XML de l'ocerisation avec OmniPage Pro V17 < > L'OCR Word l="1234" t="1574" r="1488" b="1886" Char Alternative Space l

More information

Linking Between and Within METS and PREMIS Documents

Linking Between and Within METS and PREMIS Documents Linking Between and Within METS and PREMIS Documents Thomas Habing University of Illinois at Urbana-Champaign thabing@uiuc.edu This paper assumes the reader is familiar with both the PREMIS and METS standards

More information

Humanities GIS in Japan: Current Status, Models and Tools

Humanities GIS in Japan: Current Status, Models and Tools Humanities GIS in Japan: Current Status, Models and Tools Shoichiro HARA Center for Integrated Area Studies (CIAS) Kyoto University shara@cias.kyoto-u.ac.jp GIS in Humanities and Social Sciences 2009 Presentation

More information

PAWN: A Novel Ingestion Workflow Technology for Digital Preservation. Mike Smorul, Joseph JaJa, Yang Wang, and Fritz McCall

PAWN: A Novel Ingestion Workflow Technology for Digital Preservation. Mike Smorul, Joseph JaJa, Yang Wang, and Fritz McCall PAWN: A Novel Ingestion Workflow Technology for Digital Preservation Mike Smorul, Joseph JaJa, Yang Wang, and Fritz McCall Overall Principles Consistent with the Open Archival Information System (OAIS)

More information

DRAFT PROPOSAL. METS Header. METS Descriptive Metadata Section. 1 of 7 2/15/ :18 AM. 25 November 2008 Thomas Habing Tim Cole

DRAFT PROPOSAL. METS Header. METS Descriptive Metadata Section. 1 of 7 2/15/ :18 AM. 25 November 2008 Thomas Habing Tim Cole 1 of 7 2/15/2011 11:18 AM DRAFT PROPOSAL 25 November 2008 Thomas Habing Tim Cole This document describes one possible ORE Resource Map serialization into METS. METS Header The Resource Map is the METS

More information

of Nebraska - Lincoln

of Nebraska - Lincoln University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Library Philosophy and Practice (e-journal) Libraries at University of Nebraska-Lincoln 5-19-2014 Managing Metadata Interoperability

More information

Collaborative Electronic Records Project. From Here to Eternity (Or Close To It): Phases 2 and 3 of CERP at the Smithsonian Institution Archives

Collaborative Electronic Records Project. From Here to Eternity (Or Close To It): Phases 2 and 3 of CERP at the Smithsonian Institution Archives Collaborative Electronic Records Project From Here to Eternity (Or Close To It): Phases 2 and 3 of CERP at the Smithsonian Institution Archives Table of Contents The project...........................................

More information

Aligning METS with the OAI-ORE Data Model

Aligning METS with the OAI-ORE Data Model Aligning METS with the OAI-ORE Data Model Jerome P. McDonough Graduate School of Library & Information Science, University of Illinois at Urbana-Champaign 501 E. Daniel Street, MC-493 Champaign, IL 61820

More information

D.5.3 E ARK Dissemination Information Package (DIP) Final Specification. DOI: /zenodo

D.5.3 E ARK Dissemination Information Package (DIP) Final Specification. DOI: /zenodo D.5.3 E ARK Dissemination Information Package (DIP) Final Specification. Name(s) DOI: 10.5281/zenodo.1172968 Grant Agreement Number: 620998 Project Title: European Archival Records and Knowledge Preservation

More information

What do you do when your file formats become obsolete? Lydia T. Motyka Florida Center for Library Automation USETDA 2011

What do you do when your file formats become obsolete? Lydia T. Motyka Florida Center for Library Automation USETDA 2011 What do you do when your file formats become obsolete? Lydia T. Motyka Florida Center for Library Automation USETDA 2011 The FCLA, the FDA, and DAITSS FDA: a service of the Florida Center for Library Automation

More information

The Challenges and Opportunities for Cataloging in Today's Changing Metadata Environment.

The Challenges and Opportunities for Cataloging in Today's Changing Metadata Environment. The Challenges and Opportunities for Cataloging in Today's Changing Metadata Environment. Sandy Chen New College of Florida schen@ncf.edu 3/8/2007 1 Our Challenges -- Large size of collection with many

More information

What is METS used for?

What is METS used for? What is METS used for? RDF METS Metadata Interoperability To package metadata with digital objects in XML syntax For retrieving, storing, preserving, and delivering resources For interchange of digital

More information

Technical Investigation Appendices APPENDIX 21. Feasibility of Populating a METS File from an IA SIP (.arc +.dat)

Technical Investigation Appendices APPENDIX 21. Feasibility of Populating a METS File from an IA SIP (.arc +.dat) APPENDIX 21 Feasibility of Populating a METS File from an IA SIP (.arc +.dat) This appendix seeks to demonstrate how METS (the Metadata Encoding and Transmission Standard) i is uniquely suited to address

More information

Presentation to Canadian Metadata Forum September 20, 2003

Presentation to Canadian Metadata Forum September 20, 2003 Government of Canada Gouvernement du Canada Presentation to Canadian Metadata Forum September 20, 2003 Nancy Brodie Gestion de l information Direction du dirigeant Nancy principal Brodie de l information

More information

CCS Content Conversion Specialists. METS / ALTO introduction

CCS Content Conversion Specialists. METS / ALTO introduction CCS Content Conversion Specialists METS / ALTO introduction Why would I use METS and ALTO?! I digitize lots of different items and each type is digitized to a different format. Some are Word, some are

More information

Using METS, PREMIS and MODS for Archiving ejournals

Using METS, PREMIS and MODS for Archiving ejournals Using METS, PREMIS and MODS for Archiving ejournals Angela Dappert, Markus Enders The British Library Boston Spa, Wetherby, West Yorkshire LS23 7BQ, UK St Pancras, 96 Euston Road, London NW1 2DB, UK angela.dappert@bl.uk,

More information

Ohio Digital Network Metadata Application Profile

Ohio Digital Network Metadata Application Profile Ohio Digital Network Metadata Application Profile Version 1.4 Document Change Control Version Date 1.0 6/12/2017 Metadata Application Profile submitted to Ohio Digital Network by the Metadata Working Group

More information

Common presentation of data from archives, libraries and museums in Denmark Leif Andresen Danish Library Agency October 2007

Common presentation of data from archives, libraries and museums in Denmark Leif Andresen Danish Library Agency October 2007 Common presentation of data from archives, libraries and museums in Denmark Leif Andresen Danish Library Agency October 2007 Introduction In 2003 the Danish Ministry of Culture entrusted the three national

More information

SobekCM METS Editor Application Guide for Version 1.0.1

SobekCM METS Editor Application Guide for Version 1.0.1 SobekCM METS Editor Application Guide for Version 1.0.1 Guide created by Mark Sullivan and Laurie Taylor, 2010-2011. TABLE OF CONTENTS Introduction............................................... 3 Downloads...............................................

More information

Implementing Digital Folklore Collections

Implementing Digital Folklore Collections Implementing Digital Folklore Collections Irene Lourdi Mara Nikolaidou Christos Papatheodorou Department of Archive and Library Sciences, Ionian University, Corfu, Greece Libraries Computer Centre, University

More information

Based on the functionality defined there are five required fields, out of which two are system generated. The other elements are optional.

Based on the functionality defined there are five required fields, out of which two are system generated. The other elements are optional. PRL Guidelines for Descriptive Metadata (last updated: Nov 27, 2017) Introduction The PRL Guidelines for Descriptive Metadata provide descriptive metadata specifications for PRLA partner institutions with

More information

Schéma XML pro vytvoření datového balíčku SIP

Schéma XML pro vytvoření datového balíčku SIP Příloha č. 3 národního standardu pro elektronické systémy spisové služby Schéma XML pro vytvoření datového balíčku SIP 1. Schéma XML METS

More information

Practical Experiences with Ingesting Materials for Long-Term Preservation

Practical Experiences with Ingesting Materials for Long-Term Preservation Practical Experiences with Ingesting Materials for Long-Term Preservation Esa-Pekka Keskitalo 20.10.2011 Digital Preservation Summit 2011, Hamburg Overview About the National

More information

DELIVERABLE Project Acronym: Grant Agreement Number: European Archival Records and Knowledge Preservation

DELIVERABLE Project Acronym: Grant Agreement Number: European Archival Records and Knowledge Preservation DELIVERABLE Project Acronym: E-ARK Grant Agreement Number: 620998 Project Title: European Archival Records and Knowledge Preservation DELIVERABLE REFERENCE NO. 4.3 DELIVERABLE DETAILS DELIVERABLE TITLE

More information

How to Create a Custom Ingest Form

How to Create a Custom Ingest Form How to Create a Custom Ingest Form The following section presumes that you are using the Virtual Machine Image or are visiting http://sandbox.islandora.ca OR that you have installed and configured the

More information

PREMIS, METS and preservation metadata:

PREMIS, METS and preservation metadata: PREMIS, METS and preservation metadata: emerging trends and future directions Eld Zierau The Royal Library of Denmark Introduction My background Masters in Computer Science in 1989 At the Royal Library

More information

CONTENTdm Core Metadata Application Profile v2.1

CONTENTdm Core Metadata Application Profile v2.1 Fort Hays State University FHSU Scholars Repository Forsyth Digital Collections - Metadata Application Profiles 12-15-2017 Core Metadata Application Profile v2.1 Elizabeth Chance Fort Hays State University,

More information

Digital object and digital object component records

Digital object and digital object component records Chapter 8A Describing digital objects Overview The Archivists Toolkit enables the description of digital objects. Digital objects are digital content files that are accessible online by at least the repository

More information

Metadata in a minute: brief descriptions to promote access

Metadata in a minute: brief descriptions to promote access Santa Clara University Scholar Commons University Library Information Services 9-7-2009 Metadata in a minute: brief descriptions to promote access Nadia Nasr Santa Clara University, nnasr@scu.edu Follow

More information

The Sunshine State Digital Network

The Sunshine State Digital Network The Sunshine State Digital Network Keila Zayas-Ruiz, Sunshine State Digital Network Coordinator May 10, 2018 What is DPLA? The Digital Public Library of America is a free online library that provides access

More information

Building Collections Using Greenstone

Building Collections Using Greenstone Building Collections Using Greenstone Tod A. Olson Sr. Programmer/Analyst Digital Library Development Center University of Chicago Library http://www.lib.uchicago.edu/dldc/ talks/2003/dlf-greenstone/

More information

Developing Shareable Metadata for DPLA

Developing Shareable Metadata for DPLA Developing Shareable Metadata for DPLA Hannah Stitzlein Visiting Metadata Services Specialist for the Illinois Digital Heritage Hub University of Illinois at Urbana-Champaign Module Overview Part 1 Metadata

More information

Implementing digital folklore collections

Implementing digital folklore collections Journal of Computational Methods in Sciences and Engineering 6 (2006) S289 S298 IOS Press S289 Implementing digital folklore collections Irene Lourdi a,, Mara Nikolaidou b and Christos Papatheodorou c

More information

FCLA Endeca Project. By Michele Newberry IGeLU Brno

FCLA Endeca Project. By Michele Newberry IGeLU Brno FCLA Endeca Project By Michele Newberry IGeLU 2007 - Brno State University System of Florida UWF FAMU FSU UF UNF State Universities FCLA USF UCF NCF FGCU FAU FIU 2 SUS Environment 11 State Universities

More information

<sysid type ="other" othertype="mh-atprod"> 12345</sysid> for an Archivists' Toolkit resource record number from which the EAD was derived

<sysid type =other othertype=mh-atprod> 12345</sysid> for an Archivists' Toolkit resource record number from which the EAD was derived Harvard University EAD revision submissions (final version, Feb. 25, 2011) Brief description of system identifiers repeatable The purpose of this revision is to provide a place in EAD to record identifiers

More information

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services Contents G52IWS: The Semantic Web Chris Greenhalgh 2007-11-10 Introduction to the Semantic Web Semantic Web technologies Overview RDF OWL Semantic Web Services Concluding comments 1 See Developing Semantic

More information

Workshop B: Application Profiles Canadian Metadata Forum September 28, 2005

Workshop B: Application Profiles Canadian Metadata Forum September 28, 2005 Workshop B: Application Profiles Canadian Metadata Forum September 28, 2005 RDIMS 329273 Workshop Overview What is a metadata application profile? Creating and using metadata application profiles Government

More information

Developing a Metadata Element Set or Application Profile for a Portal of Smart Phones (Tasks #1 to #10 template)

Developing a Metadata Element Set or Application Profile for a Portal of Smart Phones (Tasks #1 to #10 template) TEMPLATE OF STEPS (Using smart phones as objects to be described) 1 Developing a Metadata Element Set or Application Profile for a Portal of Smart Phones (Tasks #1 to #10 template) This example project

More information

The Dublin Core Metadata Element Set

The Dublin Core Metadata Element Set ISSN: 1041-5635 The Dublin Core Metadata Element Set Abstract: Defines fifteen metadata elements for resource description in a crossdisciplinary information environment. A proposed American National Standard

More information

Developing an Automatic Metadata Harvesting and Generation System for a Continuing Education Repository: A Pilot Study

Developing an Automatic Metadata Harvesting and Generation System for a Continuing Education Repository: A Pilot Study Developing an Automatic Metadata Harvesting and Generation System for a Continuing Education Repository: A Pilot Study Jung-Ran Park 1, Akshay Sharma 1, Houda El Mimouni 1 1 Drexel University, College

More information

A Dublin Core Application Profile in the Agricultural Domain

A Dublin Core Application Profile in the Agricultural Domain Proc. Int l. Conf. on Dublin Core and Metadata Applications 2001 A Dublin Core Application Profile in the Agricultural Domain DC-2001 International Conference on Dublin Core and Metadata Applications 2001

More information

How to Edit/Create Ingest Forms

How to Edit/Create Ingest Forms How to Edit/Create Ingest Forms How to Edit an Existing Form The following section will show you where to access forms in your Islandora installation, and how to clone and edit a form, and associate it

More information

Archival Information Package (AIP) E-ARK AIP version 1.0

Archival Information Package (AIP) E-ARK AIP version 1.0 Archival Information Package (AIP) E-ARK AIP version 1.0 January 27 th 2017 Page 1 of 50 Executive Summary This AIP format specification is based on E-ARK deliverable, D4.4 Final version of SIP-AIP conversion

More information

DSpace and Web Material: Inroads and Challenges. Leslie Myrick, NYU DLF Spring Forum April 15, 2005

DSpace and Web Material: Inroads and Challenges. Leslie Myrick, NYU DLF Spring Forum April 15, 2005 DSpace and Web Material: Inroads and Challenges Leslie Myrick, NYU DLF Spring Forum April 15, 2005 What I ll Be Covering NDIIPP Web at Risk Project Web Archive Data Object Modeling DSpace and HTML Issues,

More information

DCMI Abstract Model - DRAFT Update

DCMI Abstract Model - DRAFT Update 1 of 7 9/19/2006 7:02 PM Architecture Working Group > AMDraftUpdate User UserPreferences Site Page Actions Search Title: Text: AttachFile DeletePage LikePages LocalSiteMap SpellCheck DCMI Abstract Model

More information

Oregon Maps Metadata Guide Page 1 of 6

Oregon Maps Metadata Guide Page 1 of 6 Oregon Maps Metadata Guide Page 1 of 6 Metadata Schema mapped to Dublin Core for OAI PMH harvesting. Field Name DC Map Manda tory Repeat Public Search Description Title Title Yes No Yes Yes Transcribe

More information

HDMS Finding Aids EAD FINDING AIDS 2 HTML FINDING AID 3 STEP 1: INPUT TITLE, CREATOR, COPYRIGHT, LANGUAGE AND URL DETAILS 4

HDMS Finding Aids EAD FINDING AIDS 2 HTML FINDING AID 3 STEP 1: INPUT TITLE, CREATOR, COPYRIGHT, LANGUAGE AND URL DETAILS 4 HDMS Finding Aids EAD FINDING AIDS 2 HTML FINDING AID 3 STEP 1: INPUT TITLE, CREATOR, COPYRIGHT, LANGUAGE AND URL DETAILS 4 STEP 2: INPUT PUBLICATION DETAILS 4 STEP 3: INPUT REPOSITORY INFORMATION 6 STEP

More information

Repository Interoperability and Preservation: The Hub and Spoke Framework

Repository Interoperability and Preservation: The Hub and Spoke Framework Repository Interoperability and Preservation: The Hub and Spoke Framework Robert Manaster, Tom Habing, William Ingram, Myung-Ja Han, and Patricia Hswe University of Illinois at Urbana-Champaign 1 What

More information

Archivists Toolkit: Description Functional Area

Archivists Toolkit: Description Functional Area : Description Functional Area Outline D1: Overview D2: Resources D2.1: D2.2: D2.3: D2.4: D2.5: D2.6: D2.7: Description Business Rules Required and Optional Tasks Sequences User intentions / Application

More information

Compound or complex object: a set of files with a hierarchical relationship, associated with a single descriptive metadata record.

Compound or complex object: a set of files with a hierarchical relationship, associated with a single descriptive metadata record. FEATURES DESIRED IN A DIGITAL LIBRARY SYSTEM Initial draft prepared for review and comment by G. Clement (FIU) and L. Taylor (UF), with additional editing by M. Sullivan (UF) and L. Dotson (UCF), April

More information

HOW TO Load digital project images DEPRECATED DOCUMENT. Background:

HOW TO Load digital project images DEPRECATED DOCUMENT. Background: HOW TO Load digital project images DEPRECATED DOCUMENT Background: Images digitized in the context of a digital exhibition are loaded into the MCG01 (the non-escholarship) admin unit of DigiTool as an

More information

Using MARC Records to Populate CONTENTdm

Using MARC Records to Populate CONTENTdm University of Iowa Libraries Staff Publications 4-30-2008 Using MARC Records to Populate CONTENTdm Wendy C. Robertson University of Iowa Copyright 2008 Wendy C. Robertson Hosted by Iowa Research Online.

More information

BIBLIOGRAPHIC REFERENCE DATA STANDARD

BIBLIOGRAPHIC REFERENCE DATA STANDARD BIBLIOGRPHIC REFERENCE DT STNDRD Standard No.: EX000007.1 January 6, 2006 This standard has been produced through the Environmental Data Standards Council (EDSC). The Environmental Data Standards Council

More information

Chapter 6. Importing Data EAD Constraints on EAD

Chapter 6. Importing Data EAD Constraints on EAD Chapter 6 Importing Data EAD 2002 The Archivists Toolkit TM allows for the importing of valid EAD version 2002 finding aids into description resource and component records. Note: The AT does not guarantee

More information

New Zealand Government Locator Service (NZGLS) Metadata Schema Compliance Study

New Zealand Government Locator Service (NZGLS) Metadata Schema Compliance Study New Zealand Government Locator Service (NZGLS) Metadata Schema Compliance Study E-Government Unit, State Services Commission Te Komihana O Ngā Tari Kāwanatanga and National Library of New Zealand Te Puna

More information

Discovering Shropshire s History Help sheet 2 How to upload a resource Author: Owner: Client: Document Number: Version 2 Release Date: February 2007

Discovering Shropshire s History Help sheet 2 How to upload a resource Author: Owner: Client: Document Number: Version 2 Release Date: February 2007 Discovering Shropshire s History Help sheet 2 How to upload a resource Author: Owner: Client: Document Number: Version 2 Release Date: February 2007 Jason Siddall (Project and IT Leader) Jason Siddall

More information

How to Edit/Create Ingest Forms

How to Edit/Create Ingest Forms How to Edit/Create Ingest Forms On this page: How to Edit an Existing Form About the Form Builder Interface How to Create a New Custom Form Introduction Before You Begin Metadata Schemas Sample XML Record

More information

Single New Type for All Creative Works

Single New Type for All Creative Works Single New Type for All Creative Works Field Label Type of Field/ Mandatory? Explanation (help ) Item Type dc:type set: Book, Book Chapter, Mandatory Conference Item, Conference Paper, Creative Work, Journal

More information

Orbis Cascade Alliance

Orbis Cascade Alliance Orbis Cascade Alliance Content Creation & Dissemination Team Digital Content Metadata Group Dublin Core Best Practices Guidelines DRAFT FOR FINAL COMMENT 2016 March 11 The purpose of the Orbis Cascade

More information

Developing a Metadata Element Set or Application Profile for a Portal of a Postcard Collection (Tasks #1 to #10 template)

Developing a Metadata Element Set or Application Profile for a Portal of a Postcard Collection (Tasks #1 to #10 template) TEMPLATE OF STEPS (Using postcards as objects to be described) 1 Developing a Metadata Element Set or Application Profile for a Portal of a Postcard Collection (Tasks #1 to #10 template) This example is

More information

How to Batch Ingest Files

How to Batch Ingest Files How to Batch Ingest Files The batch ingest module allows you to add several files, metadata records, or a combination of both to a collection by packaging the items in a ZIP archive. For a detailed overview

More information

Dublin Core Best Practice Guidelines. Version 2.3 January 29, 2018

Dublin Core Best Practice Guidelines. Version 2.3 January 29, 2018 Version 2.3 January 29, 2018 Orbis Cascade Alliance The purpose of the Orbis Cascade Alliance s Dublin Core Best Practices Guidelines are to: ensure a basic level of uniformity in the structure, encoding,

More information

CONTENTdm Basic Skills 1: Getting Started with CONTENTdm

CONTENTdm Basic Skills 1: Getting Started with CONTENTdm CONTENTdm Basic Skills 1: Getting Started with CONTENTdm Instructor Name Instructor Title Agenda for Today Visiting CONTENTdm Collections Building a Collection Adding and defining a collection Adding and

More information

Metadata for the caenti.

Metadata for the caenti. Metadata for the caenti. Sylvie Damy, Bénédicte Herrmann-Philippe To cite this version: Sylvie Damy, Bénédicte Herrmann-Philippe. Metadata for the caenti.. In International Conference of Territorial Intelligence,

More information

Million Book Universal Library Project :Manual for Metadata Capture, Digitization, and OCR

Million Book Universal Library Project :Manual for Metadata Capture, Digitization, and OCR Million Book Universal Library Project :Manual for Metadata Capture, Digitization, and OCR Gabrielle V. Michalek, editor. Carnegie Mellon University. May 7, 2003 2 Table of Contents Data Production...3

More information

Metadata Standards and Applications. 4. Metadata Syntaxes and Containers

Metadata Standards and Applications. 4. Metadata Syntaxes and Containers Metadata Standards and Applications 4. Metadata Syntaxes and Containers Goals of Session Understand the origin of and differences between the various syntaxes used for encoding information, including HTML,

More information

Europeana Data Model. Stefanie Rühle (SUB Göttingen) Slides by Valentine Charles

Europeana Data Model. Stefanie Rühle (SUB Göttingen) Slides by Valentine Charles Europeana Data Model Stefanie Rühle (SUB Göttingen) Slides by Valentine Charles 08th Oct. 2014, DC 2014 Outline Europeana The Europeana Data Model (EDM) Modeling data in EDM Mapping, extensions and refinements

More information

12/16/2010 Best Practices for CONTENTdm and other OAI- PMH compliant repositories creating shareable metadata

12/16/2010 Best Practices for CONTENTdm and other OAI- PMH compliant repositories creating shareable metadata 12/16/2010 for CONTENTdm and other OAI- PMH compliant repositories creating shareable metadata 1 Explanation of Table Components The unique name used in CONTENTdm Version 6.1 Definition as stated in the

More information

Data Collection and Online Access to Map Collections

Data Collection and Online Access to Map Collections Data Collection and Online Access to Map Collections A discussion of technologies and methodologies discovered during the Sanborn Map Digitization Project at the University of Florida. Mark V Sullivan

More information

Alphabet Soup: A Metadata Overview Melanie Schlosser Metadata Librarian

Alphabet Soup: A Metadata Overview Melanie Schlosser Metadata Librarian Alphabet Soup: A Metadata Overview Melanie Schlosser Metadata Librarian October 10, 2007 CO-ASIS&T 1 Contents What is metadata? Types of metadata (function) Types of metadata (format) Where does metadata

More information

Metadata. Week 4 LBSC 671 Creating Information Infrastructures

Metadata. Week 4 LBSC 671 Creating Information Infrastructures Metadata Week 4 LBSC 671 Creating Information Infrastructures Muddiest Points Memory madness Hard drives, DVD s, solid state disks, tape, Digitization Images, audio, video, compression, file names, Where

More information

Metadata and Encoding Standards for Digital Initiatives: An Introduction

Metadata and Encoding Standards for Digital Initiatives: An Introduction Metadata and Encoding Standards for Digital Initiatives: An Introduction Maureen P. Walsh, The Ohio State University Libraries KSU-SLIS Organization of Information 60002-004 October 29, 2007 Part One Non-MARC

More information

October 7, 2013 Kourtney Blackburn

October 7, 2013 Kourtney Blackburn October 7, 2013 Kourtney Blackburn Today s Goals Develop a better understanding of how each metadata field applies to your digital items and how you can use them to enhance discovery for users Become comfortable

More information

OAC/Calisphere Contributor User Guide to ArchivesSpace

OAC/Calisphere Contributor User Guide to ArchivesSpace OAC/Calisphere Contributor User Guide to ArchivesSpace This user guide is intended for institutions that are utilizing ArchivesSpace, to create Resource and/or Digital Object records for contribution to

More information

Maennerchor Project Digital Collection

Maennerchor Project Digital Collection Maennerchor Project Digital Collection Mission This digital collection s mission is to collect and preserve artifacts and documents relating to the Maennerchor building. It features blueprints, photographs,

More information

Table of contents for The organization of information / Arlene G. Taylor and Daniel N. Joudrey.

Table of contents for The organization of information / Arlene G. Taylor and Daniel N. Joudrey. Table of contents for The organization of information / Arlene G. Taylor and Daniel N. Joudrey. Chapter 1: Organization of Recorded Information The Need to Organize The Nature of Information Organization

More information

EUROMUSE: A web-based system for the

EUROMUSE: A web-based system for the EUROMUSE: A web-based system for the management of MUSEum objects and their interoperability with EUROpeana Varvara Kalokyri, Giannis Skevakis Laboratory of Distributed Multimedia Information Systems &

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 174: RESTful Rendering. Public Comment Draft

Digital Imaging and Communications in Medicine (DICOM) Supplement 174: RESTful Rendering. Public Comment Draft 22 March 2015 Supplement 174: Restful Rendering Page 1 5 10 Digital Imaging and Communications in Medicine (DICOM) Supplement 174: RESTful Rendering Public Comment Draft 15 20 25 DICOM Standards Committee,

More information

CREATION OF A DIGITAL REPOSITORY FOR THE MASTER THESIS OF THE FACULTY OF JOURNALISM, LIBRARY AND INFORMATION SCIENCE OF THE OSLO UNIVERSITY COLLEGE

CREATION OF A DIGITAL REPOSITORY FOR THE MASTER THESIS OF THE FACULTY OF JOURNALISM, LIBRARY AND INFORMATION SCIENCE OF THE OSLO UNIVERSITY COLLEGE CREATION OF A DIGITAL REPOSITORY FOR THE MASTER THESIS OF THE FACULTY OF JOURNALISM, LIBRARY AND INFORMATION SCIENCE OF THE OSLO UNIVERSITY COLLEGE REPORT OF THE GROUP PROJECT By: Akhmad Riza Faizal Eric

More information

Mellon Fedora Technical Specification. (December 2002)

Mellon Fedora Technical Specification. (December 2002) Mellon Fedora Technical Specification () Introduction... 5 Mellon Fedora System Overview... 5 Background of the Project... 5 Summary of Functionality... 5 Architecture... 7 Digital Object Architecture...

More information

Connexion Digital Import Metadata Crosswalk Map MARC to Qualified Dublin Core Sorted by MARC fields (Last updated: 3 March 2008)

Connexion Digital Import Metadata Crosswalk Map MARC to Qualified Dublin Core Sorted by MARC fields (Last updated: 3 March 2008) Connexion Digital Import Metadata Crosswalk Map MARC to Qualified Dublin Core Sorted by MARC fields (Last updated: 3 March 2008) MARC tag Indicators #= blank;? = any Subfields Dublin Core Element 008 null

More information

Open ebook File Format 1.0. DRAFT VERSION 001 November 5, 1999

Open ebook File Format 1.0. DRAFT VERSION 001 November 5, 1999 Open ebook File Format 1.0 DRAFT VERSION 001 November 5, 1999 Open ebook File Format 1.0 DRAFT VERSION 001 November 5, 1999 This is a draft recommendation. Changes will be made in response to further internal

More information

OpenAIRE Guidelines Promoting Repositories Interoperability and Supporting Open Access Funder Mandates

OpenAIRE Guidelines Promoting Repositories Interoperability and Supporting Open Access Funder Mandates guidelines@openaire.eu OpenAIRE Guidelines Promoting Repositories Interoperability and Supporting Open Access Funder Mandates July 2015 Data Providers OpenAIRE Platform Services Content acquisition policy

More information

Base Metadata Framework (LCDL-BMF) v.1.7.1

Base Metadata Framework (LCDL-BMF) v.1.7.1 Base Metadata Framework (LCDL-BMF) v.1.7.1 February 2017 Reviewed and Updated Annually Maintained by the Lowcountry Digital Library & the College of Charleston FEBRUARY 2017 Introduction This metadata

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

3. Technical and administrative metadata standards. Metadata Standards and Applications

3. Technical and administrative metadata standards. Metadata Standards and Applications 3. Technical and administrative metadata standards Metadata Standards and Applications Goals of session To understand the different types of administrative metadata standards To learn what types of metadata

More information

Metadata Enrichment for Digital Preservation

Metadata Enrichment for Digital Preservation Extreme Markup Languages 2006 Montréal, Québec August 7-11, 2006 Metadata Enrichment for Digital Preservation David Dubin University of Illinois Joel Plutchak National Center for Supercomputing Applications

More information

Multi-agent Semantic Web Systems: Data & Metadata

Multi-agent Semantic Web Systems: Data & Metadata Multi-agent Semantic Web Systems: Data & Metadata Ewan Klein School of Informatics MASWS January 26, 2012 Ewan Klein (School of Informatics) Multi-agent Semantic Web Systems: Data & Metadata MASWS January

More information

Appendix A: OIL Syntax in XML

Appendix A: OIL Syntax in XML Appendix A: OIL Syntax in XML This appendix provides an XML-based syntax definition of OIL. First we define a DTD for OIL. Then we 1.1 use XML schemas to define the syntax of OIL. Finally we provide the

More information

The Biblioteca de Catalunya and Europeana

The Biblioteca de Catalunya and Europeana The Biblioteca de Catalunya and Europeana Eugènia Serra eserra@bnc.cat Biblioteca de Catalunya www.bnc.cat General information It is the national library of Catalonia 1907 3.000.000 documents Annual growing

More information