SlideShare uma empresa Scribd logo
1 de 34
The Open Archives Initiative and
the Sheet Music Consortium
Jon Dunn, Jenn Riley
IU Digital Library Program
October 10, 2003
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 2
Presentation outline
 Jon:
 OAI introduction
 Sheet Music Consortium background
 Jenn:
 Data mapping issues
 Sheet music harvester demonstration
 Next steps
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 3
OAI: Open Archives Initiative
 Original problem: searching across e-print
archives
 Distributed searching hard
 e.g. Z39.50
 Varying search semantics, capabilities
 Network, server problems
 Solution: metadata harvesting
 OAI-PMH: OAI Protocol for Metadata Harvesting
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 4
Metadata Harvesting
 Extract metadata from various sources
 Build services on local copies of metadata
user
. . .
search for “Indiana”
local copy of
metadata
metadata
harvested
offline
metadata
harvested
offline
metadata
harvested
offline
metadata
harvested
offline
all searching, browsing,
etc. performed on
the metadata hereIndividual repositories can
still support direct user
interaction
Data providers
Service
provider
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 5
OAI-PMH roles
 Data Providers
 Repositories of digital content and metadata
 Support harvesting of metadata via the OAI
protocol
 Service Providers
 Harvest metadata from data providers using the
OAI protocol
 Implement user interface to data

Usually for searching, but other services also possible
 Can be selective
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 6
OAI Protocol for Metadata
Harvesting
 Originally developed in 1999 (Santa Fe Convention)
 Original focus on E-prints
 Has grown into general metadata harvesting protocol
 Version 1.0: January 2001
 Version 1.1: June 2001
 Conform to XML Schema 1.0
 Version 2.0: June 2002
 Transition period through December 2002
 Currently 120 registered OAI data providers
(up from 53 in March 2003)
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 7
OAI-PMH tech details
 Carried over HTTP
 Requests: HTTP GET or POST
 Responses encoded in XML
 Format defined via XML schema
 Metadata in unqualified Dublin Core
(and potentially other formats)
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 8
Dublin Core elements
 Coverage
 Description
 Type
 Relation
 Source
 Subject
 Title
 Contributor
 Creator
 Publisher
 Rights
 Date
 Format
 Identifier
 Language
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 9
OAI-PMH verbs
Verb Function
Identify description of archive
ListMetadataFormats metadata formats supported by archive
ListSets sets defined by archive
ListIdentifiers OAI unique ids contained in archive
ListRecords listing of N records
GetRecord listing of a single record
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 10
OAI resources
 Web site, mailing lists
 Repository explorer
 Data/service provider software
www.openarchives.org
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 11
OAI data providers at IU
 OAI data provider for DLP collections
 Lilly: Hohenberger Photograph Collection,
DeVincent Sheet Music Collection
 IUN: U.S. Steel Photograph Collection
 eventually all
 Eprints: Digital Library of the Commons
 AISRI
 ReciprocalNet
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 12
OAI data provider for DLP
 PHP OAI Data Provider
 Developed by University of Oldenburg
 PHP, mySQL database
 Perl scripts used to map USMARC,
other formats to DC
 MARC.pm Perl module
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 13
Examples of OAI service
providers
 UIUC Digital Gateway to Cultural Heritage
Materials
 http://oai.grainger.uiuc.edu/
 UMich OAIster
 http://www.oaister.org/
 RLG Cultural Materials (licensed)
 http://www.rlg.org/culturalres/
 OLAC: Open Language Archives Community
 http://www.language-archives.org/
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 14
Sheet Music Consortium
 Partners
 UCLA
 Johns Hopkins
 IU
 Goal: Integrate access to sheet music
collections
 Online and print collections
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 15
Sheet music
 Definition
 Based on physical format: generally loose sheets
or folio, 1-10 pages
 Much is “popular music,” but not all
 Variety of research uses
 Currently hard to access
 Variety of metadata
 Much uncataloged
 Many valuable collections
 MLA list
 At IU: Lilly, Archives of Traditional Music
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 20
Sheet Music Consortium
Harvester: Timeline
 March 2002: Initial planning meeting at IU
 Fall 2002: Initial system prototype
 Winter 2002/2003: Usability evaluation,
interface redesign
 Focus groups and usability testing at several sites
 Fall 2003 – Version 1 of system released
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 21
Why did we have to map data?
 OAI requires unqualified Dublin Core
 Sheet Music Harvester version 1 only
collected Dublin Core
 Contributed data only needed to support
resource discovery
 Dublin Core field definitions need
interpretation
 For efficient searching, data from different
institutions must be consistent
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 22
Some mapping issues
 Field formatting important, not just contents
 Choices heavily influenced by LC practice
 Can’t force institutions to comply with
guidelines
 Sheet music has many alternative titles
 Creator vs. contributor
 Plate numbers: they’re important, where to
put and how to label?
 Uncertain dates and date ranges
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 23
Mapping guidelines
 Examples:
 Creator: Invert name. Use the authorized form of
name where possible. If needed (e.g. for an alias)
repeat the field for the alternative form.
 Date: Date of publication. The most recent date
to appear on the music, or, the actual date of
publication if not present but known. Include other
dates (e.g. date of composition) if known. Codes
“c” for copyright and “ca.” for circa in front of the
date is allowed for now. Use repeated DC fields
for each date if needed.
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 24
Existing metadata formats
 MARC
 Encoded Archival Description (EAD)
 Dublin Core (DC)
 Local custom formats
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 25
MARC (1)
 Library of Congress – mostly from
Music for the Nation: American Sheet Mus
 almost 50,000 records available via OAI
 already had data mapped “based on”
MARC to Dublin Core crosswalk
 not able to alter their mapping for
participation in sheet music project
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 26
MARC (2)
 IU – Starr collection
 little authority control
 determined LC MARC2DC mapping inadequate
 mapping in progress using MARC.pm
 Duke – Weinmann collection
 rare materials emphasis
 also customized own mapping
 mapping in progress
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 27
EAD
 Duke – Historic American Sheet Music
 Item level finding aid
 very robust and specific
 conversion was relatively simple because
data was converted to EAD from collection-
specific database
 included virtually all information in EAD
documents to DC records
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 28
Dublin Core
 UCLA – Archive of Popular American Music
 4 types of DC records
 songs

sheet music
 covers et al

recordings
 mapping only required inheritance of songs and sheet music
data elements down to the covers level
 recordings data ignored for OAI data provider purposes
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 29
Local custom formats (1)
 publication (location,
publisher, date)
 subject
 call num (box, item)
 title
 composer/lyricist/
arranger
 form of composition
 instrumentation
 first line
 first line of chorus
 performer
 dedicatee
 engraver/lithographer/
artist
 advertisement
 plate num
 duplication
 Johns Hopkins – Levy collection
 Simple SGML DTD
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 30
Local custom formats (2)
 title
 composer
 lyricist
 place of
publication
 publisher
 copyright
 first line
 first line of chorus
 subject
 form of composition
 performance medium
 copies
 call #
 IU – DeVincent collection
 Simple MS Access database
 Conversion done with Perl
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 31
Harvester demonstration
 <http://digital.library.ucla.edu/sheetmusic>
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 32
Data inconsistencies
 Different depths of description
 Different levels of authority control
 No common subject vocabulary
between collections
 Despite mapping guidelines, differences
in DC interpretation
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 33
Next steps?
 Authority control for names
 Date formats
 Data clean-up: what can be done at harvester end
and what must we ask data providers to do?
 What will more robust data format look like?
 How do we make it easier for more institutions to
participate?
October 10,
2003
DL Brown Bag:
OAI/Sheet Music 34
More information
 Presentation on DLP web site,
with links:
 www.dlib.indiana.edu/workshops/bbfall2003.htm
 Email:
 Jon Dunn: jwd@indiana.edu
 Jenn Riley: jenlrile@indiana.edu

Mais conteúdo relacionado

Mais procurados

Music Cataloging Basics (October 2018)
Music Cataloging Basics (October 2018)Music Cataloging Basics (October 2018)
Music Cataloging Basics (October 2018)ALATechSource
 
Resource Description & Access (RDA)
Resource Description & Access (RDA)Resource Description & Access (RDA)
Resource Description & Access (RDA)Buzz Haughton
 
RDA State of the Union
RDA State of the UnionRDA State of the Union
RDA State of the UnionJohn Baga
 
Intro to rda
Intro to rdaIntro to rda
Intro to rdaAnna Enos
 
RDA (Resource Description & Access)
RDA (Resource Description & Access)RDA (Resource Description & Access)
RDA (Resource Description & Access)Jennifer Joyner
 
Organizing Trumpet Music
Organizing Trumpet MusicOrganizing Trumpet Music
Organizing Trumpet Musicbeckersabik
 
Digipak research
Digipak researchDigipak research
Digipak researchlaurenu2710
 
CMoreno_PSE_pg217_1_DM
CMoreno_PSE_pg217_1_DMCMoreno_PSE_pg217_1_DM
CMoreno_PSE_pg217_1_DMCarlos Moreno
 
All About Access Points in RDA
All About Access Points in RDAAll About Access Points in RDA
All About Access Points in RDAShana McDanold
 

Mais procurados (12)

Music Cataloging Basics (October 2018)
Music Cataloging Basics (October 2018)Music Cataloging Basics (October 2018)
Music Cataloging Basics (October 2018)
 
Resource Description & Access (RDA)
Resource Description & Access (RDA)Resource Description & Access (RDA)
Resource Description & Access (RDA)
 
RDA State of the Union
RDA State of the UnionRDA State of the Union
RDA State of the Union
 
Intro to rda
Intro to rdaIntro to rda
Intro to rda
 
RDA (Resource Description & Access)
RDA (Resource Description & Access)RDA (Resource Description & Access)
RDA (Resource Description & Access)
 
Organizing Trumpet Music
Organizing Trumpet MusicOrganizing Trumpet Music
Organizing Trumpet Music
 
Digipak research
Digipak researchDigipak research
Digipak research
 
RDA Essentials
RDA EssentialsRDA Essentials
RDA Essentials
 
Introducing RDA
Introducing RDAIntroducing RDA
Introducing RDA
 
CMoreno_PSE_pg217_1_DM
CMoreno_PSE_pg217_1_DMCMoreno_PSE_pg217_1_DM
CMoreno_PSE_pg217_1_DM
 
All About Access Points in RDA
All About Access Points in RDAAll About Access Points in RDA
All About Access Points in RDA
 
Secondary 3
Secondary 3Secondary 3
Secondary 3
 

Destaque

Launching metaware.buzz
Launching metaware.buzzLaunching metaware.buzz
Launching metaware.buzzJenn Riley
 
Cushman Exposed! Exploiting Controlled Vocabularies to Enhance Browsing and S...
Cushman Exposed! Exploiting Controlled Vocabularies to Enhance Browsing and S...Cushman Exposed! Exploiting Controlled Vocabularies to Enhance Browsing and S...
Cushman Exposed! Exploiting Controlled Vocabularies to Enhance Browsing and S...Jenn Riley
 
Discovery elsewhere
Discovery elsewhereDiscovery elsewhere
Discovery elsewhereJenn Riley
 
Tagging and User-Contributed Metadata
Tagging and User-Contributed MetadataTagging and User-Contributed Metadata
Tagging and User-Contributed MetadataJenn Riley
 
Making Interoperability Easier: Creating Shareable Metadata
Making Interoperability Easier: Creating Shareable MetadataMaking Interoperability Easier: Creating Shareable Metadata
Making Interoperability Easier: Creating Shareable MetadataJenn Riley
 
Digital Imaging of Photographs
Digital Imaging of PhotographsDigital Imaging of Photographs
Digital Imaging of PhotographsJenn Riley
 
Merging Metadata from Multiple Traditions: IN Harmony Sheet Music from Librar...
Merging Metadata from Multiple Traditions: IN Harmony Sheet Music from Librar...Merging Metadata from Multiple Traditions: IN Harmony Sheet Music from Librar...
Merging Metadata from Multiple Traditions: IN Harmony Sheet Music from Librar...Jenn Riley
 
Getting Comfortable with Metadata Reuse
Getting Comfortable with Metadata ReuseGetting Comfortable with Metadata Reuse
Getting Comfortable with Metadata ReuseJenn Riley
 
Metadata for Brittle Books Page Turner
Metadata for Brittle Books Page TurnerMetadata for Brittle Books Page Turner
Metadata for Brittle Books Page TurnerJenn Riley
 
Challenges in the Nursery: Linking a Finding Aid with Online Content
Challenges in the Nursery: Linking a Finding Aid with Online ContentChallenges in the Nursery: Linking a Finding Aid with Online Content
Challenges in the Nursery: Linking a Finding Aid with Online ContentJenn Riley
 
Designing the Garden: Getting Grounded in Linked Data
Designing the Garden: Getting Grounded in Linked DataDesigning the Garden: Getting Grounded in Linked Data
Designing the Garden: Getting Grounded in Linked DataJenn Riley
 
The future of cataloguing? Future cataloguers!
The future of cataloguing? Future cataloguers!The future of cataloguing? Future cataloguers!
The future of cataloguing? Future cataloguers!Jenn Riley
 
Metadata for Audiovisual Materials and its Role in Digital Projects
Metadata for Audiovisual Materials and its Role in Digital ProjectsMetadata for Audiovisual Materials and its Role in Digital Projects
Metadata for Audiovisual Materials and its Role in Digital ProjectsJenn Riley
 
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODSAlphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODSJenn Riley
 
Digitizing and Delivering Audio and Video
Digitizing and Delivering Audio and VideoDigitizing and Delivering Audio and Video
Digitizing and Delivering Audio and VideoJenn Riley
 
IN Harmony Tools Redux
IN Harmony Tools ReduxIN Harmony Tools Redux
IN Harmony Tools ReduxJenn Riley
 

Destaque (17)

Launching metaware.buzz
Launching metaware.buzzLaunching metaware.buzz
Launching metaware.buzz
 
Cushman Exposed! Exploiting Controlled Vocabularies to Enhance Browsing and S...
Cushman Exposed! Exploiting Controlled Vocabularies to Enhance Browsing and S...Cushman Exposed! Exploiting Controlled Vocabularies to Enhance Browsing and S...
Cushman Exposed! Exploiting Controlled Vocabularies to Enhance Browsing and S...
 
Discovery elsewhere
Discovery elsewhereDiscovery elsewhere
Discovery elsewhere
 
Tagging and User-Contributed Metadata
Tagging and User-Contributed MetadataTagging and User-Contributed Metadata
Tagging and User-Contributed Metadata
 
Making Interoperability Easier: Creating Shareable Metadata
Making Interoperability Easier: Creating Shareable MetadataMaking Interoperability Easier: Creating Shareable Metadata
Making Interoperability Easier: Creating Shareable Metadata
 
Digital Imaging of Photographs
Digital Imaging of PhotographsDigital Imaging of Photographs
Digital Imaging of Photographs
 
Merging Metadata from Multiple Traditions: IN Harmony Sheet Music from Librar...
Merging Metadata from Multiple Traditions: IN Harmony Sheet Music from Librar...Merging Metadata from Multiple Traditions: IN Harmony Sheet Music from Librar...
Merging Metadata from Multiple Traditions: IN Harmony Sheet Music from Librar...
 
Getting Comfortable with Metadata Reuse
Getting Comfortable with Metadata ReuseGetting Comfortable with Metadata Reuse
Getting Comfortable with Metadata Reuse
 
Metadata for Brittle Books Page Turner
Metadata for Brittle Books Page TurnerMetadata for Brittle Books Page Turner
Metadata for Brittle Books Page Turner
 
Challenges in the Nursery: Linking a Finding Aid with Online Content
Challenges in the Nursery: Linking a Finding Aid with Online ContentChallenges in the Nursery: Linking a Finding Aid with Online Content
Challenges in the Nursery: Linking a Finding Aid with Online Content
 
Designing the Garden: Getting Grounded in Linked Data
Designing the Garden: Getting Grounded in Linked DataDesigning the Garden: Getting Grounded in Linked Data
Designing the Garden: Getting Grounded in Linked Data
 
The future of cataloguing? Future cataloguers!
The future of cataloguing? Future cataloguers!The future of cataloguing? Future cataloguers!
The future of cataloguing? Future cataloguers!
 
Metadata for Audiovisual Materials and its Role in Digital Projects
Metadata for Audiovisual Materials and its Role in Digital ProjectsMetadata for Audiovisual Materials and its Role in Digital Projects
Metadata for Audiovisual Materials and its Role in Digital Projects
 
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODSAlphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
 
Digitizing and Delivering Audio and Video
Digitizing and Delivering Audio and VideoDigitizing and Delivering Audio and Video
Digitizing and Delivering Audio and Video
 
IN Harmony Tools Redux
IN Harmony Tools ReduxIN Harmony Tools Redux
IN Harmony Tools Redux
 
Avalon 5.0 and Beyond
Avalon 5.0 and BeyondAvalon 5.0 and Beyond
Avalon 5.0 and Beyond
 

Semelhante a The Open Archives Initiative and the Sheet Music Consortium

Online Sheet Music
Online Sheet MusicOnline Sheet Music
Online Sheet MusicJenn Riley
 
FRBR; or, How I learned to stop worrying and love the model
FRBR; or, How I learned to stop worrying and love the modelFRBR; or, How I learned to stop worrying and love the model
FRBR; or, How I learned to stop worrying and love the modelJenn Riley
 
Open Archives Initiative for Sheet Music: Data Mapping
Open Archives Initiative for Sheet Music: Data MappingOpen Archives Initiative for Sheet Music: Data Mapping
Open Archives Initiative for Sheet Music: Data MappingJenn Riley
 
Early Warnings
Early WarningsEarly Warnings
Early Warningsgarrenh
 
Linking books: rda-frbr-lod
Linking books: rda-frbr-lodLinking books: rda-frbr-lod
Linking books: rda-frbr-lodLukas Koster
 
Handout for FRBR; or, How I learned to stop worrying and love the model
Handout for FRBR; or, How I learned to stop worrying and love the modelHandout for FRBR; or, How I learned to stop worrying and love the model
Handout for FRBR; or, How I learned to stop worrying and love the modelJenn Riley
 
rda_complete_examples_bibliographic_april2016_0.pdf
rda_complete_examples_bibliographic_april2016_0.pdfrda_complete_examples_bibliographic_april2016_0.pdf
rda_complete_examples_bibliographic_april2016_0.pdfEloiseBrown2
 
LIS 653, Session 6: FRBR & Relationships
LIS 653, Session 6: FRBR & Relationships LIS 653, Session 6: FRBR & Relationships
LIS 653, Session 6: FRBR & Relationships Dr. Starr Hoffman
 
The Listening Experience Database
The Listening Experience DatabaseThe Listening Experience Database
The Listening Experience DatabaseAlessandro Adamou
 
Swib 2013: Enhancing an OAI-PMH Service Using Linked Data: A Report from the ...
Swib 2013: Enhancing an OAI-PMH Service Using Linked Data: A Report from the ...Swib 2013: Enhancing an OAI-PMH Service Using Linked Data: A Report from the ...
Swib 2013: Enhancing an OAI-PMH Service Using Linked Data: A Report from the ...Stephen Davison
 
Publishing and interlinking music-related data on the Web
Publishing and interlinking music-related data on the WebPublishing and interlinking music-related data on the Web
Publishing and interlinking music-related data on the WebYves Raimond
 
Ask a Librarian: The Role of Librarians in the Music Information Retrieval Co...
Ask a Librarian: The Role of Librarians in the Music Information Retrieval Co...Ask a Librarian: The Role of Librarians in the Music Information Retrieval Co...
Ask a Librarian: The Role of Librarians in the Music Information Retrieval Co...Jenn Riley
 
RDA: coming (not so) soon to a catalogue near you
RDA: coming (not so) soon to a catalogue near youRDA: coming (not so) soon to a catalogue near you
RDA: coming (not so) soon to a catalogue near youPeter Sime
 
Toward linked data: Library of Congress Medium of Performance Thesaurus
Toward linked data: Library of Congress Medium of Performance Thesaurus Toward linked data: Library of Congress Medium of Performance Thesaurus
Toward linked data: Library of Congress Medium of Performance Thesaurus Jane Frazier
 
A-sides, B-sides, Chapters, and Special Features: Describing Content and Stru...
A-sides, B-sides, Chapters, and Special Features: Describing Content and Stru...A-sides, B-sides, Chapters, and Special Features: Describing Content and Stru...
A-sides, B-sides, Chapters, and Special Features: Describing Content and Stru...Avalon Media System
 

Semelhante a The Open Archives Initiative and the Sheet Music Consortium (15)

Online Sheet Music
Online Sheet MusicOnline Sheet Music
Online Sheet Music
 
FRBR; or, How I learned to stop worrying and love the model
FRBR; or, How I learned to stop worrying and love the modelFRBR; or, How I learned to stop worrying and love the model
FRBR; or, How I learned to stop worrying and love the model
 
Open Archives Initiative for Sheet Music: Data Mapping
Open Archives Initiative for Sheet Music: Data MappingOpen Archives Initiative for Sheet Music: Data Mapping
Open Archives Initiative for Sheet Music: Data Mapping
 
Early Warnings
Early WarningsEarly Warnings
Early Warnings
 
Linking books: rda-frbr-lod
Linking books: rda-frbr-lodLinking books: rda-frbr-lod
Linking books: rda-frbr-lod
 
Handout for FRBR; or, How I learned to stop worrying and love the model
Handout for FRBR; or, How I learned to stop worrying and love the modelHandout for FRBR; or, How I learned to stop worrying and love the model
Handout for FRBR; or, How I learned to stop worrying and love the model
 
rda_complete_examples_bibliographic_april2016_0.pdf
rda_complete_examples_bibliographic_april2016_0.pdfrda_complete_examples_bibliographic_april2016_0.pdf
rda_complete_examples_bibliographic_april2016_0.pdf
 
LIS 653, Session 6: FRBR & Relationships
LIS 653, Session 6: FRBR & Relationships LIS 653, Session 6: FRBR & Relationships
LIS 653, Session 6: FRBR & Relationships
 
The Listening Experience Database
The Listening Experience DatabaseThe Listening Experience Database
The Listening Experience Database
 
Swib 2013: Enhancing an OAI-PMH Service Using Linked Data: A Report from the ...
Swib 2013: Enhancing an OAI-PMH Service Using Linked Data: A Report from the ...Swib 2013: Enhancing an OAI-PMH Service Using Linked Data: A Report from the ...
Swib 2013: Enhancing an OAI-PMH Service Using Linked Data: A Report from the ...
 
Publishing and interlinking music-related data on the Web
Publishing and interlinking music-related data on the WebPublishing and interlinking music-related data on the Web
Publishing and interlinking music-related data on the Web
 
Ask a Librarian: The Role of Librarians in the Music Information Retrieval Co...
Ask a Librarian: The Role of Librarians in the Music Information Retrieval Co...Ask a Librarian: The Role of Librarians in the Music Information Retrieval Co...
Ask a Librarian: The Role of Librarians in the Music Information Retrieval Co...
 
RDA: coming (not so) soon to a catalogue near you
RDA: coming (not so) soon to a catalogue near youRDA: coming (not so) soon to a catalogue near you
RDA: coming (not so) soon to a catalogue near you
 
Toward linked data: Library of Congress Medium of Performance Thesaurus
Toward linked data: Library of Congress Medium of Performance Thesaurus Toward linked data: Library of Congress Medium of Performance Thesaurus
Toward linked data: Library of Congress Medium of Performance Thesaurus
 
A-sides, B-sides, Chapters, and Special Features: Describing Content and Stru...
A-sides, B-sides, Chapters, and Special Features: Describing Content and Stru...A-sides, B-sides, Chapters, and Special Features: Describing Content and Stru...
A-sides, B-sides, Chapters, and Special Features: Describing Content and Stru...
 

Mais de Jenn Riley

Understanding Metadata: Looking Forward
Understanding Metadata: Looking ForwardUnderstanding Metadata: Looking Forward
Understanding Metadata: Looking ForwardJenn Riley
 
Handout for Digital Imaging of Photographs
Handout for Digital Imaging of PhotographsHandout for Digital Imaging of Photographs
Handout for Digital Imaging of PhotographsJenn Riley
 
Handout for Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Handout for Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODSHandout for Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Handout for Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODSJenn Riley
 
Handout for Merging Metadata from Multiple Traditions: IN Harmony Sheet Music...
Handout for Merging Metadata from Multiple Traditions: IN Harmony Sheet Music...Handout for Merging Metadata from Multiple Traditions: IN Harmony Sheet Music...
Handout for Merging Metadata from Multiple Traditions: IN Harmony Sheet Music...Jenn Riley
 
Handout for Tagging and User-Contributed Metadata
Handout for Tagging and User-Contributed MetadataHandout for Tagging and User-Contributed Metadata
Handout for Tagging and User-Contributed MetadataJenn Riley
 
Handout for IN Harmony Tools Redux
Handout for IN Harmony Tools ReduxHandout for IN Harmony Tools Redux
Handout for IN Harmony Tools ReduxJenn Riley
 
Handout for An introduction to PREMIS
Handout for An introduction to PREMISHandout for An introduction to PREMIS
Handout for An introduction to PREMISJenn Riley
 
An Introduction to PREMIS
An Introduction to PREMISAn Introduction to PREMIS
An Introduction to PREMISJenn Riley
 
The Standards Paradox: Case studies in Conforming to or Abandoning Metadata S...
The Standards Paradox: Case studies in Conforming to or Abandoning Metadata S...The Standards Paradox: Case studies in Conforming to or Abandoning Metadata S...
The Standards Paradox: Case studies in Conforming to or Abandoning Metadata S...Jenn Riley
 
The Digital Library Federation Aquifer Initiative
The Digital Library Federation Aquifer InitiativeThe Digital Library Federation Aquifer Initiative
The Digital Library Federation Aquifer InitiativeJenn Riley
 
Handout for The Evolution of Library Descriptive Practices: Bibliographic Con...
Handout for The Evolution of Library Descriptive Practices: Bibliographic Con...Handout for The Evolution of Library Descriptive Practices: Bibliographic Con...
Handout for The Evolution of Library Descriptive Practices: Bibliographic Con...Jenn Riley
 
The Evolution of Library Descriptive Practices: Bibliographic Control? Descri...
The Evolution of Library Descriptive Practices: Bibliographic Control? Descri...The Evolution of Library Descriptive Practices: Bibliographic Control? Descri...
The Evolution of Library Descriptive Practices: Bibliographic Control? Descri...Jenn Riley
 
Building an Audio Preservation System at Indiana University Using Standards a...
Building an Audio Preservation System at Indiana University Using Standards a...Building an Audio Preservation System at Indiana University Using Standards a...
Building an Audio Preservation System at Indiana University Using Standards a...Jenn Riley
 

Mais de Jenn Riley (14)

Understanding Metadata: Looking Forward
Understanding Metadata: Looking ForwardUnderstanding Metadata: Looking Forward
Understanding Metadata: Looking Forward
 
Handout for Digital Imaging of Photographs
Handout for Digital Imaging of PhotographsHandout for Digital Imaging of Photographs
Handout for Digital Imaging of Photographs
 
Variations2
Variations2Variations2
Variations2
 
Handout for Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Handout for Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODSHandout for Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Handout for Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
 
Handout for Merging Metadata from Multiple Traditions: IN Harmony Sheet Music...
Handout for Merging Metadata from Multiple Traditions: IN Harmony Sheet Music...Handout for Merging Metadata from Multiple Traditions: IN Harmony Sheet Music...
Handout for Merging Metadata from Multiple Traditions: IN Harmony Sheet Music...
 
Handout for Tagging and User-Contributed Metadata
Handout for Tagging and User-Contributed MetadataHandout for Tagging and User-Contributed Metadata
Handout for Tagging and User-Contributed Metadata
 
Handout for IN Harmony Tools Redux
Handout for IN Harmony Tools ReduxHandout for IN Harmony Tools Redux
Handout for IN Harmony Tools Redux
 
Handout for An introduction to PREMIS
Handout for An introduction to PREMISHandout for An introduction to PREMIS
Handout for An introduction to PREMIS
 
An Introduction to PREMIS
An Introduction to PREMISAn Introduction to PREMIS
An Introduction to PREMIS
 
The Standards Paradox: Case studies in Conforming to or Abandoning Metadata S...
The Standards Paradox: Case studies in Conforming to or Abandoning Metadata S...The Standards Paradox: Case studies in Conforming to or Abandoning Metadata S...
The Standards Paradox: Case studies in Conforming to or Abandoning Metadata S...
 
The Digital Library Federation Aquifer Initiative
The Digital Library Federation Aquifer InitiativeThe Digital Library Federation Aquifer Initiative
The Digital Library Federation Aquifer Initiative
 
Handout for The Evolution of Library Descriptive Practices: Bibliographic Con...
Handout for The Evolution of Library Descriptive Practices: Bibliographic Con...Handout for The Evolution of Library Descriptive Practices: Bibliographic Con...
Handout for The Evolution of Library Descriptive Practices: Bibliographic Con...
 
The Evolution of Library Descriptive Practices: Bibliographic Control? Descri...
The Evolution of Library Descriptive Practices: Bibliographic Control? Descri...The Evolution of Library Descriptive Practices: Bibliographic Control? Descri...
The Evolution of Library Descriptive Practices: Bibliographic Control? Descri...
 
Building an Audio Preservation System at Indiana University Using Standards a...
Building an Audio Preservation System at Indiana University Using Standards a...Building an Audio Preservation System at Indiana University Using Standards a...
Building an Audio Preservation System at Indiana University Using Standards a...
 

Último

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 

Último (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 

The Open Archives Initiative and the Sheet Music Consortium

  • 1. The Open Archives Initiative and the Sheet Music Consortium Jon Dunn, Jenn Riley IU Digital Library Program October 10, 2003
  • 2. October 10, 2003 DL Brown Bag: OAI/Sheet Music 2 Presentation outline  Jon:  OAI introduction  Sheet Music Consortium background  Jenn:  Data mapping issues  Sheet music harvester demonstration  Next steps
  • 3. October 10, 2003 DL Brown Bag: OAI/Sheet Music 3 OAI: Open Archives Initiative  Original problem: searching across e-print archives  Distributed searching hard  e.g. Z39.50  Varying search semantics, capabilities  Network, server problems  Solution: metadata harvesting  OAI-PMH: OAI Protocol for Metadata Harvesting
  • 4. October 10, 2003 DL Brown Bag: OAI/Sheet Music 4 Metadata Harvesting  Extract metadata from various sources  Build services on local copies of metadata user . . . search for “Indiana” local copy of metadata metadata harvested offline metadata harvested offline metadata harvested offline metadata harvested offline all searching, browsing, etc. performed on the metadata hereIndividual repositories can still support direct user interaction Data providers Service provider
  • 5. October 10, 2003 DL Brown Bag: OAI/Sheet Music 5 OAI-PMH roles  Data Providers  Repositories of digital content and metadata  Support harvesting of metadata via the OAI protocol  Service Providers  Harvest metadata from data providers using the OAI protocol  Implement user interface to data  Usually for searching, but other services also possible  Can be selective
  • 6. October 10, 2003 DL Brown Bag: OAI/Sheet Music 6 OAI Protocol for Metadata Harvesting  Originally developed in 1999 (Santa Fe Convention)  Original focus on E-prints  Has grown into general metadata harvesting protocol  Version 1.0: January 2001  Version 1.1: June 2001  Conform to XML Schema 1.0  Version 2.0: June 2002  Transition period through December 2002  Currently 120 registered OAI data providers (up from 53 in March 2003)
  • 7. October 10, 2003 DL Brown Bag: OAI/Sheet Music 7 OAI-PMH tech details  Carried over HTTP  Requests: HTTP GET or POST  Responses encoded in XML  Format defined via XML schema  Metadata in unqualified Dublin Core (and potentially other formats)
  • 8. October 10, 2003 DL Brown Bag: OAI/Sheet Music 8 Dublin Core elements  Coverage  Description  Type  Relation  Source  Subject  Title  Contributor  Creator  Publisher  Rights  Date  Format  Identifier  Language
  • 9. October 10, 2003 DL Brown Bag: OAI/Sheet Music 9 OAI-PMH verbs Verb Function Identify description of archive ListMetadataFormats metadata formats supported by archive ListSets sets defined by archive ListIdentifiers OAI unique ids contained in archive ListRecords listing of N records GetRecord listing of a single record
  • 10. October 10, 2003 DL Brown Bag: OAI/Sheet Music 10 OAI resources  Web site, mailing lists  Repository explorer  Data/service provider software www.openarchives.org
  • 11. October 10, 2003 DL Brown Bag: OAI/Sheet Music 11 OAI data providers at IU  OAI data provider for DLP collections  Lilly: Hohenberger Photograph Collection, DeVincent Sheet Music Collection  IUN: U.S. Steel Photograph Collection  eventually all  Eprints: Digital Library of the Commons  AISRI  ReciprocalNet
  • 12. October 10, 2003 DL Brown Bag: OAI/Sheet Music 12 OAI data provider for DLP  PHP OAI Data Provider  Developed by University of Oldenburg  PHP, mySQL database  Perl scripts used to map USMARC, other formats to DC  MARC.pm Perl module
  • 13. October 10, 2003 DL Brown Bag: OAI/Sheet Music 13 Examples of OAI service providers  UIUC Digital Gateway to Cultural Heritage Materials  http://oai.grainger.uiuc.edu/  UMich OAIster  http://www.oaister.org/  RLG Cultural Materials (licensed)  http://www.rlg.org/culturalres/  OLAC: Open Language Archives Community  http://www.language-archives.org/
  • 14. October 10, 2003 DL Brown Bag: OAI/Sheet Music 14 Sheet Music Consortium  Partners  UCLA  Johns Hopkins  IU  Goal: Integrate access to sheet music collections  Online and print collections
  • 15. October 10, 2003 DL Brown Bag: OAI/Sheet Music 15 Sheet music  Definition  Based on physical format: generally loose sheets or folio, 1-10 pages  Much is “popular music,” but not all  Variety of research uses  Currently hard to access  Variety of metadata  Much uncataloged  Many valuable collections  MLA list  At IU: Lilly, Archives of Traditional Music
  • 16.
  • 17.
  • 18.
  • 19.
  • 20. October 10, 2003 DL Brown Bag: OAI/Sheet Music 20 Sheet Music Consortium Harvester: Timeline  March 2002: Initial planning meeting at IU  Fall 2002: Initial system prototype  Winter 2002/2003: Usability evaluation, interface redesign  Focus groups and usability testing at several sites  Fall 2003 – Version 1 of system released
  • 21. October 10, 2003 DL Brown Bag: OAI/Sheet Music 21 Why did we have to map data?  OAI requires unqualified Dublin Core  Sheet Music Harvester version 1 only collected Dublin Core  Contributed data only needed to support resource discovery  Dublin Core field definitions need interpretation  For efficient searching, data from different institutions must be consistent
  • 22. October 10, 2003 DL Brown Bag: OAI/Sheet Music 22 Some mapping issues  Field formatting important, not just contents  Choices heavily influenced by LC practice  Can’t force institutions to comply with guidelines  Sheet music has many alternative titles  Creator vs. contributor  Plate numbers: they’re important, where to put and how to label?  Uncertain dates and date ranges
  • 23. October 10, 2003 DL Brown Bag: OAI/Sheet Music 23 Mapping guidelines  Examples:  Creator: Invert name. Use the authorized form of name where possible. If needed (e.g. for an alias) repeat the field for the alternative form.  Date: Date of publication. The most recent date to appear on the music, or, the actual date of publication if not present but known. Include other dates (e.g. date of composition) if known. Codes “c” for copyright and “ca.” for circa in front of the date is allowed for now. Use repeated DC fields for each date if needed.
  • 24. October 10, 2003 DL Brown Bag: OAI/Sheet Music 24 Existing metadata formats  MARC  Encoded Archival Description (EAD)  Dublin Core (DC)  Local custom formats
  • 25. October 10, 2003 DL Brown Bag: OAI/Sheet Music 25 MARC (1)  Library of Congress – mostly from Music for the Nation: American Sheet Mus  almost 50,000 records available via OAI  already had data mapped “based on” MARC to Dublin Core crosswalk  not able to alter their mapping for participation in sheet music project
  • 26. October 10, 2003 DL Brown Bag: OAI/Sheet Music 26 MARC (2)  IU – Starr collection  little authority control  determined LC MARC2DC mapping inadequate  mapping in progress using MARC.pm  Duke – Weinmann collection  rare materials emphasis  also customized own mapping  mapping in progress
  • 27. October 10, 2003 DL Brown Bag: OAI/Sheet Music 27 EAD  Duke – Historic American Sheet Music  Item level finding aid  very robust and specific  conversion was relatively simple because data was converted to EAD from collection- specific database  included virtually all information in EAD documents to DC records
  • 28. October 10, 2003 DL Brown Bag: OAI/Sheet Music 28 Dublin Core  UCLA – Archive of Popular American Music  4 types of DC records  songs  sheet music  covers et al  recordings  mapping only required inheritance of songs and sheet music data elements down to the covers level  recordings data ignored for OAI data provider purposes
  • 29. October 10, 2003 DL Brown Bag: OAI/Sheet Music 29 Local custom formats (1)  publication (location, publisher, date)  subject  call num (box, item)  title  composer/lyricist/ arranger  form of composition  instrumentation  first line  first line of chorus  performer  dedicatee  engraver/lithographer/ artist  advertisement  plate num  duplication  Johns Hopkins – Levy collection  Simple SGML DTD
  • 30. October 10, 2003 DL Brown Bag: OAI/Sheet Music 30 Local custom formats (2)  title  composer  lyricist  place of publication  publisher  copyright  first line  first line of chorus  subject  form of composition  performance medium  copies  call #  IU – DeVincent collection  Simple MS Access database  Conversion done with Perl
  • 31. October 10, 2003 DL Brown Bag: OAI/Sheet Music 31 Harvester demonstration  <http://digital.library.ucla.edu/sheetmusic>
  • 32. October 10, 2003 DL Brown Bag: OAI/Sheet Music 32 Data inconsistencies  Different depths of description  Different levels of authority control  No common subject vocabulary between collections  Despite mapping guidelines, differences in DC interpretation
  • 33. October 10, 2003 DL Brown Bag: OAI/Sheet Music 33 Next steps?  Authority control for names  Date formats  Data clean-up: what can be done at harvester end and what must we ask data providers to do?  What will more robust data format look like?  How do we make it easier for more institutions to participate?
  • 34. October 10, 2003 DL Brown Bag: OAI/Sheet Music 34 More information  Presentation on DLP web site, with links:  www.dlib.indiana.edu/workshops/bbfall2003.htm  Email:  Jon Dunn: jwd@indiana.edu  Jenn Riley: jenlrile@indiana.edu

Notas do Editor

  1. Unqualified DC required, but more robust formats also allowed. More on this later. Since the purpose of the harvester is discovery of resources, and a user is taken out of the harvester to view items at individual institutions, it was not necessary to force all of the information from each institution’s records into DC. We needed to define what was required for discovery only, not figure out how to squeeze every marc field into dc. The name “Dublin Core” reveals something about its purpose. It was designed to be a core set of metadata elements applicable to all types of resources. Thus it’s meant to be flexible, with a low entry barrier. This means the definitions of fields are open to wide interpretations. We needed to develop a single interpretation that all contributors followed to make searching and browsing more effective.
  2. Duke (rare materials emphasis) and IU (little authority control) had records in MARC too, but these weren’t contributed in phase 1 of the project.
  3. Duke (rare materials emphasis) and IU (little authority control) had records in MARC too, but these weren’t contributed in phase 1 of the project.
  4. Explain what EAD is and what a finding aid is Very specific info, for example: subject type (LCSH, AAT, TGM), dedicatee, recordings available
  5. Very specific for sheet music, not good even for other types of printed music.
  6. No authority control
  7. MARC has more fields than custom DBs, but custom DBs have more applicable fields. Many MARC records don’t have relator codes, so we don’t know who’s a composer and who’s a lyricist. Even if each individual collection was under name authority, they still might not interoperate. But the problem was much worse – there wasn’t even agreement on name order! Local subject vocabs in use, so even a complex mapping between LCSH, AAT, TGM wouldn’t solve the problem.
  8. but we don’t know how to solve these things yet