SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Dublin Core and Digital
Collections

March 18, 2013
Richard Sapon-White

                          1
Overview
  Dublin Core (DC)
    History
    Elements, Principles and Qualifiers
    Syntax
    Uses
  Digital Collections and DC
  Discussion of DC and Controlled
  Vocabularies
                                          2
DC History
   2nd International WWW Conference,
   Chicago, 1994
   1st Dublin Core Workshop, OCLC
   headquarters, Dublin, Ohio, USA
   Development by Dublin Core Metadata
   Initiative – http://dublincore.org


                                         3
DC History
   Rapid increase in the number of WWW
   resources
   Problem: retrieval of relevant documents
   Solution: a metadata schema that is
     Simple enough for resource creators to use
     Flexible enough to allow for more detailed
     description
     Not restricted to any one exchange syntax


                                                  4
Fifteen DC Elements
 Identifier    Language   Source
 Relation      Rights     Coverage
 Format        Type       Publisher
 Description   Date       Contributor
 Subject       Title      Creator



                                        5
Characteristics of the Dublin
Core
 •All elements are optional
 •All elements are repeatable
 •Elements may be displayed in any order
 •Extensible
 •International in scope



                                           6
Dublin Core Principles
   Dumb-Down
   One-to-One
   Appropriate Values




                         7
Dumb-Down
  The fifteen core elements are usable with or
  without qualifiers
  Qualifiers make elements more specific:
    Element Refinements narrow meanings, never
    extend
    Encoding Schemes give context to element values
  If software encounters an unfamiliar qualifier,
  look it up –or just ignore it!

                                                    8
The One-to-One Principle
 • Describe one manifestation of a resource with
   one record
   Example: a digital image of the Mona Lisa is not
     described as if it were the same as the original
     painting
 • Separate descriptions of resources from
   descriptions of the agents responsible for
   those resources
   Example: email addresses and affiliations of creators
     are attributes of the creator, not the resource

                                                        9
Appropriate Values
   “Best practice for a particular element
   or qualifier may vary by context, but in
   general an implementer cannot always
   predict that the interpreter of the
   metadata will always be a machine. This
   may impose certain constraints on how
   metadata is constructed, but the
   requirement of usefulness for discovery
   should be kept in mind.”--from Using Dublin
   Core by Diane Hillman


                                             10
Qualified Dublin Core
   Includes:
     Additional element: Audience
     Element Refinements
     Value Encoding Schemes




                                    11
Element Refinements
   Make element meanings narrower, more specific:
      a Date Created versus Date Modified
      an Is Replaced By versus Replaces Relation
   Depending on syntax chosen, refinements may appear as
   stand-alone tags instead of with elements:
    <dct:created>2002-10-04</dct:created>,instead of:
    <dc:date><dct:created>2002-10-04
      </dct:created></dc:date>
        •Requires a schema to dumb-down Date Created to Date
    Dublin Core is simple enough to support both usages




                                                               12
Encoding Metadata Records
   Mid-1990s: HTML tags embedded in Web
   pages
     Simple, easy to deploy, but inflexible, hard to
     maintain
     Bad tags like DC.Creator.eyecolor imply a non-
     existent support for nesting and for entity
     distinctions
   2000+: Better XML/RDF alternatives
     RDF metadata supports complex structures without breaking
     simple DC grammar
     Open Archives Initiative promotes mass adoption of an XML
     schema for simple, unqualified Dublin Core records - along
     with a protocol to make them available                     13
HTML-Encoded DC
 <link rel=“schema.DC”
      href=http://purl.org/dc/elements/1.1
      title=“Dublin Core Metadata Element Set,
    version 1.1”>
 <meta name=“DC.Element_name”
       content=“element_value”>

 Example: <meta name=“DC.Title”
     content=“Using Dublin Core”>
                                                 14
HTML-Encoded DC (cont.)
 <link rel=“schema.DC”
      href=http://purl.org/dc/elements/1.1
      title=“Dublin Core Metadata Element Set, version 1.1”>
 <meta name=“DC.Title”
       content=“Using Dublin Core”>
 <meta name=“DC.Creator”
       content=“Hillman, Diane”>
 <meta name=“DC.Identifier”
      content=“http://dublincore.org//documents/usageguide/”>
 <meta name=“DC.Type”
       scheme=“DCMIType”
       content=“text”>
 <meta name=“DC.Date.created”
      content=“2003”>                                           15
Problems with using HTML for
DC
   Useful only when web crawlers and
   search engine indexers can detect
   <meta> tags
   HTML not useful for complex
   constructions (e.g., when repeated
   elements need to be grouped)
   HTML only useful with metadata
   embedded in documents

                                        16
RDF/XML-Encoded DC
  Allows multiple metadata schemes to
  be read by humans and parsed by
  machines
  Allows multiple objects to be described
  All namespaces must first be defined



                                            17
RDF/XML-Encoded DC Example
 <rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-
      syntax-ns#"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
   <rdf:Description
     rdf:about="http://media.example.com/audio/guide.ra">
      <dc:creator>Rose Bush</dc:creator>
      <dc:title>A Guide to Growing Roses</dc:title>
      <dc:description>Describes process for planting
        and nurturing different kinds of rose
        bushes.</dc:description>
      <dc:date>2001-01-20</dc:date>
   </rdf:Description>
                                                            18
Value Encoding Schemes
   Indicate that the value is:
     a term from a controlled vocabulary (e.g.,
     Library of Congress Subject Headings)
     a string formatted in a standard way (e.g.,
     that "05/02" means May 2nd, not February
     5th)




                                               19
Uses of Dublin Core
   Subject gateways and portals
     Description of resources generated from DC
   Digitization projects where full cataloging
   would be too time consuming or problematic

  http://osulibrary.oregonstate.edu/digitalcollecti
  ons/
 Union catalogs, search engine indexes, external
  databases
     Converted from more detailed metadata in a local
     database                                         20

Weitere ähnliche Inhalte

Was ist angesagt?

Dita cross-deliverable-addressing-poster
Dita cross-deliverable-addressing-posterDita cross-deliverable-addressing-poster
Dita cross-deliverable-addressing-posterContrext Solutions
 
Development without Constraint
Development without ConstraintDevelopment without Constraint
Development without ConstraintChad Davis
 
What's new in Kibana - Elastic meetup
What's new in Kibana - Elastic meetupWhat's new in Kibana - Elastic meetup
What's new in Kibana - Elastic meetupUllyCarolinneSampaio
 
NOSQL Databases types and Uses
NOSQL Databases types and UsesNOSQL Databases types and Uses
NOSQL Databases types and UsesSuvradeep Rudra
 
Introduction: Linked Data and the Semantic Web
Introduction: Linked Data and the Semantic WebIntroduction: Linked Data and the Semantic Web
Introduction: Linked Data and the Semantic WebNikolaos Konstantinou
 

Was ist angesagt? (6)

Dita cross-deliverable-addressing-poster
Dita cross-deliverable-addressing-posterDita cross-deliverable-addressing-poster
Dita cross-deliverable-addressing-poster
 
Development without Constraint
Development without ConstraintDevelopment without Constraint
Development without Constraint
 
What's new in Kibana - Elastic meetup
What's new in Kibana - Elastic meetupWhat's new in Kibana - Elastic meetup
What's new in Kibana - Elastic meetup
 
Hadoop 101
Hadoop 101Hadoop 101
Hadoop 101
 
NOSQL Databases types and Uses
NOSQL Databases types and UsesNOSQL Databases types and Uses
NOSQL Databases types and Uses
 
Introduction: Linked Data and the Semantic Web
Introduction: Linked Data and the Semantic WebIntroduction: Linked Data and the Semantic Web
Introduction: Linked Data and the Semantic Web
 

Andere mochten auch

Vortrag Granzow - Forum 2 - Quartierskonzepte - VOLLER ENERGIE 2013
Vortrag Granzow - Forum 2 - Quartierskonzepte - VOLLER ENERGIE 2013Vortrag Granzow - Forum 2 - Quartierskonzepte - VOLLER ENERGIE 2013
Vortrag Granzow - Forum 2 - Quartierskonzepte - VOLLER ENERGIE 2013metropolsolar
 
Темиргалиев А. А.
Темиргалиев А. А.Темиргалиев А. А.
Темиргалиев А. А.Tagir Sagitov
 
Character sketch
Character sketch Character sketch
Character sketch wasayrao
 

Andere mochten auch (6)

Presenteishon
PresenteishonPresenteishon
Presenteishon
 
Presentation1
Presentation1Presentation1
Presentation1
 
Vortrag Granzow - Forum 2 - Quartierskonzepte - VOLLER ENERGIE 2013
Vortrag Granzow - Forum 2 - Quartierskonzepte - VOLLER ENERGIE 2013Vortrag Granzow - Forum 2 - Quartierskonzepte - VOLLER ENERGIE 2013
Vortrag Granzow - Forum 2 - Quartierskonzepte - VOLLER ENERGIE 2013
 
La télecabine éolienne
La télecabine éolienneLa télecabine éolienne
La télecabine éolienne
 
Темиргалиев А. А.
Темиргалиев А. А.Темиргалиев А. А.
Темиргалиев А. А.
 
Character sketch
Character sketch Character sketch
Character sketch
 

Ähnlich wie Metadata lecture 5 part 2

Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core MetadataHannes Ebner
 
Dublin Core Metadata Tutorial.ppt
Dublin Core Metadata Tutorial.pptDublin Core Metadata Tutorial.ppt
Dublin Core Metadata Tutorial.pptBharath Abbareddy
 
DM2E Project meeting Bergen: WP2 RDF Validation, Kai Eckert (University of Ma...
DM2E Project meeting Bergen: WP2 RDF Validation, Kai Eckert (University of Ma...DM2E Project meeting Bergen: WP2 RDF Validation, Kai Eckert (University of Ma...
DM2E Project meeting Bergen: WP2 RDF Validation, Kai Eckert (University of Ma...Digitised Manuscripts to Europeana
 
Dublin Core Metadata Initiative Abstract Model
Dublin Core Metadata Initiative Abstract ModelDublin Core Metadata Initiative Abstract Model
Dublin Core Metadata Initiative Abstract ModelJenn Riley
 
RDFa: introduction, comparison with microdata and microformats and how to use it
RDFa: introduction, comparison with microdata and microformats and how to use itRDFa: introduction, comparison with microdata and microformats and how to use it
RDFa: introduction, comparison with microdata and microformats and how to use itJose Luis Lopez Pino
 
The Web of data and web data commons
The Web of data and web data commonsThe Web of data and web data commons
The Web of data and web data commonsJesse Wang
 
W3C Linked Data Platform Overview
W3C Linked Data Platform OverviewW3C Linked Data Platform Overview
W3C Linked Data Platform OverviewSteve Speicher
 
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
 
IWMW 1998: Deploying new web technologies
IWMW 1998: Deploying new web technologiesIWMW 1998: Deploying new web technologies
IWMW 1998: Deploying new web technologiesIWMW
 
Expressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDLExpressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDLCredential Engine
 
SQL? NoSQL? NewSQL?!? What’s a Java developer to do? - JDC2012 Cairo, Egypt
SQL? NoSQL? NewSQL?!? What’s a Java developer to do? - JDC2012 Cairo, EgyptSQL? NoSQL? NewSQL?!? What’s a Java developer to do? - JDC2012 Cairo, Egypt
SQL? NoSQL? NewSQL?!? What’s a Java developer to do? - JDC2012 Cairo, EgyptChris Richardson
 
Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Anja Jentzsch
 
Webinar: Enterprise Data Management in the Era of MongoDB and Data Lakes
Webinar: Enterprise Data Management in the Era of MongoDB and Data LakesWebinar: Enterprise Data Management in the Era of MongoDB and Data Lakes
Webinar: Enterprise Data Management in the Era of MongoDB and Data LakesMongoDB
 
Handout for Applying Digital Library Metadata Standards
Handout for Applying Digital Library Metadata StandardsHandout for Applying Digital Library Metadata Standards
Handout for Applying Digital Library Metadata StandardsJenn Riley
 

Ähnlich wie Metadata lecture 5 part 2 (20)

Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core Metadata
 
Dublin Core Metadata Tutorial.ppt
Dublin Core Metadata Tutorial.pptDublin Core Metadata Tutorial.ppt
Dublin Core Metadata Tutorial.ppt
 
DM2E Project meeting Bergen: WP2 RDF Validation, Kai Eckert (University of Ma...
DM2E Project meeting Bergen: WP2 RDF Validation, Kai Eckert (University of Ma...DM2E Project meeting Bergen: WP2 RDF Validation, Kai Eckert (University of Ma...
DM2E Project meeting Bergen: WP2 RDF Validation, Kai Eckert (University of Ma...
 
Dublin Core Metadata Initiative Abstract Model
Dublin Core Metadata Initiative Abstract ModelDublin Core Metadata Initiative Abstract Model
Dublin Core Metadata Initiative Abstract Model
 
RDFa: introduction, comparison with microdata and microformats and how to use it
RDFa: introduction, comparison with microdata and microformats and how to use itRDFa: introduction, comparison with microdata and microformats and how to use it
RDFa: introduction, comparison with microdata and microformats and how to use it
 
Linkers
LinkersLinkers
Linkers
 
The Web of data and web data commons
The Web of data and web data commonsThe Web of data and web data commons
The Web of data and web data commons
 
W3C Linked Data Platform Overview
W3C Linked Data Platform OverviewW3C Linked Data Platform Overview
W3C Linked Data Platform Overview
 
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...
 
Ontology based metadata schema for digital library projects in China
Ontology based metadata schema for digital library projects in ChinaOntology based metadata schema for digital library projects in China
Ontology based metadata schema for digital library projects in China
 
IWMW 1998: Deploying new web technologies
IWMW 1998: Deploying new web technologiesIWMW 1998: Deploying new web technologies
IWMW 1998: Deploying new web technologies
 
Expressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDLExpressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDL
 
Linked data and voyager
Linked data and voyagerLinked data and voyager
Linked data and voyager
 
SQL? NoSQL? NewSQL?!? What’s a Java developer to do? - JDC2012 Cairo, Egypt
SQL? NoSQL? NewSQL?!? What’s a Java developer to do? - JDC2012 Cairo, EgyptSQL? NoSQL? NewSQL?!? What’s a Java developer to do? - JDC2012 Cairo, Egypt
SQL? NoSQL? NewSQL?!? What’s a Java developer to do? - JDC2012 Cairo, Egypt
 
Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)
 
Best of Marketing
Best of MarketingBest of Marketing
Best of Marketing
 
Webinar: Enterprise Data Management in the Era of MongoDB and Data Lakes
Webinar: Enterprise Data Management in the Era of MongoDB and Data LakesWebinar: Enterprise Data Management in the Era of MongoDB and Data Lakes
Webinar: Enterprise Data Management in the Era of MongoDB and Data Lakes
 
Ldap
LdapLdap
Ldap
 
LOD2 Webinar Series: SILK
LOD2 Webinar Series: SILKLOD2 Webinar Series: SILK
LOD2 Webinar Series: SILK
 
Handout for Applying Digital Library Metadata Standards
Handout for Applying Digital Library Metadata StandardsHandout for Applying Digital Library Metadata Standards
Handout for Applying Digital Library Metadata Standards
 

Mehr von Richard.Sapon-White

Rda and new research potentials, agata kawalec
Rda and new research potentials, agata kawalecRda and new research potentials, agata kawalec
Rda and new research potentials, agata kawalecRichard.Sapon-White
 
RDF and the Semantic Web -- Joanna Pszenicyn
RDF and the Semantic Web -- Joanna PszenicynRDF and the Semantic Web -- Joanna Pszenicyn
RDF and the Semantic Web -- Joanna PszenicynRichard.Sapon-White
 
Continuing Education for Metadata Creation and Management
Continuing Education for Metadata Creation and ManagementContinuing Education for Metadata Creation and Management
Continuing Education for Metadata Creation and ManagementRichard.Sapon-White
 
RDA as an international standard
RDA as an international standardRDA as an international standard
RDA as an international standardRichard.Sapon-White
 
Metadata lecture 3, metadata schemes
Metadata lecture 3, metadata schemesMetadata lecture 3, metadata schemes
Metadata lecture 3, metadata schemesRichard.Sapon-White
 
Introduction to metadata, part 2
Introduction to metadata, part 2Introduction to metadata, part 2
Introduction to metadata, part 2Richard.Sapon-White
 
Course syllabus metadata systems for warsaw
Course syllabus metadata systems for warsawCourse syllabus metadata systems for warsaw
Course syllabus metadata systems for warsawRichard.Sapon-White
 
Preparing your presentation.pptx [repaired]
Preparing your presentation.pptx [repaired]Preparing your presentation.pptx [repaired]
Preparing your presentation.pptx [repaired]Richard.Sapon-White
 
E books in public libraries. vendors in poland and usa
E books in public libraries. vendors in poland and usaE books in public libraries. vendors in poland and usa
E books in public libraries. vendors in poland and usaRichard.Sapon-White
 
Accessibility issues with ebooks
Accessibility issues with ebooksAccessibility issues with ebooks
Accessibility issues with ebooksRichard.Sapon-White
 

Mehr von Richard.Sapon-White (20)

Rda and new research potentials, agata kawalec
Rda and new research potentials, agata kawalecRda and new research potentials, agata kawalec
Rda and new research potentials, agata kawalec
 
RDF and the Semantic Web -- Joanna Pszenicyn
RDF and the Semantic Web -- Joanna PszenicynRDF and the Semantic Web -- Joanna Pszenicyn
RDF and the Semantic Web -- Joanna Pszenicyn
 
Continuing Education for Metadata Creation and Management
Continuing Education for Metadata Creation and ManagementContinuing Education for Metadata Creation and Management
Continuing Education for Metadata Creation and Management
 
VRA Core 4.0
VRA Core 4.0VRA Core 4.0
VRA Core 4.0
 
Sgml and xml
Sgml and xmlSgml and xml
Sgml and xml
 
RDA as an international standard
RDA as an international standardRDA as an international standard
RDA as an international standard
 
Metadata april 8 2013
Metadata april 8 2013Metadata april 8 2013
Metadata april 8 2013
 
Metadata crosswalks
Metadata crosswalksMetadata crosswalks
Metadata crosswalks
 
Metadata and the web
Metadata and the webMetadata and the web
Metadata and the web
 
Metadata lecture 3, metadata schemes
Metadata lecture 3, metadata schemesMetadata lecture 3, metadata schemes
Metadata lecture 3, metadata schemes
 
Rda class, lecture 2
Rda class, lecture 2Rda class, lecture 2
Rda class, lecture 2
 
Rda class, lecture 2
Rda class, lecture 2Rda class, lecture 2
Rda class, lecture 2
 
Introduction to metadata, part 2
Introduction to metadata, part 2Introduction to metadata, part 2
Introduction to metadata, part 2
 
Course syllabus metadata systems for warsaw
Course syllabus metadata systems for warsawCourse syllabus metadata systems for warsaw
Course syllabus metadata systems for warsaw
 
Rda seminar syllabus
Rda seminar syllabusRda seminar syllabus
Rda seminar syllabus
 
Preparing your presentation.pptx [repaired]
Preparing your presentation.pptx [repaired]Preparing your presentation.pptx [repaired]
Preparing your presentation.pptx [repaired]
 
Rda class, lecture 1
Rda class, lecture 1Rda class, lecture 1
Rda class, lecture 1
 
Metadata lecture 1, intro
Metadata lecture 1, introMetadata lecture 1, intro
Metadata lecture 1, intro
 
E books in public libraries. vendors in poland and usa
E books in public libraries. vendors in poland and usaE books in public libraries. vendors in poland and usa
E books in public libraries. vendors in poland and usa
 
Accessibility issues with ebooks
Accessibility issues with ebooksAccessibility issues with ebooks
Accessibility issues with ebooks
 

Metadata lecture 5 part 2

  • 1. Dublin Core and Digital Collections March 18, 2013 Richard Sapon-White 1
  • 2. Overview Dublin Core (DC) History Elements, Principles and Qualifiers Syntax Uses Digital Collections and DC Discussion of DC and Controlled Vocabularies 2
  • 3. DC History 2nd International WWW Conference, Chicago, 1994 1st Dublin Core Workshop, OCLC headquarters, Dublin, Ohio, USA Development by Dublin Core Metadata Initiative – http://dublincore.org 3
  • 4. DC History Rapid increase in the number of WWW resources Problem: retrieval of relevant documents Solution: a metadata schema that is Simple enough for resource creators to use Flexible enough to allow for more detailed description Not restricted to any one exchange syntax 4
  • 5. Fifteen DC Elements Identifier Language Source Relation Rights Coverage Format Type Publisher Description Date Contributor Subject Title Creator 5
  • 6. Characteristics of the Dublin Core •All elements are optional •All elements are repeatable •Elements may be displayed in any order •Extensible •International in scope 6
  • 7. Dublin Core Principles Dumb-Down One-to-One Appropriate Values 7
  • 8. Dumb-Down The fifteen core elements are usable with or without qualifiers Qualifiers make elements more specific: Element Refinements narrow meanings, never extend Encoding Schemes give context to element values If software encounters an unfamiliar qualifier, look it up –or just ignore it! 8
  • 9. The One-to-One Principle • Describe one manifestation of a resource with one record Example: a digital image of the Mona Lisa is not described as if it were the same as the original painting • Separate descriptions of resources from descriptions of the agents responsible for those resources Example: email addresses and affiliations of creators are attributes of the creator, not the resource 9
  • 10. Appropriate Values “Best practice for a particular element or qualifier may vary by context, but in general an implementer cannot always predict that the interpreter of the metadata will always be a machine. This may impose certain constraints on how metadata is constructed, but the requirement of usefulness for discovery should be kept in mind.”--from Using Dublin Core by Diane Hillman 10
  • 11. Qualified Dublin Core Includes: Additional element: Audience Element Refinements Value Encoding Schemes 11
  • 12. Element Refinements Make element meanings narrower, more specific: a Date Created versus Date Modified an Is Replaced By versus Replaces Relation Depending on syntax chosen, refinements may appear as stand-alone tags instead of with elements: <dct:created>2002-10-04</dct:created>,instead of: <dc:date><dct:created>2002-10-04 </dct:created></dc:date> •Requires a schema to dumb-down Date Created to Date Dublin Core is simple enough to support both usages 12
  • 13. Encoding Metadata Records Mid-1990s: HTML tags embedded in Web pages Simple, easy to deploy, but inflexible, hard to maintain Bad tags like DC.Creator.eyecolor imply a non- existent support for nesting and for entity distinctions 2000+: Better XML/RDF alternatives RDF metadata supports complex structures without breaking simple DC grammar Open Archives Initiative promotes mass adoption of an XML schema for simple, unqualified Dublin Core records - along with a protocol to make them available 13
  • 14. HTML-Encoded DC <link rel=“schema.DC” href=http://purl.org/dc/elements/1.1 title=“Dublin Core Metadata Element Set, version 1.1”> <meta name=“DC.Element_name” content=“element_value”> Example: <meta name=“DC.Title” content=“Using Dublin Core”> 14
  • 15. HTML-Encoded DC (cont.) <link rel=“schema.DC” href=http://purl.org/dc/elements/1.1 title=“Dublin Core Metadata Element Set, version 1.1”> <meta name=“DC.Title” content=“Using Dublin Core”> <meta name=“DC.Creator” content=“Hillman, Diane”> <meta name=“DC.Identifier” content=“http://dublincore.org//documents/usageguide/”> <meta name=“DC.Type” scheme=“DCMIType” content=“text”> <meta name=“DC.Date.created” content=“2003”> 15
  • 16. Problems with using HTML for DC Useful only when web crawlers and search engine indexers can detect <meta> tags HTML not useful for complex constructions (e.g., when repeated elements need to be grouped) HTML only useful with metadata embedded in documents 16
  • 17. RDF/XML-Encoded DC Allows multiple metadata schemes to be read by humans and parsed by machines Allows multiple objects to be described All namespaces must first be defined 17
  • 18. RDF/XML-Encoded DC Example <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf- syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description rdf:about="http://media.example.com/audio/guide.ra"> <dc:creator>Rose Bush</dc:creator> <dc:title>A Guide to Growing Roses</dc:title> <dc:description>Describes process for planting and nurturing different kinds of rose bushes.</dc:description> <dc:date>2001-01-20</dc:date> </rdf:Description> 18
  • 19. Value Encoding Schemes Indicate that the value is: a term from a controlled vocabulary (e.g., Library of Congress Subject Headings) a string formatted in a standard way (e.g., that "05/02" means May 2nd, not February 5th) 19
  • 20. Uses of Dublin Core Subject gateways and portals Description of resources generated from DC Digitization projects where full cataloging would be too time consuming or problematic http://osulibrary.oregonstate.edu/digitalcollecti ons/ Union catalogs, search engine indexes, external databases Converted from more detailed metadata in a local database 20

Hinweis der Redaktion

  1. Really just a brief overview of it, pointing out highlights of the system
  2. These terms are identified in Chapter 8, MAL Problems: some elements are ambiguous or overlap: creator and contributor. Is the creator the one who created the digital object or the original print version? (Problem with multiple versions) This is easily dealt with in the library community/AACR2, but in the web environment there is no authority (other than Dc) and the system has been simplified for a purpose.
  3. The first three greatly simplify the metadata creation process (as opposed to AACR2/MARC, which specifiies these aspects for many, many fields). Could create metadata with only title, or with only title and creator. Repeatability also enables elements to be used for somewhat different purposes (as in both title and parallel title being recorded in two title elements. Extensible: ability to apply the core element set to various circumstances by extending the meaning of elements through the use of qualifiers International in scope: translated into several other languages; can be used in other languages because of its simplicity
  4. Point out: encoding schemes can be identified by use of the attribute “scheme” (see DCMIType) element refinement can be done via “dot” representation (see 2003 for date created)
  5. Last point: metadata not always embedded in documents, sometimes exist as separate records. For these purposes XML is the exchange syntax of choice
  6. Namespace: set of values defined by a metadata scheme
  7. Example of 2 nd : OSU’s digitial library collections (which we saw earlier in class) Example of last: Open Archives Institute’s protocol for metadata harvesting