What is METS used for?

Size: px
Start display at page:

Download "What is METS used for?"

Transcription

1 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 objects with their associated metadata As an information package in a digital repository Metadata Encoding & Transmission Standard (METS) METS is an XML schema designed for creating XML document instances that express the hierarchical structure of digital library objects, the names and locations of the files that comprise those objects, and the associated metadata. METS can be understood as a binder that unites metadata about a particular resource A METS record includes six parts: Header Descriptive metadata Administrative metadata File groups Structural map Behavior section What are some characteristics of METS? METS is: an open standard non-proprietary developed by library community (relatively) simple extensible modular Metadata Encoding & Transmission Standard (METS) A system for packaging metadata necessary for both the management of digital library objects within a repository and the exchange of such objects between repositories, or between repositories and their users Used for: Digital collection repositories Developed by the Digital Library Federation (DLF) and Library of Congress (LC) Seven Sections of a METS Document <mets> <metshdr/> - METS header (document talks about itself) <dmdsec/> - Descriptive metadata (MODS, etc.) <amdsec/> - Administrative metadata (copyright info., etc.) <filesec/> - File section (names and locations of files) <structmap/> - Structural map (relationships of the parts) <structlink/> - Linking information <behaviorsec/> - Binding executables/actions to object </mets> 1

2 Structural Map: structmap Object modeled as tree structure (e.g., book with chapters with subchapters.) Every node in tree can be associated with descriptive/administrative metadata Can describe relationships among: Integral files, whether individual or multiple Parts of files Sets of files or parts of files played in sequence Sets of files or parts of files in parallel Other METS documents (nested) Other structural divisions in non-hierarchical (hypertext) fashion METS Header: metshdr Metadata regarding METS document CREATEDATE, MODIFYDATE, etc. Agents (Creator, Editor, etc.) Alternative Record ID values File Inventory: filesec Records file specific technical metadata (file size, creation date/time) as well as identifying component files Files are arranged into groups, which can be arranged hierarchically Files may be referenced (using Xlink) or contained within the METS document Structural Linking Section: structlink Multiple links allowed within any METS document Useful for mapping between structural maps, e.g., for web sites MD sections: <dmdsec> & <amdsec> Assumes different communities need to develop own element sets Provides wrapper for externally defined descriptive / admin element sets that can be: internal (XML) or external (referenced by XLink) to METS document METS Extension Schema Descriptive Metadata (e.g., DC, MARC, MODS) Administrative Metadata: 4 buckets Technical (image, text, audio, video formats) IP Rights (XrML, ODRL, metsrights) Digital Provenance (persistent file & DO information, capture/migration, e.g., PREMIS) Source (analog or digital) 2

3 The Descriptive Metadata Section with mdwrap <mets> <dmdsec> <mdwrap> <xmldata> <!-- insert data from different namespace here --> </xmldata> </mdwrap> </dmdsec> <filesec></filesec> <structmap></structmap> </mets> The Descriptive Metadata Section with MODS and relateditem elements <mets:mets> <mets:dmdsec> <mets:mdwrap> <mets:xmldata> <mods:mods> <mods:relateditem type= constituent > <mods:relateditem type= constituent > </mods:mods> </mets:xmldata> </mets:mdwrap> </mets:dmdsec> <mets:filesec></mets:filesec> <mets:structmap></mets:structmap> </mets:mets> Use <mdwrap> to embed descriptive metadata within a METS document METS document with two hierarchies (logical and physical <mets> <dmdsec> <mdwrap> <xmldata> Metadata wrap section acts as socket to hold metadata from other XML schemas or <!-- insert metadata from vocabularies different namespace here --> </xmldata> </mdwrap> </dmdsec> </mets> <mets:mets> <mets:dmdsec> <mets:mdwrap> <mets:xmldata> <mods:mods> <mods:relateditem> <mods:relateditem> </mods:mods> </mets:xmldata> </mets:mdwrap> </mets:dmdsec> <mets:filesec></mets:filesec> <mets:structmap> <mets:div> <mets:div></mets:div> </mets:div> </mets:structmap> </mets:mets> <dmdsec> with MODS Extension Schema Descriptive metadata section <mets:mets> <mets:dmdsec> <mets:mdwrap> <mets:xmldata> <mods:mods></mods:mods> </mets:xmldata> </mets:mdwrap> </mets:dmdsec> </mets:mets> MODS data contained inside the metadata wrap section Use of prefixes before element names to identify schema <mods:mods> <mods:titleinfo> <mods:title>bernstein conducts Beethoven </mods:title> <mods:name> <mods:namepart>bernstein, Leonard</mods:namePart> </mods:name> <mods:relateditem type="constituent"> <mods:titleinfo> <mods:title>symphony No. 5</mods:title> <mods:name> <mods:namepart>beethoven, Ludwig van</mods:namepart> </mods:name> <mods:relateditem type="constituent"> <mods:titleinfo> <mods:partname>allegro con moto</mods:partname> <mods:relateditem type="constituent"> <mods:titleinfo> <mods:partname>adagio</mods:partname> </mods:mods> 3

4 MODS relateditem type= constituent Child element to MODS relateditem element uses MODS content model titleinfo, name, subject, physicaldescription, note, etc. Makes it possible to create rich analytics for contained works within a MODS record Repeatable and nestable recursively Making it possible to build a hierarchical tree structure Makes it possible to associate descriptive data with any structural element MODS relateditem type= constituent element 1. Child element to MODS 2. relateditem element has same content model as mods (titleinfo, name, subject, physicaldescription, note, etc) 3. The relateditem element makes it possible to create very rich analytic descriptions for contained works within a MODS records 4. relateditem element is repeatable and it can be nested recursively (thus making it possible to build a hierarchical tree structure) 5. relateditem elements make it possible to associate descriptive data with any structural element. <mets:mets> <mets:dmdsec> <mets:mdwrap> <mets:xmldata> <mods:mods> <mods:relateditem> <mods:relateditem> </mods:mods> </mets:xmldata> </mets:mdwrap> </mets:dmdsec> <mets:filesec></mets:filesec> <mets:structmap> <mets:div> <mets:div></mets:div> </mets:div> </mets:structmap> </mets:mets> Hierarchy to represent logical structure (nested relateditems) Hierarchy to represent physical structure (nested div elements) <mods:mods> <mods:titleinfo> <mods:title>bernstein conducts Beethoven and Mozart</mods:title> <mods:name> <mods:namepart>bernstein, Leonard</mods:namePart> </mods:name> <mods:relateditem type="constituent"> <mods:titleinfo> <mods:title>symphony No. 5</mods:title> <mods:name> <mods:namepart>beethoven, Ludwig van</mods:namepart> </mods:name> <mods:relateditem type="constituent"> <mods:titleinfo> <mods:partname>allegro con moto</mods:partname> <mods:relateditem type="constituent"> <mods:titleinfo> <mods:partname>adagio</mods:partname> METS Example <mets:dmdsec ID="beelos00d"> <mets:mdwrap MDTYPE="MODS"> <mets:xmldata> <mods:mods version="3.0"> <mods:titleinfo xlink:type="simple"> <mods:nonsort>the </mods:nonsort> <mods:title>loss of the SS. Titanic</mods:title> <mods:subtitle>its story and its lessons</mods:subtitle> <!-- rest of MODS descriptive metadata here --> </mods:mods> </mets:xmldata> </mets:mdwrap> </mets:dmdsec> textmd (NEW!) textmd is a XML Schema that details technical metadata for text-based digital objects. It most commonly serves as an extension schema used within the (METS) administrative metadata section. It canalso exist as a standalone document. In the future textmd can be used within the PREMIS element <additionaltechnicalcharacteristics>, an extension for format-specific metadata within the PREMIS preservation metadata Object XML Schema version

5 textmd schema allows for detailing properties such as encoding information (quality, platform, software, agent) character information (character set and size, byte order and size, line terminators) languages fonts markup information processing and textual notes technical requirements for printing and viewing page ordering and sequencing Interoperability Interoperability allows different computer systems, networks, and software to work together and share information Usually achieved by following standards Generally, an increase in specialization results in a decrease in interoperability Allows different systems to make use of same data Is there a problem? Many metadata schemes and element sets Well known & documented Less known and little public documentation Similar/same content described by different metadata schemes and vocabularies No canonical metadata record for an object Varied syntaxes for encoding metadata No canonical syntax A vital and diverse metadata ecology! No problem, unless. Interoperability Advantages Can increase awareness and use of collections Reduces geographic and domain-specific isolation of collections Creates new avenues for scholarship Likely to assist / promote the longevity of data and collections Holy Grail = one-stop access to the universe of online resources Metadata in the networked environment Interaction between systems that use metadata Harvesting Searching Integrating different types of metadata for local information management Technical metadata for digital asset mgmt Reusing metadata in local applications ONIX metadata in library systems Interoperability? Interoperability Disadvantages Consensus Compromise Delays Loss of independence Uniformity Increased implementation difficulties Loss of specificity and detail Worthy goal? 5

6 Importance of interoperability Systems and organizations will interoperate One should actively be engaged in the ongoing process of ensuring that the systems, procedures and culture of an organisation are managed in such a way as to maximise opportunities for exchange and re-use of information, whether internally or externally. Paul Miller, 2000 Metadata interoperability has to be the underlying principle of networked information management. Marcia Lei Zeng, 2001 So we have Many metadata schemes and element sets Similar/same content described by different metadata schemes and vocabularies Varied syntaxes for encoding metadata Which reflect: Community practices, needs, meaning Cost barriers to adopting common standards Lack of knowledge of available standards Not invented here syndrome Interoperability System-oriented definition: The ability of two or more systems or components to exchange information and use the exchanged information without special effort on either system User-oriented definition: The condition achieved when two or more technical systems can exchange information directly in a way that is satisfactory to users of the systems (AAP) Mechanisms for addressing interoperability Crosswalks and mapping Application profiles Registries Resource Description Framework (RDF) Interoperability factors In the context of networked information retrieval Multiple and disparate systems (operating systems, information retrieval systems, etc.) Multiple protocols Multiple formats of data Multiple metadata schemes Multiple vocabularies, ontologies, disciplines Multiple languages Multiple character sets Mapping and crosswalks Mapping: Intellectual activity that identifies semantically equivalent elements in different metadata schemes Crosswalk: Documentation resulting from mapping showing the equivalencies and conversion specifications 1998 NISO White Paper on Crosswalks Unfortunately, the specification of a crosswalk is a difficult and error-prone task requiring in-depth knowledge and specialized expertise in the associated metadata standards St. Pierre & LaPlant,

7 Metadata Crosswalks Crosswalks result from analyzing and mapping the similarities of different metadata systems. Crosswalks provide mechanisms for reconciling differences between automated systems and enabling them to interoperate. Crosswalks enable the goal of integrated access to be achieved. Crosswalks provide the key to automating translation from one system to another. Mapping Process -- Make a list of all elements of a source format and verify whether there is a matching element in the target format. If yes, then the name of that element is recorded in the crosswalk table. If no, an empty space will be left in the table. When all of the elements in the source metadata are checked, the task is finished. Mapping Issues Semantic, structural, and data conversion One-way or reversible mappings? Mapping between any two elements: One-to-one One-to-many (repeatable elements; unique more narrowly defined elements) Many-to-one (complete mapping; incomplete mapping) One-to-zero (no semantically equivalent element) Data conversion From less inclusive to more inclusive format From uncontrolled to controlled vocabulary Correct and efficient mapping of metadata elements among various formats is the essential condition for ensuring metadata interoperability Zeng & Xiao 2001 Relative Crosswalking" It requires to map all elements in a source schema to at least one element of a target schema, regardless of whether the two elements are semantically equivalent or not (e.g., vra.technique dc.format). Absolute Crosswalking It requires exact mapping between the involved elements (say, vra.title dc.title) of a source schema (e.g., VRA Core) and a target schema (e.g., DC). Where there is no exact equivalence, there is no crosswalking (e.g., vra.technique [empty space]) Mapping Process Make a list of all elements of a source format. Map every element of the source format to the element(s) of the target format. Find the most close element to match, even though it may not match well. 7

8 But, neither is complete target source VAR Core (3.0) Technique Location.Current Repository Absolute crosswalking Dublin Core Relative crosswalking Dublin Core Format Contributor Coverage Please note that in both cases, the elements of the target format may be incompletely included in the crosswalk table. For example, DC element LANGUAGE is never an element in the VRA Core. When VRA is the source format, LANGUAGE will never be mapped. Pros and Cons -- Absolute Crosswalking ensures the equivalency (or closelyequivalent matches) of elements, does not work well for data conversion, data values in non-mappable space will be left out, especially when a source schema has a richer structure than that of the target schema. Example: Common properties in crosswalks a semantic definition of each metadata element; whether or not a metadata element is mandatory, optional, or mandatory based on certain conditions; whether or not a metadata element may occur multiple times; constrains due to the organization of metadata elements relative to each other, e.g., hierarchical parent-child relationships; constrains imposed on the value of the element (e.g., free text, numeric range, date, or a controlled vocabulary) optional support for locally defined metadata elements. Pros and Cons -- Relative Crosswalking When data conversion is conducted, at least the values in the fields of a source database will find a place to reside in the target database. Appears to work better when mapping from complex to simpler schema, e.g., from MARC to DC, but not vice versa. The problem is that mapped elements are not really equivalent. The Limits of Crosswalks There are one-to-many and many-to-one relationships among the elements being mapped. There are also extra elements in a source or target schema. The corresponding units may exist at multiple-element, sub-element or qualifier level. 8

9 Problems exist in direct mapping when: converting from a less inclusive format to a more inclusive format, converting from an uncontrolled vocabulary content to a controlled vocabulary content, converting to fields where there are indirect impacts on the corresponding fields and values, (e.g., 043 and 6xx #z), data contents using different controlled vocabularies, data being converted into non-searchable fields. Application profiles Application profiles consist of data elements drawn from one or more namespace schemas combined together by implementors and optimised for a particular local application. Heery & Patel, 2000 Reuse of elements from different sets, but cannot define new elements Specify permitted schemes (e.g., date/time formats, controlled vocabulary) for data values Can refine standard definitions By defining application profiles and, most importantly by declaring them, implementers can start to share information about their schemas in order to inter-work with wider groupings. Heery & Patel, 2000 Switching-across when multiple schemas are involved Registries Schema A Schema B Switch Schema C Schema D The term "registry" covers a broad range of databases, documentation services, or Webbased portals providing access to schemas. Baker, et al., 2001 Metadata registry: An index of metadata terms, official definitions, local variations extensions Can enable the reuse of existing elements rather than users/communities reinventing their own UK Schemas Project: Includes registry of several metadata element sets EU Cores Project: Includes registry of core vocabularies and profiles; a schema creation tool and Web interface to register schemas Dublin Core Metadata Registry: Authoritative source for DC; Designed to promote the discovery and reuse of exiting metadata definitions; Almost universally, registries are seen as our best hope in the medium term for a scalable solution to the problem of mapping and translating between a diversity of schemas Baker et al 2001 Mapping Process One of the schemas is used as the switching mechanism among multiple schemas. Instead of mapping between every pair in the group, each of the individual metadata schemas is mapped to the switching schema only. Example: research/standards/intrometadata/crosswa lks.html Resource Description Framework (RDF) Provides a basic grammar for representing metadata terms, their semantics, relationships, etc. Use of Uniform Resource Identifiers (URIs) to identify namespace schemas where terms are declared and defined 9

10 Metadata Mapping for Integrated Access to Diverse Information Resources There is no one-size-fits-all metadata standard. Metadata mapping can make it possible to provide integrated access to diverse sets of information (library, archive, museum -- e.g., MARC, EAD, CDWA). RDF RDF model is based on the idea of making structured information statements in the form of subject-predicateobject expressions (RDF triples) subject of an RDF triple represents the resource predicate represents traits, characteristics or aspects of the resource and expresses a relationship between the subject and the object Metadata interoperability? In this context, interoperability means Effective reuse and integration of existing metadata from various sources Ability to discover and act on authoritative specifications of metadata vocabularies Support for interaction with one or more metadata sets created for other communities The diverse metadata ecology presents challenges but reflects real-world needs of diverse information communities RDF Example: "New York has the postal abbreviation NY" subject-predicate-object form: New York (subject)--has the postal abbreviation (predicate)--ny (object) RDF: <rdf:rdf xmlns:rdf=" xmlns:terms=" <rdf:description rdf:about="urn:xstates:new%20york"> <terms:alternative>ny</terms:alternative> </rdf:description> </rdf:rdf> Resource Description Framework (RDF) XML = a syntax for specifying document structure RDF = a syntax for specifying document semantics a means to make statements about (i.e., specify the values of) properties of Web resources properties = element types values = element contents components: an XML-based syntax; a graph-based data model a schema language; a query language RDF <rdf:rdf xmlns:rdf=" xmlns:dc=" <rdf:description rdf:about=" <dc:title>tony Benn</dc:title> <dc:publisher>wikipedia</dc:publisher> </rdf:description> </rdf:rdf> To an English-speaking person, the same information could be represented simply as: The title of this resource, which is published by Wikipedia, is 'Tony Benn' 10

11 RDF Metadata Interoperability and Standardization text/ppt <rdf:rdf xmlns:rdf=" xmlns:foaf=" xmlns:dc=" <rdf:description rdf:about=" <dc:title>tony Benn</dc:title> <dc:publisher>wikipedia</dc:publisher> <foaf:primarytopic> <foaf:person> <foaf:name>tony Benn</foaf:name> </foaf:person> </foaf:primarytopic> </rdf:description> </rdf:rdf> dc:title dc:subject Metadata interoperabili ty dc:format dc:date dc:description Metadata Workshop lecture notes vcard:fn Marcia Lei Zeng vcard:org Kent State University dc:creator Zeng_Lei English dc.language vcard: edu <?xml version= 1.0?> <?xml:namespace href=" as="rdf"?> <?xml:namespace href=" as="dc"?> <?xml:namespace href=" as="vcard"?> <RDF:RDF> <rdf:description rdf:href = > <dc:creator rdf:href= Zeng_Lei /> <dc:title> Metadata Interoperability and Standardization </dc:title> <dc:subject> metadata interoperability </dc:subject> <dc:date> </dc:date> <dc:format>text/ppt</dc:format> <dc:language>en</dc:language> <dc:description> Metadata Workshop lecture notes </dc:description> </rdf:description> <rdf:description ID= Zeng_Lei > <vcard:fn>marcia Lei Zeng </vcard:fn> <vcard: >mzeng@kent.edu </vcard: > <vcard:org>kent State University </vcard:org> </rdf:description> </rdf:rdf> RDF example Original record -- RDF record Title: Metadata Interoperability and Standardization Creator: Marcia Lei Zeng mzeng@kent.edu Affiliation: Kent State University Subject: Metadata interoperability Date: July 1, 2005 Format: text/ppt Language: English Note: Metadata Workshop lecture notes URL: RDF The Resource Description Framework It is a language for representing information about resources in the World Wide Web. It is particularly intended for representing metadata about Web resources, such as the title, author, and modification date of a Web page, copyright and licensing information about a Web document, or the availability schedule for some shared resource. 11

12 RDF What it does: RDF is intended for situations in which this information needs to be processed by applications, rather than being only displayed to people. RDF provides a common framework for expressing this information so it can be exchanged between applications without loss of meaning. RDF integrates a variety of applications from library catalogs and world-wide directories to syndication and aggregation of news, software, and content to personal collections of music, photos, and events. Triples The RDF terms for the various parts of the statement are: the subject is the URL the predicate is the word "creator" the object is the phrase "John Smith" RDF How it looks: XML syntax-based How it works: The RDF specifications provide a lightweight ontology system to support the exchange of knowledge on the Web. Using URIs (Uniform Resource Identifiers) RDF uses URIs as the basis of its mechanism for identifying the subjects, predicates, and objects in statements. has a creator whose value is ID#85740 a subject a predicate and an object Example Groups of statements: Several Statements About the Same Resource creator John Smith John Smith is the creator of the resource identified by the thing the statement describes (the Web page, in this case) a specific property (creator, in this case) of the thing the statement describes the thing the statement says is the value of this property (who the creator is), for the thing the statement describes 12

13 RDF Example RDF / Namespaces: an example <RDF xmlns:dc=" <DESCRIPTION about=" faculty/jfurner/memos/greg1.html"> <DC:Creator>Jonathan Furner</DC:Creator> <DC:Date> </DC:Date> <DC:Subject>Greg, sci-fi salutations</dc:subject> </DESCRIPTION> </RDF> RDF RDF is based on a concrete formal model utilizing directed graphs that elude to the semantics of resource description. The basic concept is that a Resource is described through a collection of Properties called an RDF Description. Each of these Properties has a Property Type and Value. Any resource can be described with RDF as long as the resource is identifiable with a URI as shown in the next slide RDF Example <? xml version="1.0"?> <RDF xmlns = " #" xmlns:dc = " > <Description about = " > <DC:Title> The Future of Metadata </DC:Title> <DC:Creator> Jacky Crystal </DC:Creator> <DC:Date> </DC:Date> <DC:Subject> Metadata, RDF, Dublin Core </DC:Subject> </Description> </RDF> RDF Example The first line of Example 1 simply indicates that this is an XML document. The next line indicates two namespaces - RDF and DC - with RDF being the default namespace. All the properties in the description will come from one of these namespaces. The main section of Example 1 - between the <Description> tags - shows four Properties that describe the resource pointed to by the URI in the about attribute in the <Description> tag. These properties come from the Dublin Core (DC) namespace (DC, 1998). In this case the Title, Creator, Date, and Subject properties are indicated for the resource at: < 13

14 Digital preservation: advances & remaining challenges Groups around the world and conferences continue to make significant progress in raising awareness about digital preservation imperative Gradual shift in focus from articulating problem to solving it Not so much Why is digital preservation important anymore; rather, What must be done to achieve preservation objectives? Many practical challenges in implementing reliable, sustainable digital preservation programs One key implementation challenge: preservation metadata What PREMIS is and is not What PREMIS is: Common data model for organizing/thinking about preservation metadata Guidance for local implementations Standard for exchanging information packages between repositories What PREMIS is not: Out-of-the-box solution: need to instantiate as metadata elements in repository system All needed metadata: excludes business rules, format-specific technical metadata, descriptive metadata for access, non-core preservation metadata Lifecycle management of objects outside repository Rights management: limited to permissions regarding actions taken within repository Preservation metadata includes PREMIS Data Model Provenance: Who has had custody/ownership of the digital object? Authenticity: Is the digital object what it purports to be? Preservation Activity: What has been done to preserve the digital object? Technical Environment: What is needed to render and use the digital object? Rights Management: What IPR must be observed? Makes digital objects self-documenting across time PREMIS: Preservation Metadata: Implementation Strategies June 2003: OCLC, RLG sponsored international working group Objective: Define implementable, core preservation metadata, with guidelines/recommendations for management and use Membership: > 30 experts from 5 countries, libraries, museums, archives, government agencies, private sector PREMIS Data Dictionary: comprehensive, practical resource for implementing preservation metadata in digital archiving systems Comprehensive view of information requirements needed to support digital preservation Based on deep pool of institutional experiences in setting up and managing operational capacity for digital preservation Builds on previous work Types of information covered in PREMIS (by entity type) Object Object ID Preservation level Object characteristics (format, size, etc.) Storage Environment Digital signatures Relationships Linking identifiers Event Event ID Event type Event date/time Event outcomes Linking identifiers Agent Agent ID Agent name Rights Rights statement Granting agent Permission granted 14

15 PREMIS: Entities Intellectual Entities Set of content that is considered a single intellectual unit for purposes of management and description (e.g., a book, a photograph, a map, a database) May include other Intellectual Entities (e.g. a website that includes a web page) Has one or more digital representations Not fully described in PREMIS DD, but can be linked to in metadata describing digital representation PREMIS: Entities Agent Entities Person, organization, or software program/system associated with an Event or a Right (permission statement) Agents are associated only indirectly to Objects through Events or Rights Not defined in detail in PREMIS DD; not considered core preservation metadata beyond identification Examples: Markus Enders (a person) Göttingen State and University Library (an organization) JHOVE version 1.0 (a software program) PREMIS: Entities Object Entities Discrete unit of information in digital form **Objects are what repository actually preserves** Three types of Object: FILE: named and ordered sequence of bytes that is known by an operating system REPRESENTATION: set of files, including structural metadata, that, taken together, constitute a complete rendering of an Intellectual Entity BITSTREAM: data within a file with properties relevant for preservation purposes (but needs additional structure or reformatting to be standalone file) Examples: chapter1.pdf (a file) chapter1.pdf + chapter2.pdf + chapter3.pdf (representation of a book with three chapters) TIFF file containing header and 2 images (2 bitstreams (images), each with own set of properties (semantic units):e.g., identifiers, technical metadata, inhibitors, ) PREMIS: Entities Rights Entities An agreement with a rights holder that grants permission for the repository to undertake an action(s) associated with an Object(s) in the repository. Not a full rights expression language; focuses on permissions relevant for preservation. Example: Priscilla Caplan grants FCLA digital archive permission to copy and migrate the Object metadata_fundamentals.pdf for preservation purposes. PREMIS: Entities Event Entities An action that involves or impacts at least one Object or Agent associated with or known by the preservation repository Helps document digital provenance. Can track history of Object through the chain of Events that occur during theobjects lifecycle Determining which Events are in scope is up to the repository (e.g., Events which occur before ingest, or after de-accession) Determining which Events should be recorded, and at what level of granularity is up to the repository Examples: Validation Event: use JHOVE tool to verify that chapter1.pdf is a valid PDF file Ingest Event: transform an OAIS SIP into an AIP (may be one Event or multiple Events) Migration Event: create a new version of an Object in an up-to- date format Sample Data Dictionary entry Semantic unit Semantic components Definition size None The size in bytes of the file or bitstream stored in the repository. Rationale Size is useful for ensuring the correct number of bytes from storage have been retrieved and that an application has enough room to move or process files. It might also be used when billing for storage. Data constraint Integer Object category Representation File Bitstream Applicability Not applicable Applicable Applicable Examples Repeatability Not repeatable Not repeatable Obligation Optional Optional Creation/ Automatically obtained by the repository. Maintenance notes Usage notes Defining this semantic unit as size in bytes makes it unnecessary to record a unit of measurement. However, for the purpose of data exchange the unit of measurement should be stated or understood by both partners. 15

16 Why is PREMIS important to catalogers? As we take responsibility for more digital materials, we need to ensure that they can be used in the future Most preservation metadata will be generated from the object, but catalogers may need to verify its accuracy Catalogers may need to play a role in assessing and organizing digital materials Understanding the structure of complex digital objects Determining significant properties that need to be preserved 16

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

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

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

The Promise of PREMIS: background, scope and purpose of the Data Dictionary for Preservation Metadata

The Promise of PREMIS: background, scope and purpose of the Data Dictionary for Preservation Metadata The Promise of PREMIS: background, scope and purpose of the Data Dictionary for Preservation Metadata Rebecca Guenther, Library of Congress Long-term Repositories: taking the shock out of the future Aug.

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

Metadata Workshop 3 March 2006 Part 1

Metadata Workshop 3 March 2006 Part 1 Metadata Workshop 3 March 2006 Part 1 Metadata overview and guidelines Amelia Breytenbach Ria Groenewald What metadata is Overview Types of metadata and their importance How metadata is stored, what metadata

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 Introduction to PREMIS. Jenn Riley Metadata Librarian IU Digital Library Program

An Introduction to PREMIS. Jenn Riley Metadata Librarian IU Digital Library Program An Introduction to PREMIS Jenn Riley Metadata Librarian IU Digital Library Program Outline Background and context PREMIS data model PREMIS data dictionary Implementing PREMIS Adoption and ongoing developments

More information

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

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

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

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

RDF and Digital Libraries

RDF and Digital Libraries RDF and Digital Libraries Conventions for Resource Description in the Internet Commons Stuart Weibel purl.org/net/weibel December 1998 Outline of Today s Talk Motivations for developing new conventions

More information

Contribution of OCLC, LC and IFLA

Contribution of OCLC, LC and IFLA Contribution of OCLC, LC and IFLA in The Structuring of Bibliographic Data and Authorities : A path to Linked Data BY Basma Chebani Head of Cataloging and Metadata Services, AUB Libraries Presented to

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

Data is the new Oil (Ann Winblad)

Data is the new Oil (Ann Winblad) Data is the new Oil (Ann Winblad) Keith G Jeffery keith.jeffery@keithgjefferyconsultants.co.uk 20140415-16 JRC Workshop Big Open Data Keith G Jeffery 1 Data is the New Oil Like oil has been, data is Abundant

More information

Session Two: OAIS Model & Digital Curation Lifecycle Model

Session Two: OAIS Model & Digital Curation Lifecycle Model From the SelectedWorks of Group 4 SundbergVernonDhaliwal Winter January 19, 2016 Session Two: OAIS Model & Digital Curation Lifecycle Model Dr. Eun G Park Available at: https://works.bepress.com/group4-sundbergvernondhaliwal/10/

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

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

A Repository of Metadata Crosswalks. Jean Godby, Devon Smith, Eric Childress, Jeffrey A. Young OCLC Online Computer Library Center Office of Research

A Repository of Metadata Crosswalks. Jean Godby, Devon Smith, Eric Childress, Jeffrey A. Young OCLC Online Computer Library Center Office of Research A Repository of Metadata Crosswalks Jean Godby, Devon Smith, Eric Childress, Jeffrey A. Young OCLC Online Computer Library Center Office of Research DLF-2004 Spring Forum April 21, 2004 Outline of this

More information

Labelling & Classification using emerging protocols

Labelling & Classification using emerging protocols Labelling & Classification using emerging protocols "wheels you don't have to reinvent & bandwagons you can jump on" Stephen McGibbon Lotus Development Assumptions The business rationale and benefits of

More information

Metadata Standards and Applications

Metadata Standards and Applications Clemson University TigerPrints Presentations University Libraries 9-2006 Metadata Standards and Applications Scott Dutkiewicz Clemson University Derek Wilmott Clemson University, rwilmot@clemson.edu Follow

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

7.3. In t r o d u c t i o n to m e t a d a t a

7.3. In t r o d u c t i o n to m e t a d a t a 7. Standards for Data Documentation 7.1. Introducing standards for data documentation Data documentation has several functions. It records where images, text, and other forms of digital data are from,

More information

Building Consensus: An Overview of Metadata Standards Development

Building Consensus: An Overview of Metadata Standards Development Building Consensus: An Overview of Metadata Standards Development Christina Harlow DataOps Engineer, Stanford University Library cmharlow@stanford.edu, @cm_harlow Goals of this Talk 1. Give context on

More information

Metadata: The Theory Behind the Practice

Metadata: The Theory Behind the Practice Metadata: The Theory Behind the Practice Item Type Presentation Authors Coleman, Anita Sundaram Citation Metadata: The Theory Behind the Practice 2002-04, Download date 06/07/2018 12:18:20 Link to Item

More information

Metadata on the Web. Miroslav Milinovic SRCE Zagreb, Croatia 4th CARNet Users Conference CUC 2002, Zagreb, September, 2002

Metadata on the Web. Miroslav Milinovic SRCE Zagreb, Croatia 4th CARNet Users Conference CUC 2002, Zagreb, September, 2002 Metadata on the Web Miroslav Milinovic SRCE Zagreb, Croatia 4th CARNet Users Conference CUC 2002, Zagreb, 25 27 September, 2002 WS3-MM 1/45 Content Web information space Introduction to

More information

Its All About The Metadata

Its All About The Metadata Best Practices Exchange 2013 Its All About The Metadata Mark Evans - Digital Archiving Practice Manager 11/13/2013 Agenda Why Metadata is important Metadata landscape A flexible approach Case study - KDLA

More information

SDMX self-learning package No. 3 Student book. SDMX-ML Messages

SDMX self-learning package No. 3 Student book. SDMX-ML Messages No. 3 Student book SDMX-ML Messages Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update of content February 2010 Version

More information

DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM

DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM OMB No. 3137 0071, Exp. Date: 09/30/2015 DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM Introduction: IMLS is committed to expanding public access to IMLS-funded research, data and other digital products:

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

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

Slide 1 & 2 Technical issues Slide 3 Technical expertise (continued...)

Slide 1 & 2 Technical issues Slide 3 Technical expertise (continued...) Technical issues 1 Slide 1 & 2 Technical issues There are a wide variety of technical issues related to starting up an IR. I m not a technical expert, so I m going to cover most of these in a fairly superficial

More information

Comparing Open Source Digital Library Software

Comparing Open Source Digital Library Software Comparing Open Source Digital Library Software George Pyrounakis University of Athens, Greece Mara Nikolaidou Harokopio University of Athens, Greece Topic: Digital Libraries: Design and Development, Open

More information

Guidelines for Developing Digital Cultural Collections

Guidelines for Developing Digital Cultural Collections Guidelines for Developing Digital Cultural Collections Eirini Lourdi Mara Nikolaidou Libraries Computer Centre, University of Athens Harokopio University of Athens Panepistimiopolis, Ilisia, 15784 70 El.

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

Digital Library Curriculum Development Module 4-b: Metadata Draft: 6 May 2008

Digital Library Curriculum Development Module 4-b: Metadata Draft: 6 May 2008 Digital Library Curriculum Development Module 4-b: Metadata Draft: 6 May 2008 1. Module name: Metadata 2. Scope: This module addresses uses of metadata and some specific metadata standards that may be

More information

Cross-domain Metadata Interoperability for Integrated Information Services

Cross-domain Metadata Interoperability for Integrated Information Services Cross-domain Metadata Interoperability for Integrated Information Services Xiaolin Zhang Library of Chinese Academy of Sciences 20 th International CODATA Conference Beijing, China, 2006.10.22-26 Cross-domain

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

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015 Library of Congress BIBFRAME Pilot NOTSL Fall Meeting October 30, 2015 THE BIBFRAME EDITOR AND THE LC PILOT The Semantic Web and Linked Data : a Recap of the Key Concepts Learning Objectives Describe the

More information

Metadata Sharing Policy

Metadata Sharing Policy University of California Libraries Metadata Sharing Policy Lisa Rowlison de Ortiz UC Berkeley, June 2015 Why is the Policy important? Establishes a major area for collaboration Who would make use of shared

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

Opus: University of Bath Online Publication Store

Opus: University of Bath Online Publication Store Patel, M. (2004) Semantic Interoperability in Digital Library Systems. In: WP5 Forum Workshop: Semantic Interoperability in Digital Library Systems, DELOS Network of Excellence in Digital Libraries, 2004-09-16-2004-09-16,

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

From Open Data to Data- Intensive Science through CERIF

From Open Data to Data- Intensive Science through CERIF From Open Data to Data- Intensive Science through CERIF Keith G Jeffery a, Anne Asserson b, Nikos Houssos c, Valerie Brasse d, Brigitte Jörg e a Keith G Jeffery Consultants, Shrivenham, SN6 8AH, U, b University

More information

Building for the Future

Building for the Future Building for the Future The National Digital Newspaper Program Deborah Thomas US Library of Congress DigCCurr 2007 Chapel Hill, NC April 19, 2007 1 What is NDNP? Provide access to historic newspapers Select

More information

Glossary of Exchange Network Related Groups

Glossary of Exchange Network Related Groups Glossary of Exchange Network Related Groups CDX Central Data Exchange EPA's Central Data Exchange (CDX) is the point of entry on the National Environmental Information Exchange Network (Exchange Network)

More information

Comparison and mapping of VRA Core and IMS Meta-data

Comparison and mapping of VRA Core and IMS Meta-data Comparison and mapping of VRA Core and IMS Meta-data SIMILE Project John Gilbert john.gilbert@hp.com 2003 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change

More information

For those of you who may not have heard of the BHL let me give you some background. The Biodiversity Heritage Library (BHL) is a consortium of

For those of you who may not have heard of the BHL let me give you some background. The Biodiversity Heritage Library (BHL) is a consortium of 1 2 For those of you who may not have heard of the BHL let me give you some background. The Biodiversity Heritage Library (BHL) is a consortium of natural history and botanical libraries that cooperate

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

Draft Digital Preservation Policy for IGNCA. Dr. Aditya Tripathi Banaras Hindu University Varanasi

Draft Digital Preservation Policy for IGNCA. Dr. Aditya Tripathi Banaras Hindu University Varanasi Draft Digital Preservation Policy for IGNCA Dr. Aditya Tripathi Banaras Hindu University Varanasi aditya@bhu.ac.in adityatripathi@hotmail.com Digital Preservation Born Digital Object Regardless of U S

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

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

The OAIS Reference Model: current implementations

The OAIS Reference Model: current implementations The OAIS Reference Model: current implementations Michael Day, UKOLN, University of Bath m.day@ukoln.ac.uk Chinese-European Workshop on Digital Preservation, Beijing, China, 14-16 July 2004 Presentation

More information

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication Citation for published version: Patel, M & Duke, M 2004, 'Knowledge Discovery in an Agents Environment' Paper presented at European Semantic Web Symposium 2004, Heraklion, Crete, UK United Kingdom, 9/05/04-11/05/04,.

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

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

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

XML information Packaging Standards for Archives

XML information Packaging Standards for Archives XML information Packaging Standards for Archives Lou Reich/CSC Long Term Knowledge Retention Workshop March15,2006 15 March 2006 1 XML Packaging Standards Growing interest in XML-based representation of

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

GETTING STARTED WITH DIGITAL COMMONWEALTH

GETTING STARTED WITH DIGITAL COMMONWEALTH GETTING STARTED WITH DIGITAL COMMONWEALTH Digital Commonwealth (www.digitalcommonwealth.org) is a Web portal and fee-based repository service for online cultural heritage materials held by Massachusetts

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

NISO STS (Standards Tag Suite) Differences Between ISO STS 1.1 and NISO STS 1.0. Version 1 October 2017

NISO STS (Standards Tag Suite) Differences Between ISO STS 1.1 and NISO STS 1.0. Version 1 October 2017 NISO STS (Standards Tag Suite) Differences Between ISO STS 1.1 and NISO STS 1.0 Version 1 October 2017 1 Introduction...1 1.1 Four NISO STS Tag Sets...1 1.2 Relationship of NISO STS to ISO STS...1 1.3

More information

Integration of resources on the World Wide Web using XML

Integration of resources on the World Wide Web using XML Brouillon d article pour les Cahiers GUTenberg n?? 14 mars 2000 1 Integration of resources on the World Wide Web using XML Roberta Faggian CERN, Genève, Suisse Abstract. An initiative to explain High Energy

More information

Different Aspects of Digital Preservation

Different Aspects of Digital Preservation Different Aspects of Digital Preservation DCH-RP and EUDAT Workshop in Stockholm 3rd of June 2014 Börje Justrell Table of Content Definitions Strategies The Digital Archive Lifecycle 2 Digital preservation

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

Anne J. Gilliland-Swetland in the document Introduction to Metadata, Pathways to Digital Information, setting the Stage States:

Anne J. Gilliland-Swetland in the document Introduction to Metadata, Pathways to Digital Information, setting the Stage States: Herbert J. White II Digital Imaging Operations Manger Family and Church History Department The Church of Jesus Christ of Latter-Day Saints INTRODUCTION This document will present a set of Categories, which

More information

Robin Wilson Director. Digital Identifiers Metadata Services

Robin Wilson Director. Digital Identifiers Metadata Services Robin Wilson Director Digital Identifiers Metadata Services Report Digital Object Identifiers for Publishing and the e-learning Community CONTEXT elearning the the Publishing Challenge elearning the the

More information

Registry Interchange Format: Collections and Services (RIF-CS) explained

Registry Interchange Format: Collections and Services (RIF-CS) explained ANDS Guide Registry Interchange Format: Collections and Services (RIF-CS) explained Level: Awareness Last updated: 10 January 2017 Web link: www.ands.org.au/guides/rif-cs-explained The RIF-CS schema is

More information

Using metadata for interoperability. CS 431 February 28, 2007 Carl Lagoze Cornell University

Using metadata for interoperability. CS 431 February 28, 2007 Carl Lagoze Cornell University Using metadata for interoperability CS 431 February 28, 2007 Carl Lagoze Cornell University What is the problem? Getting heterogeneous systems to work together Providing the user with a seamless information

More information

Chinese-European Workshop on Digital Preservation. Beijing (China), July 14 16, 2004

Chinese-European Workshop on Digital Preservation. Beijing (China), July 14 16, 2004 Chinese-European Workshop on Digital Preservation Beijing (China), July 14 16, 2004 Metadata-Registries Dr. Heike Neuroth Research & Development Göttingen State and University Library (SUB) neuroth@mail.sub.uni-goettingen.de

More information

Opus: University of Bath Online Publication Store

Opus: University of Bath Online Publication Store Patel, M. (2002) SCHEMAS and the Semantic web. UNSPECIFIED. Link to official URL (if available): Opus: University of Bath Online Publication Store http://opus.bath.ac.uk/ This version is made available

More information

Digitisation Standards

Digitisation Standards Digitisation Standards Jeannette Frey, Alexandre Lopes BCU Lausanne LIBER-EBLIDA Digitization Workshop 2011 The Hague, October 5-7, 2011 Standards which standards? Standards are set by experts (not by

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2017/18 Vedran Sabol with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz December 11 th 2017 Overview What is Semantic

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 16684-1 First edition 2012-02-15 Graphic technology Extensible metadata platform (XMP) specification Part 1: Data model, serialization and core properties Technologie graphique

More information

Metadata for the Web A Necessary Evil? CS 431 March 2, 2005 Carl Lagoze Cornell University

Metadata for the Web A Necessary Evil? CS 431 March 2, 2005 Carl Lagoze Cornell University Metadata for the Web A Necessary Evil? CS 431 March 2, 2005 Carl Lagoze Cornell University Metadata is data about data Metadata is semi-structured data conforming to commonly agreed upon models, providing

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

Expressing language resource metadata as Linked Data: A potential agenda for the Open Language Archives Community

Expressing language resource metadata as Linked Data: A potential agenda for the Open Language Archives Community Expressing language resource metadata as Linked Data: A potential agenda for the Open Language Archives Community Gary F. Simons SIL International Co coordinator, Open Language Archives Community Workshop

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

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Shigeo Sugimoto Research Center for Knowledge Communities Graduate School of Library, Information

More information

IMLS National Leadership Grant LG "Proposal for IMLS Collection Registry and Metadata Repository"

IMLS National Leadership Grant LG Proposal for IMLS Collection Registry and Metadata Repository IMLS National Leadership Grant LG-02-02-0281 "Proposal for IMLS Collection Registry and Metadata Repository" This summary is part of the three-year interim project report for the IMLS Digital Collections

More information

ISO INTERNATIONAL STANDARD. Information and documentation Managing metadata for records Part 2: Conceptual and implementation issues

ISO INTERNATIONAL STANDARD. Information and documentation Managing metadata for records Part 2: Conceptual and implementation issues INTERNATIONAL STANDARD ISO 23081-2 First edition 2009-07-01 Information and documentation Managing metadata for records Part 2: Conceptual and implementation issues Information et documentation Gestion

More information

Making Information Findable

Making Information Findable Making Information Findable CS 510 Spring 2010 1 To Discuss Suppose you create something and wanted to make sure people find in on the Internet. Examples book review house listing scientific data set CS

More information

For each use case, the business need, usage scenario and derived requirements are stated. 1.1 USE CASE 1: EXPLORE AND SEARCH FOR SEMANTIC ASSESTS

For each use case, the business need, usage scenario and derived requirements are stated. 1.1 USE CASE 1: EXPLORE AND SEARCH FOR SEMANTIC ASSESTS 1 1. USE CASES For each use case, the business need, usage scenario and derived requirements are stated. 1.1 USE CASE 1: EXPLORE AND SEARCH FOR SEMANTIC ASSESTS Business need: Users need to be able to

More information

Introduction to. Digital Curation Workshop. March 14, 2013 SFU Wosk Centre for Dialogue Vancouver, BC

Introduction to. Digital Curation Workshop. March 14, 2013 SFU Wosk Centre for Dialogue Vancouver, BC Introduction to Digital Curation Workshop March 14, 2013 SFU Wosk Centre for Dialogue Vancouver, BC What is Archivematica? digital preservation/curation system designed to maintain standards-based, longterm

More information

Bringing Europeana and CLARIN together: Dissemination and exploitation of cultural heritage data in a research infrastructure

Bringing Europeana and CLARIN together: Dissemination and exploitation of cultural heritage data in a research infrastructure Bringing Europeana and CLARIN together: Dissemination and exploitation of cultural heritage data in a research infrastructure Twan Goosen 1 (CLARIN ERIC), Nuno Freire 2, Clemens Neudecker 3, Maria Eskevich

More information

Metadata Catalogue Issues. Daan Broeder Max-Planck Institute for Psycholinguistics

Metadata Catalogue Issues. Daan Broeder Max-Planck Institute for Psycholinguistics Metadata Catalogue Issues Daan Broeder Max-Planck Institute for Psycholinguistics Introduction Methods of registering resources Metadata Making metadata interoperable Exposing metadata Facilitating resource

More information

Outline RDF. RDF Schema (RDFS) RDF Storing. Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements

Outline RDF. RDF Schema (RDFS) RDF Storing. Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements Knowledge management RDF and RDFS 1 RDF Outline Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements RDF Schema (RDFS) RDF Storing 2 Semantic Web The Web today: Documents for

More information

Utilizing PBCore as a Foundation for Archiving and Workflow Management

Utilizing PBCore as a Foundation for Archiving and Workflow Management Utilizing PBCore as a Foundation for Archiving and Workflow Management John Tooraen Presenters IT/Web Manager Louisiana Public Broadcasting Don Dulchinos Executive Director Entertainment Identifier Registry

More information

The Semantic Web DEFINITIONS & APPLICATIONS

The Semantic Web DEFINITIONS & APPLICATIONS The Semantic Web DEFINITIONS & APPLICATIONS Data on the Web There are more an more data on the Web Government data, health related data, general knowledge, company information, flight information, restaurants,

More information

Metadata. AMA Digitization Workshop. Elizabeth-Anne Johnson University of Manitoba 29 February 2016

Metadata. AMA Digitization Workshop. Elizabeth-Anne Johnson University of Manitoba 29 February 2016 Metadata AMA Digitization Workshop Elizabeth-Anne Johnson University of Manitoba 29 February 2016 Metadata Metadata is information about archival objects literally, it is data about data Metadata lets

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

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall The Semantic Web Revisited Nigel Shadbolt Tim Berners-Lee Wendy Hall Today sweb It is designed for human consumption Information retrieval is mainly supported by keyword-based search engines Some problems

More information

Ontology Servers and Metadata Vocabulary Repositories

Ontology Servers and Metadata Vocabulary Repositories Ontology Servers and Metadata Vocabulary Repositories Dr. Manjula Patel Technical Research and Development m.patel@ukoln.ac.uk http://www.ukoln.ac.uk/ Overview agentcities.net deployment grant Background

More information

Managing Image Metadata

Managing Image Metadata Managing Image Metadata Building Workflows for Effective Discovery Morag Boyd, The Ohio State University Libraries Worth a Thousand Words: A Global Perspective on Image Description, Discovery, and Access

More information

An overview of the OAIS and Representation Information

An overview of the OAIS and Representation Information An overview of the OAIS and Representation Information JORUM, DCC and JISC Forum Long-term Curation and Preservation of Learning Objects February 9 th 2006 University of Glasgow Manjula Patel UKOLN and

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

Assessment of product against OAIS compliance requirements

Assessment of product against OAIS compliance requirements Assessment of product against OAIS compliance requirements Product name: Archivematica Date of assessment: 30/11/2013 Vendor Assessment performed by: Evelyn McLellan (President), Artefactual Systems Inc.

More information

The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries

The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries EunKyung Chung, eunkyung.chung@usm.edu School of Library

More information