SlideShare a Scribd company logo
1 of 1
Download to read offline
1. Context for the development of Discover
Discover was created as the pilot site for the National Library of New Zealand’s digital collection.
The primary goal for this collection is to ensure interoperability and interconnection through the
application of standards to enable:
•
sustainability over time
•
access for those with disabilities
•
the ability to retain rights holdings and permissions
•
create data that would be exchangeable across platforms
•
an authenticated reproduction of original
•
and create standards based metadata that would support administration, resource
discovery and presentation.

2. The standards used
To enable interoperability the National Library of New Zealand’s Discover Project put into practice
its Metadata Standards Framework [7], which was published in 2000. This Framework includes standards
ratified by national and international standards organizations, such as NISO and ISO e.g. Dublin Core and
ISO23950; those ratified by the World Wide Web Consortium (W3) e.g. XML and RDF; and other
widely used de facto standards such as jpeg and mpeg formats. The Discover Project used many wellknown standards as well as some of the new and emerging standards. Best practice and recommendations
were also used especially for mapping and syntax. The DCMES is primarily used at the resource
discovery level.

3. The documents described
2,500 multimedia items were selected from the Alexander Turnbull Library, which
holds New Zealand's documentary research and heritage collections. These collections
contain original material such as photographs, drawings and prints, oral histories,
manuscripts and archives, and printed material including books, newspapers, maps,
magazines, and ephemera relating to New Zealand and the Pacific. The documents
selected for Discover include paintings, photographs, posters, video
clips, music, essays and bibliographies, created by New Zealanders
and many reflect our Māori heritage. The original items were manipulated for web
presentation and in many cases included an extract or a portion from the original item,
e.g. a portion of a sound clip. Most of the items were single files (e.g. .jpeg, .tiff, .ra,
.mp3, and .mpeg) rather than parts of a collection.

4. The metadata schema for Discover
Much of the metadata for the items in Discover was sourced from two existing National Library
catalogues including, TAPUHI, a proprietary based database containing unpublished items, and the
MARC based National Library catalogue.
The metadata was exported from these catalogues and
mapped to DC [8] and qualified DC [2]. All items needed additional metadata.
Discover required that the metadata support:
•
resource discovery: DC (unqualified)
•
resource description: DC; qualified DC; EAD; local elements
•
and preservation, technical and administrative needs ; technical metadata.
The metadata scheme selected for resource discovery is primarily DC (unqualified). For resource
description qualified DC, an EAD element and some local extensions were used. The DC and qualified
DC data was implemented strictly conforming to the DCMI recommendations, the non-DC extensions
were added in a new namespace “nlnzdl” (“http://www.natlib.govt.nz/dl#”). The RDF schema provides a
full description of the National Library's application profile [1]. Extensions to DCMES including their
use are summarised in Table 1.
The EAD[3] Element, Digital Archival Object Location < DAOLOC> was chosen as an alternative to
dc:relation because of the additional information needed for each of the surrogate files in order to present
it intelligently. A DAOLOG tag can specify the URL, its role, its behaviour and a title. For each record
there is a thumbnail view, a preview view, the online reference version of the object and the original
object.
Metadata for the long-term management of the digital object itself, which includes information such
as the digitisation process used, the size of the file and modification to the original is currently stored in a
separate system.
A multi-step process is used to convert the metadata - firstly to DC in XML, then to DC in
RDF/XML, and then the local extensions (table 1) are added to the RDF. This allows delivery of
extracted metadata in different syntaxes depending on the destination’s requirements. For example, the
data sent to the NLA for inclusion in Picture Australia [10] is the result from the first conversion to DC in
XML.

Using Dublin Core for Discover : a New
Zealand visual art and music resource for
schools
Karen Rollitt, Adrienne Kebbell, Douglas Campbell

5. Syntax for the metadata: XML /RDF
The metadata for Discover is expressed in XML and the different schemas are combined using
the Resource Description Framework (RDF). The NLNZ declaration [1] has been modelled on the
DCMI proposal [5]
A DTD defining the Resource Description Framework XML for Discover metadata was also
created because it is required by the NLNZ Digital Library application.

National Library of New Zealand Te Puna Matāuranga o Aotearoa

Introduction
The Discover Project supports the music and visual arts curriculum in New Zealand. It began
as a pilot project for the Digital Library Programme in 2000. The objective was to select and
digitise items to support the Visual Arts and Music disciplines of the Arts curriculum. The
National Library of New Zealand plans to digitise resources for other curriculum areas and
present them on Discover.

Sample metadata expressed in XML
<?xml version="1.0" encoding="UTF-8" ?>
- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcq="http://purl.org/dc/terms/" xmlns:ead="http://www.natlib.govt.nz/dl#"
xmlns:nlnzdl="http://www.natlib.govt.nz/dl#">
- <rdf:Description rdf:about="hdl:1727.11/00002195">
<dc:title>Blue wattled crow (Kokako).</dc:title>
<dc:subject>Kokako</dc:subject>
<dc:subject>Birdsongs</dc:subject>
- <nlnzdl:category>
- <nlnzdl:NZCT>
<rdf:value>A-M-04-04</rdf:value>
<rdfs:label>Music and Bird Song Clips</rdfs:label>
</nlnzdl:NZCT>
</nlnzdl:category>
<dc:description>Excerpt from track 2 of compact disc Bird calls of New Zealand.
Paraparaumu, N.Z. : Viking Sevenseas NZ, [1980]. Field recording by John
Kendrick; narration by Robert Taylor; produced for the Department of
Conservation and Radio New Zealand.</dc:description>
<dc:contributor>Kendrick, John L., recording engineer</dc:contributor>
<dc:contributor>New Zealand Department of Conservation</dc:contributor>
<dc:contributor>Radio New Zealand</dc:contributor>
<dcq:issued>[1980]</dcq:issued>
- <dc:type>
- <dcq:DCMIType>
<rdf:value>Sound</rdf:value>
</dcq:DCMIType>
</dc:type>
<dc:format>Digital stereo sound recording, 59 seconds.</dc:format>
<nlnzdl:pid rdf:resource="hdl:1727.11/00002195" />
<nlnzdl:object rdf:resource="http://hdl.handle.net/1727.11/00002195" />
- <dc:language>
+ <dcq:ISO639-2>
</dc:language>
<dcq:hasFormat>Also available as an electronic resource.</dcq:hasFormat>
<dcq:temporal>1980</dcq:temporal>
<dc:rights>Item provided by the Alexander Turnbull Library, National Library of New
Zealand, Te Puna Matauranga o Aotearoa. Reproduction rights do not belong to
the Alexander Turnbull Library. It must not be reproduced in any way without the
prior permission of the copyright owner and the Library.</dc:rights>
<ead:daoloc ead:role="source"
ead:href="http://digital.natlib.govt.nz/source/20020605/cd40track01_00002195_ds.w
av" ead:behavior="audio/x-wav" />
<ead:daoloc ead:role="reference"
ead:href="http://digital.natlib.govt.nz/20020604/cd40track01_00002195_df.mp3"
ead:title="Digital audio extract from Blue wattled crow (Kokako). (754KB)"
ead:behavior="audio/mpeg" />
<ead:daoloc ead:role="display"
ead:href="http://digital.natlib.govt.nz/20020604/audioicon_pv.jpg"
ead:behavior="image/jpeg" />
<ead:daoloc ead:role="thumbnail"
ead:href="http://digital.natlib.govt.nz/20020604/audioicon_tn.jpg"
ead:behavior="image/jpeg" />
</rdf:Description>
</rdf:RDF>

6. The NLNZ Digital Resource and Discover
The NLNZ Digital Resource application is capable of storing and importing and exporting of
data in eXtensible Markup Language (XML). It uses XSLT style sheets to interrogate the XML for
display via the Web.
Discover is arranged into 13 topic areas to support the visual arts and music disciplines of the
arts/nga toi curriculum.
Retrieval is based almost entirely on DC (unqualified) although advantage is taken of some
qualifiers to avoid confusion, for instance the kind of date being searched.

References
[1] Campbell, Douglas. National Library of New Zealand Digital Library Dublin Core Enhancements RDF Schema.
http://ead.natlib.govt.nz/meta/nlnzdlRDFschema.html
[2] Dublin Core Qualifiers. 2000. DCMI. http://dublincore.org/documents/2000/07/11/dcmes-qualifiers/
[3] EAD Encoded Archival Description. http://lcweb.loc.gov/ead/
[4] Kebbell, Adrienne. Digital standards. Paper presented at the National Digital Forum, held at the National Library of
New Zealand, July 2001. http://www.natlib.govt.nz/en/whatsnew/forum.html
[5] Kokkelink, Stefan and Roland Schwanzl. Expressing Dublin Core in RDF/XML. 2002
http://dublincore.org/documents/2002/04/14/dcq-rdf-xml/
[6] Miller, Paul. 2002. A framework for access to the nations. http://www.natlib.govt.nz/files/forum/miller_files/frame.htm
[7] National Library of New Zealand. 2000. Metadata Standards Framework for National Library of New Zealand.
Wellington, NLNZ, 29 p.
[8] National Information Standards Organization (U.S.). The Dublin Core Metadata Element Set : an American national
standard / developed by the National Information Standards Organization. Bethesda, MD NISO Press
2001. ANSI/NISO Z39.85-2001. 6 p.
[9] National Library of New Zealand. 2002. New Zealand Register of Digitisation Initiatives.
http://www.natlib.govt.nz/rodi/rodi.html
[10] Picture Australia. National Library of Australia. http://www.pictureaustralia.org/nolan

Table 1 Extensions to DCMES in NLNZ namespace

Presented at DC2002, Metadata for e-Communities: Supporting Diversity and Convergence, Florence, October 13-17, 2002

More Related Content

What's hot

Technologies For Appraising and Managing Electronic Records
Technologies For Appraising and Managing Electronic RecordsTechnologies For Appraising and Managing Electronic Records
Technologies For Appraising and Managing Electronic Recordspbajcsy
 
HydraDAM2: Repository Challenges and Solutions for Large Media Files
HydraDAM2: Repository Challenges and Solutions for Large Media FilesHydraDAM2: Repository Challenges and Solutions for Large Media Files
HydraDAM2: Repository Challenges and Solutions for Large Media FilesJon W. Dunn
 
BioCASE web services for germplasm data sets, at FAO, Rome (2006)
BioCASE web services for germplasm data sets, at FAO, Rome (2006)BioCASE web services for germplasm data sets, at FAO, Rome (2006)
BioCASE web services for germplasm data sets, at FAO, Rome (2006)Dag Endresen
 
Antabif training
Antabif trainingAntabif training
Antabif trainingBruno Danis
 
Persistent Identifiers, Herbarium workshop at Kongsvold, September 1 to 4, 2014
Persistent Identifiers, Herbarium workshop at Kongsvold, September 1 to 4, 2014Persistent Identifiers, Herbarium workshop at Kongsvold, September 1 to 4, 2014
Persistent Identifiers, Herbarium workshop at Kongsvold, September 1 to 4, 2014Dag Endresen
 
The bX project: Federating and Mining Usage Logs from Linking Servers
The bX project: Federating and Mining Usage Logs from Linking ServersThe bX project: Federating and Mining Usage Logs from Linking Servers
The bX project: Federating and Mining Usage Logs from Linking ServersHerbert Van de Sompel
 

What's hot (8)

Technologies For Appraising and Managing Electronic Records
Technologies For Appraising and Managing Electronic RecordsTechnologies For Appraising and Managing Electronic Records
Technologies For Appraising and Managing Electronic Records
 
HydraDAM2: Repository Challenges and Solutions for Large Media Files
HydraDAM2: Repository Challenges and Solutions for Large Media FilesHydraDAM2: Repository Challenges and Solutions for Large Media Files
HydraDAM2: Repository Challenges and Solutions for Large Media Files
 
BioCASE web services for germplasm data sets, at FAO, Rome (2006)
BioCASE web services for germplasm data sets, at FAO, Rome (2006)BioCASE web services for germplasm data sets, at FAO, Rome (2006)
BioCASE web services for germplasm data sets, at FAO, Rome (2006)
 
HDF
HDFHDF
HDF
 
Antabif training
Antabif trainingAntabif training
Antabif training
 
The ISBD/XML Study Group background, activities, plans
The ISBD/XML Study Group background, activities, plansThe ISBD/XML Study Group background, activities, plans
The ISBD/XML Study Group background, activities, plans
 
Persistent Identifiers, Herbarium workshop at Kongsvold, September 1 to 4, 2014
Persistent Identifiers, Herbarium workshop at Kongsvold, September 1 to 4, 2014Persistent Identifiers, Herbarium workshop at Kongsvold, September 1 to 4, 2014
Persistent Identifiers, Herbarium workshop at Kongsvold, September 1 to 4, 2014
 
The bX project: Federating and Mining Usage Logs from Linking Servers
The bX project: Federating and Mining Usage Logs from Linking ServersThe bX project: Federating and Mining Usage Logs from Linking Servers
The bX project: Federating and Mining Usage Logs from Linking Servers
 

Similar to Using Dublin Core for DISCOVER: a New Zealand visual art and music resource for schools Karen Rollitt, Adrienne Kebbell, Douglas Campbell

Dublin Core Registry to Support Multilinguality : Te Reo Māori Dublin Core Me...
Dublin Core Registry to Support Multilinguality : Te Reo Māori Dublin Core Me...Dublin Core Registry to Support Multilinguality : Te Reo Māori Dublin Core Me...
Dublin Core Registry to Support Multilinguality : Te Reo Māori Dublin Core Me...Karen R
 
E-ARK-iPRES2016-Bern-October-2016
E-ARK-iPRES2016-Bern-October-2016E-ARK-iPRES2016-Bern-October-2016
E-ARK-iPRES2016-Bern-October-2016Sven Schlarb
 
How Worthy is DSpace for Digital Libraries
How Worthy is DSpace for Digital LibrariesHow Worthy is DSpace for Digital Libraries
How Worthy is DSpace for Digital LibrariesAmit Shaw
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosEUCLID project
 
20160818 Semantics and Linkage of Archived Catalogs
20160818 Semantics and Linkage of Archived Catalogs20160818 Semantics and Linkage of Archived Catalogs
20160818 Semantics and Linkage of Archived Catalogsandrea huang
 
SWIB14 Weaving repository contents into the Semantic Web
SWIB14 Weaving repository contents into the Semantic WebSWIB14 Weaving repository contents into the Semantic Web
SWIB14 Weaving repository contents into the Semantic WebPascal-Nicolas Becker
 
Data standardization process for social sciences and humanities
Data standardization process for social sciences and humanitiesData standardization process for social sciences and humanities
Data standardization process for social sciences and humanitiesvty
 
Local content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providersLocal content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providerslocloud
 
06 gioca-ontologies
06 gioca-ontologies06 gioca-ontologies
06 gioca-ontologiesnidzokus
 
LoCloud - Local content in a Europeana cloud
LoCloud - Local content in a Europeana cloudLoCloud - Local content in a Europeana cloud
LoCloud - Local content in a Europeana cloudEuropeana
 
RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)Vladimir Alexiev, PhD, PMP
 
Going for GOLD - Adventures in Open Linked Geospatial Metadata
Going for GOLD - Adventures in Open Linked Geospatial MetadataGoing for GOLD - Adventures in Open Linked Geospatial Metadata
Going for GOLD - Adventures in Open Linked Geospatial MetadataEDINA, University of Edinburgh
 
Digital Libraries
Digital LibrariesDigital Libraries
Digital LibrariesJack Eapen
 
Digital Libraries
Digital LibrariesDigital Libraries
Digital LibrariesJack Eapen
 
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...CONUL Conference
 
Intro to Digitization Projects
Intro to Digitization ProjectsIntro to Digitization Projects
Intro to Digitization Projectszsrlibrary
 

Similar to Using Dublin Core for DISCOVER: a New Zealand visual art and music resource for schools Karen Rollitt, Adrienne Kebbell, Douglas Campbell (20)

Dublin Core Registry to Support Multilinguality : Te Reo Māori Dublin Core Me...
Dublin Core Registry to Support Multilinguality : Te Reo Māori Dublin Core Me...Dublin Core Registry to Support Multilinguality : Te Reo Māori Dublin Core Me...
Dublin Core Registry to Support Multilinguality : Te Reo Māori Dublin Core Me...
 
Archive Information Packages for NASA HDF-EOS Data
Archive Information Packages for NASA HDF-EOS DataArchive Information Packages for NASA HDF-EOS Data
Archive Information Packages for NASA HDF-EOS Data
 
Timbuctoo 2 EASY
Timbuctoo 2 EASYTimbuctoo 2 EASY
Timbuctoo 2 EASY
 
E-ARK-iPRES2016-Bern-October-2016
E-ARK-iPRES2016-Bern-October-2016E-ARK-iPRES2016-Bern-October-2016
E-ARK-iPRES2016-Bern-October-2016
 
Expanding the content categories at JaLC
Expanding the content categories at JaLCExpanding the content categories at JaLC
Expanding the content categories at JaLC
 
How Worthy is DSpace for Digital Libraries
How Worthy is DSpace for Digital LibrariesHow Worthy is DSpace for Digital Libraries
How Worthy is DSpace for Digital Libraries
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application Scenarios
 
20160818 Semantics and Linkage of Archived Catalogs
20160818 Semantics and Linkage of Archived Catalogs20160818 Semantics and Linkage of Archived Catalogs
20160818 Semantics and Linkage of Archived Catalogs
 
SWIB14 Weaving repository contents into the Semantic Web
SWIB14 Weaving repository contents into the Semantic WebSWIB14 Weaving repository contents into the Semantic Web
SWIB14 Weaving repository contents into the Semantic Web
 
Data standardization process for social sciences and humanities
Data standardization process for social sciences and humanitiesData standardization process for social sciences and humanities
Data standardization process for social sciences and humanities
 
Local content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providersLocal content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providers
 
Towards a Common Approach for Access to Digital Archival Records in Europe. A...
Towards a Common Approach for Access to Digital Archival Records in Europe. A...Towards a Common Approach for Access to Digital Archival Records in Europe. A...
Towards a Common Approach for Access to Digital Archival Records in Europe. A...
 
06 gioca-ontologies
06 gioca-ontologies06 gioca-ontologies
06 gioca-ontologies
 
LoCloud - Local content in a Europeana cloud
LoCloud - Local content in a Europeana cloudLoCloud - Local content in a Europeana cloud
LoCloud - Local content in a Europeana cloud
 
RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)
 
Going for GOLD - Adventures in Open Linked Geospatial Metadata
Going for GOLD - Adventures in Open Linked Geospatial MetadataGoing for GOLD - Adventures in Open Linked Geospatial Metadata
Going for GOLD - Adventures in Open Linked Geospatial Metadata
 
Digital Libraries
Digital LibrariesDigital Libraries
Digital Libraries
 
Digital Libraries
Digital LibrariesDigital Libraries
Digital Libraries
 
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
 
Intro to Digitization Projects
Intro to Digitization ProjectsIntro to Digitization Projects
Intro to Digitization Projects
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Using Dublin Core for DISCOVER: a New Zealand visual art and music resource for schools Karen Rollitt, Adrienne Kebbell, Douglas Campbell

  • 1. 1. Context for the development of Discover Discover was created as the pilot site for the National Library of New Zealand’s digital collection. The primary goal for this collection is to ensure interoperability and interconnection through the application of standards to enable: • sustainability over time • access for those with disabilities • the ability to retain rights holdings and permissions • create data that would be exchangeable across platforms • an authenticated reproduction of original • and create standards based metadata that would support administration, resource discovery and presentation. 2. The standards used To enable interoperability the National Library of New Zealand’s Discover Project put into practice its Metadata Standards Framework [7], which was published in 2000. This Framework includes standards ratified by national and international standards organizations, such as NISO and ISO e.g. Dublin Core and ISO23950; those ratified by the World Wide Web Consortium (W3) e.g. XML and RDF; and other widely used de facto standards such as jpeg and mpeg formats. The Discover Project used many wellknown standards as well as some of the new and emerging standards. Best practice and recommendations were also used especially for mapping and syntax. The DCMES is primarily used at the resource discovery level. 3. The documents described 2,500 multimedia items were selected from the Alexander Turnbull Library, which holds New Zealand's documentary research and heritage collections. These collections contain original material such as photographs, drawings and prints, oral histories, manuscripts and archives, and printed material including books, newspapers, maps, magazines, and ephemera relating to New Zealand and the Pacific. The documents selected for Discover include paintings, photographs, posters, video clips, music, essays and bibliographies, created by New Zealanders and many reflect our Māori heritage. The original items were manipulated for web presentation and in many cases included an extract or a portion from the original item, e.g. a portion of a sound clip. Most of the items were single files (e.g. .jpeg, .tiff, .ra, .mp3, and .mpeg) rather than parts of a collection. 4. The metadata schema for Discover Much of the metadata for the items in Discover was sourced from two existing National Library catalogues including, TAPUHI, a proprietary based database containing unpublished items, and the MARC based National Library catalogue. The metadata was exported from these catalogues and mapped to DC [8] and qualified DC [2]. All items needed additional metadata. Discover required that the metadata support: • resource discovery: DC (unqualified) • resource description: DC; qualified DC; EAD; local elements • and preservation, technical and administrative needs ; technical metadata. The metadata scheme selected for resource discovery is primarily DC (unqualified). For resource description qualified DC, an EAD element and some local extensions were used. The DC and qualified DC data was implemented strictly conforming to the DCMI recommendations, the non-DC extensions were added in a new namespace “nlnzdl” (“http://www.natlib.govt.nz/dl#”). The RDF schema provides a full description of the National Library's application profile [1]. Extensions to DCMES including their use are summarised in Table 1. The EAD[3] Element, Digital Archival Object Location < DAOLOC> was chosen as an alternative to dc:relation because of the additional information needed for each of the surrogate files in order to present it intelligently. A DAOLOG tag can specify the URL, its role, its behaviour and a title. For each record there is a thumbnail view, a preview view, the online reference version of the object and the original object. Metadata for the long-term management of the digital object itself, which includes information such as the digitisation process used, the size of the file and modification to the original is currently stored in a separate system. A multi-step process is used to convert the metadata - firstly to DC in XML, then to DC in RDF/XML, and then the local extensions (table 1) are added to the RDF. This allows delivery of extracted metadata in different syntaxes depending on the destination’s requirements. For example, the data sent to the NLA for inclusion in Picture Australia [10] is the result from the first conversion to DC in XML. Using Dublin Core for Discover : a New Zealand visual art and music resource for schools Karen Rollitt, Adrienne Kebbell, Douglas Campbell 5. Syntax for the metadata: XML /RDF The metadata for Discover is expressed in XML and the different schemas are combined using the Resource Description Framework (RDF). The NLNZ declaration [1] has been modelled on the DCMI proposal [5] A DTD defining the Resource Description Framework XML for Discover metadata was also created because it is required by the NLNZ Digital Library application. National Library of New Zealand Te Puna Matāuranga o Aotearoa Introduction The Discover Project supports the music and visual arts curriculum in New Zealand. It began as a pilot project for the Digital Library Programme in 2000. The objective was to select and digitise items to support the Visual Arts and Music disciplines of the Arts curriculum. The National Library of New Zealand plans to digitise resources for other curriculum areas and present them on Discover. Sample metadata expressed in XML <?xml version="1.0" encoding="UTF-8" ?> - <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/terms/" xmlns:ead="http://www.natlib.govt.nz/dl#" xmlns:nlnzdl="http://www.natlib.govt.nz/dl#"> - <rdf:Description rdf:about="hdl:1727.11/00002195"> <dc:title>Blue wattled crow (Kokako).</dc:title> <dc:subject>Kokako</dc:subject> <dc:subject>Birdsongs</dc:subject> - <nlnzdl:category> - <nlnzdl:NZCT> <rdf:value>A-M-04-04</rdf:value> <rdfs:label>Music and Bird Song Clips</rdfs:label> </nlnzdl:NZCT> </nlnzdl:category> <dc:description>Excerpt from track 2 of compact disc Bird calls of New Zealand. Paraparaumu, N.Z. : Viking Sevenseas NZ, [1980]. Field recording by John Kendrick; narration by Robert Taylor; produced for the Department of Conservation and Radio New Zealand.</dc:description> <dc:contributor>Kendrick, John L., recording engineer</dc:contributor> <dc:contributor>New Zealand Department of Conservation</dc:contributor> <dc:contributor>Radio New Zealand</dc:contributor> <dcq:issued>[1980]</dcq:issued> - <dc:type> - <dcq:DCMIType> <rdf:value>Sound</rdf:value> </dcq:DCMIType> </dc:type> <dc:format>Digital stereo sound recording, 59 seconds.</dc:format> <nlnzdl:pid rdf:resource="hdl:1727.11/00002195" /> <nlnzdl:object rdf:resource="http://hdl.handle.net/1727.11/00002195" /> - <dc:language> + <dcq:ISO639-2> </dc:language> <dcq:hasFormat>Also available as an electronic resource.</dcq:hasFormat> <dcq:temporal>1980</dcq:temporal> <dc:rights>Item provided by the Alexander Turnbull Library, National Library of New Zealand, Te Puna Matauranga o Aotearoa. Reproduction rights do not belong to the Alexander Turnbull Library. It must not be reproduced in any way without the prior permission of the copyright owner and the Library.</dc:rights> <ead:daoloc ead:role="source" ead:href="http://digital.natlib.govt.nz/source/20020605/cd40track01_00002195_ds.w av" ead:behavior="audio/x-wav" /> <ead:daoloc ead:role="reference" ead:href="http://digital.natlib.govt.nz/20020604/cd40track01_00002195_df.mp3" ead:title="Digital audio extract from Blue wattled crow (Kokako). (754KB)" ead:behavior="audio/mpeg" /> <ead:daoloc ead:role="display" ead:href="http://digital.natlib.govt.nz/20020604/audioicon_pv.jpg" ead:behavior="image/jpeg" /> <ead:daoloc ead:role="thumbnail" ead:href="http://digital.natlib.govt.nz/20020604/audioicon_tn.jpg" ead:behavior="image/jpeg" /> </rdf:Description> </rdf:RDF> 6. The NLNZ Digital Resource and Discover The NLNZ Digital Resource application is capable of storing and importing and exporting of data in eXtensible Markup Language (XML). It uses XSLT style sheets to interrogate the XML for display via the Web. Discover is arranged into 13 topic areas to support the visual arts and music disciplines of the arts/nga toi curriculum. Retrieval is based almost entirely on DC (unqualified) although advantage is taken of some qualifiers to avoid confusion, for instance the kind of date being searched. References [1] Campbell, Douglas. National Library of New Zealand Digital Library Dublin Core Enhancements RDF Schema. http://ead.natlib.govt.nz/meta/nlnzdlRDFschema.html [2] Dublin Core Qualifiers. 2000. DCMI. http://dublincore.org/documents/2000/07/11/dcmes-qualifiers/ [3] EAD Encoded Archival Description. http://lcweb.loc.gov/ead/ [4] Kebbell, Adrienne. Digital standards. Paper presented at the National Digital Forum, held at the National Library of New Zealand, July 2001. http://www.natlib.govt.nz/en/whatsnew/forum.html [5] Kokkelink, Stefan and Roland Schwanzl. Expressing Dublin Core in RDF/XML. 2002 http://dublincore.org/documents/2002/04/14/dcq-rdf-xml/ [6] Miller, Paul. 2002. A framework for access to the nations. http://www.natlib.govt.nz/files/forum/miller_files/frame.htm [7] National Library of New Zealand. 2000. Metadata Standards Framework for National Library of New Zealand. Wellington, NLNZ, 29 p. [8] National Information Standards Organization (U.S.). The Dublin Core Metadata Element Set : an American national standard / developed by the National Information Standards Organization. Bethesda, MD NISO Press 2001. ANSI/NISO Z39.85-2001. 6 p. [9] National Library of New Zealand. 2002. New Zealand Register of Digitisation Initiatives. http://www.natlib.govt.nz/rodi/rodi.html [10] Picture Australia. National Library of Australia. http://www.pictureaustralia.org/nolan Table 1 Extensions to DCMES in NLNZ namespace Presented at DC2002, Metadata for e-Communities: Supporting Diversity and Convergence, Florence, October 13-17, 2002