SlideShare una empresa de Scribd logo
1 de 142
Intro to PBCore Zen




              Jack Brighton
   director of new media & innovation
          Illinois Public Media
            jackb@illinois.edu
PART ONE:


Why does metadata
     matter?
A story about broadcasting
WILL Radio interview with John Brady Kiesling, former U.S. diplomat, on
“The War In Iraq: U.S. Foreign Policy And The Crisis Of International
Legitimacy,” Focus 580, September 23, 2005
Interviewer: Jack Brighton
Producer: Harriet Williamson
Descriptive Metadata
• title:Focus 580 on WILL-AM


• subject:   The War In Iraq: U.S. Foreign Policy And The Crisis
  Of International Legitimacy

• description:
  U.S. diplomat
                  Interview with John Brady Kiesling, former



• genre:  politics, United States, Iraq, foreign policy, war


• date of broadcast:      September 23, 2005


• etcetera...
Administrative Metadata

• creator:   WILL Radio


• publisher:   WILL Public Media


• copyright holder:    University of Illinois


• rights summary:     may be repurposed for non-commercial
  and educational purposes with attribution to WILL

• etcetera...
Technical Metadata
• format:broadcast wav file


• sampling rate:     44.1 kHz


• bit depth:16 bit


• tracks:mono


• file size:
          248,673,242 bites


• location:Enco DAD cut #36465


• etcetera...
a media object
as a web page
media object as rss feed
  <?xml version="1.0" encoding="UTF-8" ?>
- <rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" version="2.0">
- <channel>
     <title>Focus 580 on WILL-AM</title>
     <description>An intelligent interview program on current affairs</description>
     <link>http://www.will.uiuc.edu/am/focus</link>
     <language>en-us</language>
     <copyright>Copyright 2005 University of Illinois</copyright>
     <itunes:image href="http://www.will.uiuc.edu/am/focus/images/focuspodcast.jpg" />
     <lastBuildDate>Fri, 23 Sep 2005 12:10:00 CST</lastBuildDate>
     <pubDate>Fri, 23 Sep 2005 12:10:00 CST</pubDate>
     <docs>http://blogs.law.harvard.edu/tech/rss</docs>
     <webMaster>jackb@uiuc.edu</webMaster>
- <item>
     <title>The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy</title>
     <link>http://will.uiuc.edu/am/focus</link>
     <description>Interview with John Brady Kiesling, former U.S. diplomat</description>
     <enclosure url="http://www.will.uiuc.edu/willmp3/focus050923a.mp3" length="24767532"
type="audio/mpeg" />
     <category>Current Events</category>
     <pubDate>Fri, 23 Sep 2005 12:10:00 CST</pubDate>
  </item>
  </channel>
  </rss>
rss feed viewed in Firefox
rss feed in iTunes
as a Dublin Core record
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd">
<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://will.atlas.uiuc.edu/focus580/interview/focus050923a/">
   <dc:title>
    The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy
   </dc:title>
   <dc:creator>
    WILL Public Media - http://will.illinois.edu
   </dc:creator>
   <dc:subject>
    WILL; public affairs; public radio; interviews; talk show; NPR; Illinois; Indiana; University of Illinois; Iraq; United States; Foreign Policy
   </dc:subject>
   <dc:description>
    Interview with John Brady Kiesling, former U.S. Diplomat
   </dc:description>
   <dc:publisher>
    WILL-AM, University of Illinois
   </dc:publisher>
   <dc:contributor>
    Jack Brighton, interviewer
   </dc:contributor>
   <dc:type>
    Sound
   </dc:type>
   <dc:language>
    en
   </dc:language>
   <dc:relation>
    http://will.illinois.edu/media/focus050923a.mp3
   </dc:relation>
   <dc:rights>
    c 2008 University of Illinois
   </dc:rights>
 </rdf:Description>
</rdf:RDF>
with more detail as a PBCore record:
<?xml version="1.0" encoding="UTF-8"?>
      <PBCoreDescriptionDocument xmlns="http://www.pbcore.org/PBCore/PBCoreNamespace.html">
       <pbcoreIdentifier>
         <identifier>focus050923a</identifier>
         <identifierSource>Illinois Public Media</identifierSource>
       </pbcoreIdentifier>
       <pbcoreTitle>
         <title>The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy</title>
         <titleType>Interview</titleType>
       </pbcoreTitle>
       <pbcoreSubject>
         <subject>Iraq</subject>
         <subjectAuthorityUsed>Illinois Public Media Subjects</subjectAuthorityUsed>
       </pbcoreSubject>
       <pbcoreSubject>
         <subject>Insurgency--Iraq</subject>
         <subjectAuthorityUsed>Library of Congress Subject Headings</subjectAuthorityUsed>
       </pbcoreSubject>
       <pbcoreDescription>
         <description>WILL Radio interview with John Brady Kiesling, former U.S. diplomat, on “The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy,”</
      description>
         <descriptionType>Abstract</descriptionType>
       </pbcoreDescription>
       <pbcoreCoverage>
         <coverage>Iraq</coverage>
         <coverageType>Spatial</coverageType>
       </pbcoreCoverage>
       <pbcoreCreator>
         <creator>WILL-AM</creator>
         <creatorRole>Creator</creatorRole>
       </pbcoreCreator>
       <pbcorePublisher>
         <publisher>University of Illinois</publisher>
         <publisherRole>Copyright Holder</publisherRole>
       </pbcorePublisher>
       <pbcoreRightsSummary>
         <rightsSummary>Permission granted by the copyright holder to stream and download for non-profit and educational use.</rightsSummary>
       </pbcoreRightsSummary>
       <pbcoreInstantiation>
         <pbcoreFormatID>
          <formatIdentifier>focus050923a.mp3</formatIdentifier>
          <formatIdentifierSource>Illinois Public Media</formatIdentifierSource>
         </pbcoreFormatID>
         <dateCreated>Fri, 23 Sep 2005 12:00:00 CST</dateCreated>
         <dateIssued>Fri, 23 Sep 2005 12:10:00 CST</dateIssued>
         <formatDigital>mp3</formatDigital>
         <formatLocation>http://will.illinois.edu/media/focus050923a.mp3</formatLocation>
         <formatMediaType>Sound</formatMediaType>
         <formatGenerations>Copy: access</formatGenerations>
         <formatDuration>00:52:08</formatDuration>
       </pbcoreInstantiation>
      </PBCoreDescriptionDocument>
XML documents
Structured Data
Data Portability
Interoperability
Ubiquitous Connections
We are not just cataloging,
We are enabling connection
Digital Media Ecology
“The opportunity before all of us is living up to the
dream of the Library of Alexandria and then taking it a
   step further: Universal access to all knowledge.
      Interestingly, it is now technically doable. “

          Brewster Kahle, founder of the Internet Archive
PART TWO:



PBCore Origins
Dublin Core
                           (ISO 15836)




The Dublin Core set of metadata elements provides a small and
fundamental group of text elements through which most resources
can be described and catalogued. Using only 15 base text fields, a
Dublin Core metadata record can describe physical resources such
as books, digital materials such as video, sound, image, or text files,
and composite media like web pages.



     http://en.wikipedia.org/wiki/Dublin_Core
Simple Dublin Core
 The Simple Dublin Core Metadata Element Set (DCMES) consists
 of 15 metadata elements:

   •   Title
   •   Creator
   •   Subject
   •   Description
   •   Publisher
   •   Contributor
   •   Date
   •   Type
   •   Format
   •   Identifier
   •   Source
   •   Language
   •   Relation
   •   Coverage
   •   Rights

Reference: http://dublincore.org/documents/usageguide/elements.shtml
DC Structure:



Resource: the media item in the abstract
DC Structure:



Manifestation: a physical or digital instance of the resource
DC Structure:



A Resource can have one and only one Manifestation
DC Structure:

• Resource: the media item in the abstract
• Manifestation: a physical or digital instance of the
   resource
• A Resource can have one and only one
   Manifestation
The One-to-One Principle

In general Dublin Core metadata describes one manifestation or
version of a resource, rather than assuming that manifestations
stand in for one another. For instance, a jpeg image of the Mona Lisa
has much in common with the original painting, but it is not the
same as the painting.




   http://dublincore.org/documents/usageguide/
The One-to-One principle is inefficient and/or
messy when dealing with multiple manifestations of a
media resource.


Steven J. Miller, The One-To-One Principle: Challenges in Current
Practice
Other Dublin Core gaps
Other Dublin Core gaps


• DC has no place for genre
Other Dublin Core gaps


• DC has no place for genre

• DC says nothing about versioning or provenance
Other Dublin Core gaps


• DC has no place for genre

• DC says nothing about versioning or provenance

• DC says little about media format
PBCore

•   built on Dublin Core

•   created by the American public broadcasting community for use by public media

•   funded by the Corporation for Public Broadcasting




                                    pbcore.org
PBCore Strengths

•   Simple like Dublin Core

•   Improved for moving images

•   Solves the one-to-one problem

•   Strong on technical metadata

•   Extensible

•   User community growth
People using PBCore
•   PBS & NPR & local stations
•   Film Archives
•   Northeast Historic Film
•   Democracy Now!
•   Fresh Air with Terry Gross
•   WNYC
•   The Dance Heritage Collection
•   Alliance for Community Media
•   Open Media Project
•   The Rock n’ Roll Hall of Fame
•   The American Archive
•   User community growing fast...
PBCore Community

• pbcore.org
• PBCore listserv
• pbcoreresources.org
PBCore Versions
•   1.0 - first public release in 2005

•   1.1 - January 2007, minor fixes

•   1.2 - December 2008, added
    pbcoreEssenceTrack

•   1.3 - August 2010, added the top-level
    element pbcoreAssetType

•   2.0 - February 2011, many improvements
    based on user-community input

•   2.1 - Hopefully soon
PBCore Structure:


Asset: the media item in the abstract
PBCore Structure:


Instantiation: a physical or digital instance of the asset
PBCore Structure:


A single Asset can have many Instantiations
PBCore Structure:

• Asset: the media item in the abstract
• Instantiation: a physical or digital instance of the
   asset
• A single Asset can have many Instantiations
PBCore Instantiations
PBCore Instantiations
• Instantiations capture technical metadata for either
  physical or digital media objects
PBCore Instantiations
• Instantiations capture technical metadata for either
  physical or digital media objects

• This is needed for provenance and preservation
PBCore Instantiations
• Instantiations capture technical metadata for either
  physical or digital media objects

• This is needed for provenance and preservation
• Also needed by software applications that handle
  digital media
PBCore Instantiations
• Instantiations capture technical metadata for either
  physical or digital media objects

• This is needed for provenance and preservation
• Also needed by software applications that handle
  digital media

• Also important for answering the question “Where
  is the media object?”
PBCore compared with Dublin Core
              Dublin Core                 PBCore
title                       title

creator                     creator

subject                     subject

description                 description

publisher                   publisher

contributor                 contributor

date                        date

type                        type

format                      format

identifier                   identifier

source                      source

language                    language

relation                    relation

coverage                    coverage

rights                      rights
Required Elements in PBCore


       • Identifier
       • Title
       • Description
additional descriptive elements

         •   Genre
         •   Audience Level
         •   Audience Rating
         •   Creator
         •   Contributor
         •   Publisher
new PBCore root element




     Collection
PBCore Instantiation additional elements
             •   instantiationIdentifier
             •   instantiationDate
             •   instantiationDimensions
             •   instantiationPhysical
             •   instantiationDigital
             •   instantiationStandard
             •   instantiationLocation
             •   instantiationMediaType
             •   instantiationGenerations
             •   instantiationFileSize
             •   instantiationTimeStart
             •   instantiationDuration
             •   instantiationDataRate
             •   instantiationColors
             •   instantiationTracks
             •   instantiationChannelConfiguration
             •   instantiationLanguage
             •   instantiationAlternativeModes
             •   instantiationEssenceTrack
             •   instantiationRelation
             •   instantiationRelationType
             •   instantiationRelationIdentifier
             •   instantiationRights
             •   rightsSummary
             •   rightsLink
             •   rightsEmbedded
             •   instantiationAnnotation
             •   instantiationPart
             •   instantiationExtension
PBCore Instantiation additional elements
             •   instantiationIdentifier
             •   instantiationDate
             •   instantiationDimensions
             •   instantiationPhysical
             •   instantiationDigital
             •   instantiationStandard
             •   instantiationLocation
             •   instantiationMediaType
             •   instantiationGenerations
             •   instantiationFileSize
             •   instantiationTimeStart
             •   instantiationDuration
             •   instantiationDataRate
             •   instantiationColors
             •   instantiationTracks
             •   instantiationChannelConfiguration
             •   instantiationLanguage
             •   instantiationAlternativeModes
             • instantiationEssenceTrack
             •   instantiationRelation
             •   instantiationRelationType
             •   instantiationRelationIdentifier
             •   instantiationRights
             •   rightsSummary
             •   rightsLink
             •   rightsEmbedded
             •   instantiationAnnotation
             •   instantiationPart
             •   instantiationExtension
PBCore instantiationEssenceTrack subelements:

              instantiationEssenceTrack
                 • essenceTrackType
                 • essenceTrackIdentifier
                 • essenceTrackStandard
                 • essenceTrackEncoding
                 • essenceTrackDataRate
                 • essenceTrackFrameRate
                 • essenceTrackPlaybackSpeed
                 • essenceTrackSamplingRate
                 • essenceTrackBitDepth
                 • essenceTrackFrameSize
                 • essenceTrackAspectRatio
                 • essenceTrackTimeStart
                 • essenceTrackDuration
                 • essenceTrackLanguage
                 • essenceTrackAnnotation
                 • essenceTrackExtension
Instantiation Tools for Digital Media

     • GetID3
     • FFMPEG
     • MediaInfo
     • MediaInfo Mac application
     • PBCore Instantiationizer
PART THREE:



  Tools
Stupid CMS Tricks
ExpressionEngine
The TIME Project
Drupal
It’s about Data Portability
We can export and import
    structured data
Ensemble Video
COVE
COVE
Merlin
Merlin
Catalog by any means necessary
But follow standards and
provide structured data
PART FOUR:


PBCore 2.0
PBCore 1.x weaknesses
•   No way to record separate dates for the Asset and its Instantiations

•   No way to record information about multi-part Instantiations

•   No way to record distinct rights information for different Instantiations

•   No way to show relationships between Instantiations, e.g. that an MPEG4 file
    was made from a master video file

•   You can record that Harrison Ford is an Actor, but you can’t specify what role
    he plays in the film

•   You can’t identify clip information within an asset, e.g. where in the timeline a
    subject or person occurs

•   You can’t bundle together a collection of PBCore 1.x records for easy transfer
    to other technical systems and collections
new in PBCore 2.0


  Attributes
pbcoreIdentifier element:
                    PBCore 1.x
<pbcoreIdentifier>
 <identifier>focus050923a</identifier>
 <identifierSource>Illinois Public Media</identifierSource>
</pbcoreIdentifier>
pbcoreIdentifier element:
                    PBCore 1.x
<pbcoreIdentifier>
 <identifier>focus050923a</identifier>
 <identifierSource>Illinois Public Media</identifierSource>
</pbcoreIdentifier>

                    PBCore 2.0
pbcoreIdentifier element:
                      PBCore 1.x
 <pbcoreIdentifier>
  <identifier>focus050923a</identifier>
  <identifierSource>Illinois Public Media</identifierSource>
 </pbcoreIdentifier>

                      PBCore 2.0
       <pbcoreIdentifier source="Illinois Public Media"
ref="http://will.illinois.edu">focus050923a</pbcoreIdentifier>
Key Concept:

  URI: Uniform Resource Identifier

a string of characters used to identify a name or a resource on the
Internet. Such identification enables interaction with representations of
the resource over a network (typically the World Wide Web) using
specific protocols.
pbcoreSubject element:
                              PBCore 1.x
<pbcoreSubject>
 <subject>Insurgency--Iraq</subject>
 <subjectAuthorityUsed>Library of Congress Subject Headings</subjectAuthorityUsed>
</pbcoreSubject>
pbcoreSubject element:
                              PBCore 1.x
<pbcoreSubject>
 <subject>Insurgency--Iraq</subject>
 <subjectAuthorityUsed>Library of Congress Subject Headings</subjectAuthorityUsed>
</pbcoreSubject>


                              PBCore 2.0
pbcoreSubject element:
                                PBCore 1.x
<pbcoreSubject>
 <subject>Insurgency--Iraq</subject>
 <subjectAuthorityUsed>Library of Congress Subject Headings</subjectAuthorityUsed>
</pbcoreSubject>


                                PBCore 2.0
<pbcoreSubject source="Library of Congress Subject Headings" ref="http://id.loc.gov/
authorities/sh2008123892#concept">Insurgency--Iraq</pbcoreSubject>
PBCore 2.0 subject with time attributes


<pbcoreSubject source="Library of Congress Subject Headings"
ref="http://id.loc.gov/authorities/sh2008123892#concept"
startTime=”00:23:14” endTime=”00:27:28”>Insurgency--Iraq</
pbcoreSubject>
pbcoreCoverage element:
                                   PBCore 1.x
<pbcoreCoverage>
 <coverage>Iraq</coverage>
 <coverageType>Spatial</coverageType>
</pbcoreCoverage>
pbcoreCoverage element:
                                   PBCore 1.x
<pbcoreCoverage>
 <coverage>Iraq</coverage>
 <coverageType>Spatial</coverageType>
</pbcoreCoverage>




                                   PBCore 2.0
pbcoreCoverage element:
                                    PBCore 1.x
<pbcoreCoverage>
 <coverage>Iraq</coverage>
 <coverageType>Spatial</coverageType>
</pbcoreCoverage>




                                    PBCore 2.0
<pbcoreCoverage>
 <coverage source="ISO-3166" ref="http://www.geonames.org/countries/IQ/iraq.html">IRQ</coverage>
 <coverageType>Spatial</coverageType>
</pbcoreCoverage>
pbcoreCreator element:
                               PBCore 1.x
<pbcoreCreator>
 <creator>WILL-AM</creator>
 <creatorRole>Production Unit</creatorRole>
</pbcoreCreator>
pbcoreCreator element:
                               PBCore 1.x
<pbcoreCreator>
 <creator>WILL-AM</creator>
 <creatorRole>Production Unit</creatorRole>
</pbcoreCreator>




                               PBCore 2.0
pbcoreCreator element:
                                  PBCore 1.x
<pbcoreCreator>
 <creator>WILL-AM</creator>
 <creatorRole>Production Unit</creatorRole>
</pbcoreCreator>




                                  PBCore 2.0
<pbcoreCreator>
 <creator affiliation="University of Illinois" ref=”http://will.illinois.edu/am”>WILL-AM</creator>
 <creatorRole>Production Unit</creatorRole>
</pbcoreCreator>
pbcoreContributor element:
                                   PBCore 1.x
<pbcoreContributor>
 <contributor>John Brady Kiesling</contributor>
 <contributorRole>Interviewee</contributorRole>
</pbcoreContributor>
pbcoreContributor element:
                                   PBCore 1.x
<pbcoreContributor>
 <contributor>John Brady Kiesling</contributor>
 <contributorRole>Interviewee</contributorRole>
</pbcoreContributor>



                                   PBCore 2.0
pbcoreContributor element:
                                       PBCore 1.x
 <pbcoreContributor>
  <contributor>John Brady Kiesling</contributor>
  <contributorRole>Interviewee</contributorRole>
 </pbcoreContributor>



                                       PBCore 2.0
 <pbcoreContributor>
  <contributor ref="http://en.wikipedia.org/wiki/Brady_Kiesling">John Brady Kiesling</contributor>
  <contributorRole source="PBCore" ref="http://pbcore.org/vocabularies/
contributorRole#interviewee">Interviewee</contributorRole>
 </pbcoreContributor>
PBCore 2.0 Contributor with portrayal attribute


 <pbcoreContributor>
  <contributor ref="http://en.wikipedia.org/wiki/Sean_Connery">Sean Connery</contributor>
  <contributorRole portrayal=”James Bond” source="PBCore" ref="http://pbcore.org/
vocabularies/contributorRole#actor">Actor</contributorRole>
 </pbcoreContributor>
pbcoreRightsSummary:

                                      PBCore 1.x
 <pbcoreRightsSummary>
  <rightsSummary>Permission granted by the copyright holder to stream and download for
non-profit and educational use.</rightsSummary>
pbcoreRightsSummary:

                                      PBCore 1.x
 <pbcoreRightsSummary>
  <rightsSummary>Permission granted by the copyright holder to stream and download for
non-profit and educational use.</rightsSummary>




                                      PBCore 2.0
pbcoreRightsSummary:

                                      PBCore 1.x
 <pbcoreRightsSummary>
  <rightsSummary>Permission granted by the copyright holder to stream and download for
non-profit and educational use.</rightsSummary>




                                      PBCore 2.0
 <pbcoreRightsSummary>
  <rightsSummary>Permission granted by the copyright holder to stream and download for non-profit
and educational use under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Generic (CC
BY-NC-SA 2.0)</rightsSummary>
  <rightsLink>http://creativecommons.org/licenses/by-nc-sa/2.0/</rightsLink>
 </pbcoreRightsSummary>
PBCore 2.0 Common Attributes
PBCore 2.0 Common Attributes

       •   Source
       •   Ref
       •   Version
       •   Annotation
PBCore 2.0 Common Attributes

       •   Source
       •   Ref
       •   Version
       •   Annotation

       •   startTime
       •   endTime
       •   timeAnnotation
a PBCore 2.0 record:
<?xml version="1.0" encoding="UTF-8"?>
      <PBCoreDescriptionDocument xmlns="http://www.pbcore.org/PBCore/PBCoreNamespace.html">
       <pbcoreAssetType ref="http://pbcore.org/vocabularies/pbcoreAssetType#program">Program</pbcoreAssetType>
       <pbcoreAssetDate>Fri, 23 Sep 2005 12:00:00 CST</pbcoreAssetDate>
       <pbcoreIdentifier source="Illinois Public Media" ref="http://will.illinois.edu">focus050923a</pbcoreIdentifier>
       <pbcoreTitle titleType="Main">The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy</pbcoreTitle>
       <pbcoreSubject subjectType="topic" source="Illinois Public Media Subjects">Iraq</pbcoreSubject>
       <pbcoreSubject subjectType="topic" source="Library of Congress Subject Headings" ref="http://id.loc.gov/authorities/sh2008123892#concept">Insurgency--Iraq</
      pbcoreSubject>
       <pbcoreDescription descriptionType="Summary" ref="http://pbcore.org/vocabularies/pbcoreDescription/descriptionType#summary">WILL Radio interview with John Brady
      Kiesling, former U.S. diplomat, on “The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy”</pbcoreDescription>
       <pbcoreGenre source="PBCore" ref="http://pbcore.org/vocabularies/pbcoreGenre#interview">Interview</pbcoreGenre>
       <pbcoreCoverage>
         <coverage source="ISO-3166" ref="http://www.geonames.org/countries/IQ/iraq.html">IRQ</coverage>
         <coverageType>Spatial</coverageType>
       </pbcoreCoverage>
       <pbcoreCreator>
         <creator affiliation="Illinois Public Media">Jack Brighton</creator>
         <creatorRole>Interviewer</creatorRole>
       </pbcoreCreator>
       <pbcoreCreator>
         <creator affiliation="University of Illinois" ref="http://will.illinois.edu/am">WILL-AM</creator>
         <creatorRole>Production Unit</creatorRole>
       </pbcoreCreator>
       <pbcoreContributor>
         <contributor ref="http://en.wikipedia.org/wiki/Brady_Kiesling">John Brady Kiesling</contributor>
         <contributorRole source="PBCore" ref="http://pbcore.org/vocabularies/contributorRole#interviewee">Interviewee</contributorRole>
       </pbcoreContributor>
       <pbcorePublisher>
         <publisher ref=”http://illinois.edu”>University of Illinois</publisher>
         <publisherRole ref="http://pbcore.org/vocabularies/publisherRole#copyright-holder">Copyright Holder</publisherRole>
       </pbcorePublisher>
       <pbcoreRightsSummary>
         <rightsSummary>Permission granted by the copyright holder to stream and download for non-profit and educational use under a Creative Commons Attribution-
      NonCommercial-ShareAlike 2.0 Generic (CC BY-NC-SA 2.0)</rightsSummary>
         <rightsLink>http://creativecommons.org/licenses/by-nc-sa/2.0/</rightsLink>
       </pbcoreRightsSummary>
       <pbcoreInstantiation>
         <instantiationIdentifier source="Illinois Public Media" ></instantiationIdentifier>
         <instantiationDate dateType="date created">Fri, 23 Sep 2005 12:00:00 CST</instantiationDate>
         <instantiationDate dateType="date issued">Fri, 23 Sep 2005 12:10:00 CST</instantiationDate>              <instantiationDigital>mp3</instantiationDigital>
         <instantiationLocation>http://will.illinois.edu/media/focus050923a.mp3</instantiationLocation>
         <instatiationMediaType>Sound</instatiationMediaType>
         <instantiationGenerations>Copy: access</instantiationGenerations>
         <instantiationFileSize unitsOfMeasure="bytes">24767532</instantiationFileSize>
         <instantiationDuration>00:52:08</instantiationDuration>
       </pbcoreInstantiation>
      </PBCoreDescriptionDocument>
PART FIVE:


Ontology
Is bark what a dog says
 or what a tree grows?
Systems of meaning:
Systems of meaning:
• Taxonomy: The use of Controlled Vocabularies
  created and maintained by authorities, e.g.
  Library of Congress Subject Headings, or
  PBCore lists on the Open Metadata Registry
Systems of meaning:
• Taxonomy: The use of Controlled Vocabularies
  created and maintained by authorities, e.g.
  Library of Congress Subject Headings, or
  PBCore lists on the Open Metadata Registry
• Folksonomy: User tagging of content with
  freestyle keywords for which no authority
  beyond the user exists
Systems of meaning:
• Taxonomy: The use of Controlled Vocabularies
  created and maintained by authorities, e.g.
  Library of Congress Subject Headings, or
  PBCore lists on the Open Metadata Registry
• Folksonomy: User tagging of content with
  freestyle keywords for which no authority
  beyond the user exists
• Taxonomy + Folksonomy = Powerful stuff
Web Services can map
metadata formats and
    taxonomies
Linked Data
Intro to PBCore Zen




              Jack Brighton
   director of new media & innovation
          Illinois Public Media
            jackb@illinois.edu

Más contenido relacionado

Similar a Intro to PBCore Zen, PBCore workshop, AMIA 2011 - jack brighton

Caro: Digitization for Beginners Resource List
Caro: Digitization for Beginners Resource ListCaro: Digitization for Beginners Resource List
Caro: Digitization for Beginners Resource ListALATechSource
 
Open Access in Archaeology. Opening the Past, 2013, Pisa (PDF)
Open Access in Archaeology. Opening the Past, 2013, Pisa (PDF)Open Access in Archaeology. Opening the Past, 2013, Pisa (PDF)
Open Access in Archaeology. Opening the Past, 2013, Pisa (PDF)ekansa
 
Open Access in Archaeology. Opening the Past, 2013, Pisa
Open Access in Archaeology. Opening the Past, 2013, PisaOpen Access in Archaeology. Opening the Past, 2013, Pisa
Open Access in Archaeology. Opening the Past, 2013, Pisaekansa
 
CBA Presentation Guide
CBA Presentation GuideCBA Presentation Guide
CBA Presentation Guidegwylibrary
 
Building Digital Collections
Building Digital CollectionsBuilding Digital Collections
Building Digital CollectionsWiLS
 
Media Ecology Project slides from Open Repositories 2015
Media Ecology Project slides from Open Repositories 2015Media Ecology Project slides from Open Repositories 2015
Media Ecology Project slides from Open Repositories 2015nmdjohn
 
Where are Repository's Going?
Where are Repository's Going?Where are Repository's Going?
Where are Repository's Going?benosteen
 
American Archive of Public Broadcasting. Karen Cariani, Casey E. Davis, WGBH....
American Archive of Public Broadcasting. Karen Cariani, Casey E. Davis, WGBH....American Archive of Public Broadcasting. Karen Cariani, Casey E. Davis, WGBH....
American Archive of Public Broadcasting. Karen Cariani, Casey E. Davis, WGBH....FIAT/IFTA
 
Using a Wiki for Collaboration and Coordination
Using a Wiki for Collaboration and CoordinationUsing a Wiki for Collaboration and Coordination
Using a Wiki for Collaboration and CoordinationConnie Crosby
 
Web 2.0 Bootcamp
Web 2.0 BootcampWeb 2.0 Bootcamp
Web 2.0 Bootcampleoklein
 
A Picture is Worth... 75 tags (and so much more!): Revealing Historical Photo...
A Picture is Worth... 75 tags (and so much more!): Revealing Historical Photo...A Picture is Worth... 75 tags (and so much more!): Revealing Historical Photo...
A Picture is Worth... 75 tags (and so much more!): Revealing Historical Photo...kramsey
 
Accessibility of the American Archive of Public Broadcasting in Academic Libr...
Accessibility of the American Archive of Public Broadcasting in Academic Libr...Accessibility of the American Archive of Public Broadcasting in Academic Libr...
Accessibility of the American Archive of Public Broadcasting in Academic Libr...WGBH Media Library and Archives
 
Creating Narrative with Digital Objects
Creating Narrative with Digital ObjectsCreating Narrative with Digital Objects
Creating Narrative with Digital ObjectsShawn Day
 
Boston Library Consortium Webinar Part 1, Accessibility of AAPB for Academic ...
Boston Library Consortium Webinar Part 1, Accessibility of AAPB for Academic ...Boston Library Consortium Webinar Part 1, Accessibility of AAPB for Academic ...
Boston Library Consortium Webinar Part 1, Accessibility of AAPB for Academic ...Ryn Marchese
 
National History Day Projects
National History Day ProjectsNational History Day Projects
National History Day ProjectsGretchen Gueguen
 
Linked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsLinked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsJon Voss
 
DESIGN FOR CONTEXT: Cataloging, Web Design, and Linked Data for Exposing Nati...
DESIGN FOR CONTEXT: Cataloging, Web Design, and Linked Data for Exposing Nati...DESIGN FOR CONTEXT: Cataloging, Web Design, and Linked Data for Exposing Nati...
DESIGN FOR CONTEXT: Cataloging, Web Design, and Linked Data for Exposing Nati...WGBH Media Library and Archives
 
Linked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & MuseumsLinked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & MuseumsJon Voss
 

Similar a Intro to PBCore Zen, PBCore workshop, AMIA 2011 - jack brighton (20)

Caro: Digitization for Beginners Resource List
Caro: Digitization for Beginners Resource ListCaro: Digitization for Beginners Resource List
Caro: Digitization for Beginners Resource List
 
Open Access in Archaeology. Opening the Past, 2013, Pisa (PDF)
Open Access in Archaeology. Opening the Past, 2013, Pisa (PDF)Open Access in Archaeology. Opening the Past, 2013, Pisa (PDF)
Open Access in Archaeology. Opening the Past, 2013, Pisa (PDF)
 
Open Access in Archaeology. Opening the Past, 2013, Pisa
Open Access in Archaeology. Opening the Past, 2013, PisaOpen Access in Archaeology. Opening the Past, 2013, Pisa
Open Access in Archaeology. Opening the Past, 2013, Pisa
 
CBA Presentation Guide
CBA Presentation GuideCBA Presentation Guide
CBA Presentation Guide
 
Building Digital Collections
Building Digital CollectionsBuilding Digital Collections
Building Digital Collections
 
Media Ecology Project slides from Open Repositories 2015
Media Ecology Project slides from Open Repositories 2015Media Ecology Project slides from Open Repositories 2015
Media Ecology Project slides from Open Repositories 2015
 
Where are Repository's Going?
Where are Repository's Going?Where are Repository's Going?
Where are Repository's Going?
 
American Archive of Public Broadcasting. Karen Cariani, Casey E. Davis, WGBH....
American Archive of Public Broadcasting. Karen Cariani, Casey E. Davis, WGBH....American Archive of Public Broadcasting. Karen Cariani, Casey E. Davis, WGBH....
American Archive of Public Broadcasting. Karen Cariani, Casey E. Davis, WGBH....
 
Using a Wiki for Collaboration and Coordination
Using a Wiki for Collaboration and CoordinationUsing a Wiki for Collaboration and Coordination
Using a Wiki for Collaboration and Coordination
 
Web 2.0 Bootcamp
Web 2.0 BootcampWeb 2.0 Bootcamp
Web 2.0 Bootcamp
 
A Picture is Worth... 75 tags (and so much more!): Revealing Historical Photo...
A Picture is Worth... 75 tags (and so much more!): Revealing Historical Photo...A Picture is Worth... 75 tags (and so much more!): Revealing Historical Photo...
A Picture is Worth... 75 tags (and so much more!): Revealing Historical Photo...
 
Accessibility of the American Archive of Public Broadcasting in Academic Libr...
Accessibility of the American Archive of Public Broadcasting in Academic Libr...Accessibility of the American Archive of Public Broadcasting in Academic Libr...
Accessibility of the American Archive of Public Broadcasting in Academic Libr...
 
Creating Narrative with Digital Objects
Creating Narrative with Digital ObjectsCreating Narrative with Digital Objects
Creating Narrative with Digital Objects
 
Tillett, Hillmann, and Moen, "Bibliographic Control Alphabet Soup: AACR to R...
Tillett, Hillmann, and Moen, "Bibliographic Control Alphabet Soup:  AACR to R...Tillett, Hillmann, and Moen, "Bibliographic Control Alphabet Soup:  AACR to R...
Tillett, Hillmann, and Moen, "Bibliographic Control Alphabet Soup: AACR to R...
 
Boston Library Consortium Webinar Part 1, Accessibility of AAPB for Academic ...
Boston Library Consortium Webinar Part 1, Accessibility of AAPB for Academic ...Boston Library Consortium Webinar Part 1, Accessibility of AAPB for Academic ...
Boston Library Consortium Webinar Part 1, Accessibility of AAPB for Academic ...
 
National History Day Projects
National History Day ProjectsNational History Day Projects
National History Day Projects
 
Linked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsLinked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & Museums
 
DESIGN FOR CONTEXT: Cataloging, Web Design, and Linked Data for Exposing Nati...
DESIGN FOR CONTEXT: Cataloging, Web Design, and Linked Data for Exposing Nati...DESIGN FOR CONTEXT: Cataloging, Web Design, and Linked Data for Exposing Nati...
DESIGN FOR CONTEXT: Cataloging, Web Design, and Linked Data for Exposing Nati...
 
Linked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & MuseumsLinked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & Museums
 
Bringing Local History Online
Bringing Local History OnlineBringing Local History Online
Bringing Local History Online
 

Último

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 

Último (20)

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 

Intro to PBCore Zen, PBCore workshop, AMIA 2011 - jack brighton

  • 1. Intro to PBCore Zen Jack Brighton director of new media & innovation Illinois Public Media jackb@illinois.edu
  • 2. PART ONE: Why does metadata matter?
  • 3. A story about broadcasting
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21. WILL Radio interview with John Brady Kiesling, former U.S. diplomat, on “The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy,” Focus 580, September 23, 2005 Interviewer: Jack Brighton Producer: Harriet Williamson
  • 22. Descriptive Metadata • title:Focus 580 on WILL-AM • subject: The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy • description: U.S. diplomat Interview with John Brady Kiesling, former • genre: politics, United States, Iraq, foreign policy, war • date of broadcast: September 23, 2005 • etcetera...
  • 23. Administrative Metadata • creator: WILL Radio • publisher: WILL Public Media • copyright holder: University of Illinois • rights summary: may be repurposed for non-commercial and educational purposes with attribution to WILL • etcetera...
  • 24. Technical Metadata • format:broadcast wav file • sampling rate: 44.1 kHz • bit depth:16 bit • tracks:mono • file size: 248,673,242 bites • location:Enco DAD cut #36465 • etcetera...
  • 26. as a web page
  • 27. media object as rss feed <?xml version="1.0" encoding="UTF-8" ?> - <rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" version="2.0"> - <channel> <title>Focus 580 on WILL-AM</title> <description>An intelligent interview program on current affairs</description> <link>http://www.will.uiuc.edu/am/focus</link> <language>en-us</language> <copyright>Copyright 2005 University of Illinois</copyright> <itunes:image href="http://www.will.uiuc.edu/am/focus/images/focuspodcast.jpg" /> <lastBuildDate>Fri, 23 Sep 2005 12:10:00 CST</lastBuildDate> <pubDate>Fri, 23 Sep 2005 12:10:00 CST</pubDate> <docs>http://blogs.law.harvard.edu/tech/rss</docs> <webMaster>jackb@uiuc.edu</webMaster> - <item> <title>The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy</title> <link>http://will.uiuc.edu/am/focus</link> <description>Interview with John Brady Kiesling, former U.S. diplomat</description> <enclosure url="http://www.will.uiuc.edu/willmp3/focus050923a.mp3" length="24767532" type="audio/mpeg" /> <category>Current Events</category> <pubDate>Fri, 23 Sep 2005 12:10:00 CST</pubDate> </item> </channel> </rss>
  • 28. rss feed viewed in Firefox
  • 29. rss feed in iTunes
  • 30. as a Dublin Core record <?xml version="1.0"?> <!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd"> <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://will.atlas.uiuc.edu/focus580/interview/focus050923a/"> <dc:title> The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy </dc:title> <dc:creator> WILL Public Media - http://will.illinois.edu </dc:creator> <dc:subject> WILL; public affairs; public radio; interviews; talk show; NPR; Illinois; Indiana; University of Illinois; Iraq; United States; Foreign Policy </dc:subject> <dc:description> Interview with John Brady Kiesling, former U.S. Diplomat </dc:description> <dc:publisher> WILL-AM, University of Illinois </dc:publisher> <dc:contributor> Jack Brighton, interviewer </dc:contributor> <dc:type> Sound </dc:type> <dc:language> en </dc:language> <dc:relation> http://will.illinois.edu/media/focus050923a.mp3 </dc:relation> <dc:rights> c 2008 University of Illinois </dc:rights> </rdf:Description> </rdf:RDF>
  • 31. with more detail as a PBCore record: <?xml version="1.0" encoding="UTF-8"?> <PBCoreDescriptionDocument xmlns="http://www.pbcore.org/PBCore/PBCoreNamespace.html"> <pbcoreIdentifier> <identifier>focus050923a</identifier> <identifierSource>Illinois Public Media</identifierSource> </pbcoreIdentifier> <pbcoreTitle> <title>The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy</title> <titleType>Interview</titleType> </pbcoreTitle> <pbcoreSubject> <subject>Iraq</subject> <subjectAuthorityUsed>Illinois Public Media Subjects</subjectAuthorityUsed> </pbcoreSubject> <pbcoreSubject> <subject>Insurgency--Iraq</subject> <subjectAuthorityUsed>Library of Congress Subject Headings</subjectAuthorityUsed> </pbcoreSubject> <pbcoreDescription> <description>WILL Radio interview with John Brady Kiesling, former U.S. diplomat, on “The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy,”</ description> <descriptionType>Abstract</descriptionType> </pbcoreDescription> <pbcoreCoverage> <coverage>Iraq</coverage> <coverageType>Spatial</coverageType> </pbcoreCoverage> <pbcoreCreator> <creator>WILL-AM</creator> <creatorRole>Creator</creatorRole> </pbcoreCreator> <pbcorePublisher> <publisher>University of Illinois</publisher> <publisherRole>Copyright Holder</publisherRole> </pbcorePublisher> <pbcoreRightsSummary> <rightsSummary>Permission granted by the copyright holder to stream and download for non-profit and educational use.</rightsSummary> </pbcoreRightsSummary> <pbcoreInstantiation> <pbcoreFormatID> <formatIdentifier>focus050923a.mp3</formatIdentifier> <formatIdentifierSource>Illinois Public Media</formatIdentifierSource> </pbcoreFormatID> <dateCreated>Fri, 23 Sep 2005 12:00:00 CST</dateCreated> <dateIssued>Fri, 23 Sep 2005 12:10:00 CST</dateIssued> <formatDigital>mp3</formatDigital> <formatLocation>http://will.illinois.edu/media/focus050923a.mp3</formatLocation> <formatMediaType>Sound</formatMediaType> <formatGenerations>Copy: access</formatGenerations> <formatDuration>00:52:08</formatDuration> </pbcoreInstantiation> </PBCoreDescriptionDocument>
  • 37. We are not just cataloging, We are enabling connection
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44. “The opportunity before all of us is living up to the dream of the Library of Alexandria and then taking it a step further: Universal access to all knowledge. Interestingly, it is now technically doable. “ Brewster Kahle, founder of the Internet Archive
  • 45.
  • 46.
  • 48. Dublin Core (ISO 15836) The Dublin Core set of metadata elements provides a small and fundamental group of text elements through which most resources can be described and catalogued. Using only 15 base text fields, a Dublin Core metadata record can describe physical resources such as books, digital materials such as video, sound, image, or text files, and composite media like web pages. http://en.wikipedia.org/wiki/Dublin_Core
  • 49. Simple Dublin Core The Simple Dublin Core Metadata Element Set (DCMES) consists of 15 metadata elements: • Title • Creator • Subject • Description • Publisher • Contributor • Date • Type • Format • Identifier • Source • Language • Relation • Coverage • Rights Reference: http://dublincore.org/documents/usageguide/elements.shtml
  • 50. DC Structure: Resource: the media item in the abstract
  • 51. DC Structure: Manifestation: a physical or digital instance of the resource
  • 52. DC Structure: A Resource can have one and only one Manifestation
  • 53. DC Structure: • Resource: the media item in the abstract • Manifestation: a physical or digital instance of the resource • A Resource can have one and only one Manifestation
  • 54. The One-to-One Principle In general Dublin Core metadata describes one manifestation or version of a resource, rather than assuming that manifestations stand in for one another. For instance, a jpeg image of the Mona Lisa has much in common with the original painting, but it is not the same as the painting. http://dublincore.org/documents/usageguide/
  • 55. The One-to-One principle is inefficient and/or messy when dealing with multiple manifestations of a media resource. Steven J. Miller, The One-To-One Principle: Challenges in Current Practice
  • 57. Other Dublin Core gaps • DC has no place for genre
  • 58. Other Dublin Core gaps • DC has no place for genre • DC says nothing about versioning or provenance
  • 59. Other Dublin Core gaps • DC has no place for genre • DC says nothing about versioning or provenance • DC says little about media format
  • 60. PBCore • built on Dublin Core • created by the American public broadcasting community for use by public media • funded by the Corporation for Public Broadcasting pbcore.org
  • 61. PBCore Strengths • Simple like Dublin Core • Improved for moving images • Solves the one-to-one problem • Strong on technical metadata • Extensible • User community growth
  • 62. People using PBCore • PBS & NPR & local stations • Film Archives • Northeast Historic Film • Democracy Now! • Fresh Air with Terry Gross • WNYC • The Dance Heritage Collection • Alliance for Community Media • Open Media Project • The Rock n’ Roll Hall of Fame • The American Archive • User community growing fast...
  • 63. PBCore Community • pbcore.org • PBCore listserv • pbcoreresources.org
  • 64. PBCore Versions • 1.0 - first public release in 2005 • 1.1 - January 2007, minor fixes • 1.2 - December 2008, added pbcoreEssenceTrack • 1.3 - August 2010, added the top-level element pbcoreAssetType • 2.0 - February 2011, many improvements based on user-community input • 2.1 - Hopefully soon
  • 65. PBCore Structure: Asset: the media item in the abstract
  • 66. PBCore Structure: Instantiation: a physical or digital instance of the asset
  • 67. PBCore Structure: A single Asset can have many Instantiations
  • 68. PBCore Structure: • Asset: the media item in the abstract • Instantiation: a physical or digital instance of the asset • A single Asset can have many Instantiations
  • 70. PBCore Instantiations • Instantiations capture technical metadata for either physical or digital media objects
  • 71. PBCore Instantiations • Instantiations capture technical metadata for either physical or digital media objects • This is needed for provenance and preservation
  • 72. PBCore Instantiations • Instantiations capture technical metadata for either physical or digital media objects • This is needed for provenance and preservation • Also needed by software applications that handle digital media
  • 73. PBCore Instantiations • Instantiations capture technical metadata for either physical or digital media objects • This is needed for provenance and preservation • Also needed by software applications that handle digital media • Also important for answering the question “Where is the media object?”
  • 74. PBCore compared with Dublin Core Dublin Core PBCore title title creator creator subject subject description description publisher publisher contributor contributor date date type type format format identifier identifier source source language language relation relation coverage coverage rights rights
  • 75. Required Elements in PBCore • Identifier • Title • Description
  • 76. additional descriptive elements • Genre • Audience Level • Audience Rating • Creator • Contributor • Publisher
  • 77. new PBCore root element Collection
  • 78. PBCore Instantiation additional elements • instantiationIdentifier • instantiationDate • instantiationDimensions • instantiationPhysical • instantiationDigital • instantiationStandard • instantiationLocation • instantiationMediaType • instantiationGenerations • instantiationFileSize • instantiationTimeStart • instantiationDuration • instantiationDataRate • instantiationColors • instantiationTracks • instantiationChannelConfiguration • instantiationLanguage • instantiationAlternativeModes • instantiationEssenceTrack • instantiationRelation • instantiationRelationType • instantiationRelationIdentifier • instantiationRights • rightsSummary • rightsLink • rightsEmbedded • instantiationAnnotation • instantiationPart • instantiationExtension
  • 79. PBCore Instantiation additional elements • instantiationIdentifier • instantiationDate • instantiationDimensions • instantiationPhysical • instantiationDigital • instantiationStandard • instantiationLocation • instantiationMediaType • instantiationGenerations • instantiationFileSize • instantiationTimeStart • instantiationDuration • instantiationDataRate • instantiationColors • instantiationTracks • instantiationChannelConfiguration • instantiationLanguage • instantiationAlternativeModes • instantiationEssenceTrack • instantiationRelation • instantiationRelationType • instantiationRelationIdentifier • instantiationRights • rightsSummary • rightsLink • rightsEmbedded • instantiationAnnotation • instantiationPart • instantiationExtension
  • 80. PBCore instantiationEssenceTrack subelements: instantiationEssenceTrack • essenceTrackType • essenceTrackIdentifier • essenceTrackStandard • essenceTrackEncoding • essenceTrackDataRate • essenceTrackFrameRate • essenceTrackPlaybackSpeed • essenceTrackSamplingRate • essenceTrackBitDepth • essenceTrackFrameSize • essenceTrackAspectRatio • essenceTrackTimeStart • essenceTrackDuration • essenceTrackLanguage • essenceTrackAnnotation • essenceTrackExtension
  • 81. Instantiation Tools for Digital Media • GetID3 • FFMPEG • MediaInfo • MediaInfo Mac application • PBCore Instantiationizer
  • 82. PART THREE: Tools
  • 84.
  • 88.
  • 89.
  • 90. It’s about Data Portability
  • 91.
  • 92.
  • 93.
  • 94.
  • 95.
  • 96. We can export and import structured data
  • 98. COVE
  • 99. COVE
  • 100. Merlin
  • 101. Merlin
  • 102.
  • 103. Catalog by any means necessary
  • 104. But follow standards and provide structured data
  • 106. PBCore 1.x weaknesses • No way to record separate dates for the Asset and its Instantiations • No way to record information about multi-part Instantiations • No way to record distinct rights information for different Instantiations • No way to show relationships between Instantiations, e.g. that an MPEG4 file was made from a master video file • You can record that Harrison Ford is an Actor, but you can’t specify what role he plays in the film • You can’t identify clip information within an asset, e.g. where in the timeline a subject or person occurs • You can’t bundle together a collection of PBCore 1.x records for easy transfer to other technical systems and collections
  • 107. new in PBCore 2.0 Attributes
  • 108. pbcoreIdentifier element: PBCore 1.x <pbcoreIdentifier> <identifier>focus050923a</identifier> <identifierSource>Illinois Public Media</identifierSource> </pbcoreIdentifier>
  • 109. pbcoreIdentifier element: PBCore 1.x <pbcoreIdentifier> <identifier>focus050923a</identifier> <identifierSource>Illinois Public Media</identifierSource> </pbcoreIdentifier> PBCore 2.0
  • 110. pbcoreIdentifier element: PBCore 1.x <pbcoreIdentifier> <identifier>focus050923a</identifier> <identifierSource>Illinois Public Media</identifierSource> </pbcoreIdentifier> PBCore 2.0 <pbcoreIdentifier source="Illinois Public Media" ref="http://will.illinois.edu">focus050923a</pbcoreIdentifier>
  • 111. Key Concept: URI: Uniform Resource Identifier a string of characters used to identify a name or a resource on the Internet. Such identification enables interaction with representations of the resource over a network (typically the World Wide Web) using specific protocols.
  • 112. pbcoreSubject element: PBCore 1.x <pbcoreSubject> <subject>Insurgency--Iraq</subject> <subjectAuthorityUsed>Library of Congress Subject Headings</subjectAuthorityUsed> </pbcoreSubject>
  • 113. pbcoreSubject element: PBCore 1.x <pbcoreSubject> <subject>Insurgency--Iraq</subject> <subjectAuthorityUsed>Library of Congress Subject Headings</subjectAuthorityUsed> </pbcoreSubject> PBCore 2.0
  • 114. pbcoreSubject element: PBCore 1.x <pbcoreSubject> <subject>Insurgency--Iraq</subject> <subjectAuthorityUsed>Library of Congress Subject Headings</subjectAuthorityUsed> </pbcoreSubject> PBCore 2.0 <pbcoreSubject source="Library of Congress Subject Headings" ref="http://id.loc.gov/ authorities/sh2008123892#concept">Insurgency--Iraq</pbcoreSubject>
  • 115. PBCore 2.0 subject with time attributes <pbcoreSubject source="Library of Congress Subject Headings" ref="http://id.loc.gov/authorities/sh2008123892#concept" startTime=”00:23:14” endTime=”00:27:28”>Insurgency--Iraq</ pbcoreSubject>
  • 116. pbcoreCoverage element: PBCore 1.x <pbcoreCoverage> <coverage>Iraq</coverage> <coverageType>Spatial</coverageType> </pbcoreCoverage>
  • 117. pbcoreCoverage element: PBCore 1.x <pbcoreCoverage> <coverage>Iraq</coverage> <coverageType>Spatial</coverageType> </pbcoreCoverage> PBCore 2.0
  • 118. pbcoreCoverage element: PBCore 1.x <pbcoreCoverage> <coverage>Iraq</coverage> <coverageType>Spatial</coverageType> </pbcoreCoverage> PBCore 2.0 <pbcoreCoverage> <coverage source="ISO-3166" ref="http://www.geonames.org/countries/IQ/iraq.html">IRQ</coverage> <coverageType>Spatial</coverageType> </pbcoreCoverage>
  • 119. pbcoreCreator element: PBCore 1.x <pbcoreCreator> <creator>WILL-AM</creator> <creatorRole>Production Unit</creatorRole> </pbcoreCreator>
  • 120. pbcoreCreator element: PBCore 1.x <pbcoreCreator> <creator>WILL-AM</creator> <creatorRole>Production Unit</creatorRole> </pbcoreCreator> PBCore 2.0
  • 121. pbcoreCreator element: PBCore 1.x <pbcoreCreator> <creator>WILL-AM</creator> <creatorRole>Production Unit</creatorRole> </pbcoreCreator> PBCore 2.0 <pbcoreCreator> <creator affiliation="University of Illinois" ref=”http://will.illinois.edu/am”>WILL-AM</creator> <creatorRole>Production Unit</creatorRole> </pbcoreCreator>
  • 122. pbcoreContributor element: PBCore 1.x <pbcoreContributor> <contributor>John Brady Kiesling</contributor> <contributorRole>Interviewee</contributorRole> </pbcoreContributor>
  • 123. pbcoreContributor element: PBCore 1.x <pbcoreContributor> <contributor>John Brady Kiesling</contributor> <contributorRole>Interviewee</contributorRole> </pbcoreContributor> PBCore 2.0
  • 124. pbcoreContributor element: PBCore 1.x <pbcoreContributor> <contributor>John Brady Kiesling</contributor> <contributorRole>Interviewee</contributorRole> </pbcoreContributor> PBCore 2.0 <pbcoreContributor> <contributor ref="http://en.wikipedia.org/wiki/Brady_Kiesling">John Brady Kiesling</contributor> <contributorRole source="PBCore" ref="http://pbcore.org/vocabularies/ contributorRole#interviewee">Interviewee</contributorRole> </pbcoreContributor>
  • 125. PBCore 2.0 Contributor with portrayal attribute <pbcoreContributor> <contributor ref="http://en.wikipedia.org/wiki/Sean_Connery">Sean Connery</contributor> <contributorRole portrayal=”James Bond” source="PBCore" ref="http://pbcore.org/ vocabularies/contributorRole#actor">Actor</contributorRole> </pbcoreContributor>
  • 126. pbcoreRightsSummary: PBCore 1.x <pbcoreRightsSummary> <rightsSummary>Permission granted by the copyright holder to stream and download for non-profit and educational use.</rightsSummary>
  • 127. pbcoreRightsSummary: PBCore 1.x <pbcoreRightsSummary> <rightsSummary>Permission granted by the copyright holder to stream and download for non-profit and educational use.</rightsSummary> PBCore 2.0
  • 128. pbcoreRightsSummary: PBCore 1.x <pbcoreRightsSummary> <rightsSummary>Permission granted by the copyright holder to stream and download for non-profit and educational use.</rightsSummary> PBCore 2.0 <pbcoreRightsSummary> <rightsSummary>Permission granted by the copyright holder to stream and download for non-profit and educational use under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Generic (CC BY-NC-SA 2.0)</rightsSummary> <rightsLink>http://creativecommons.org/licenses/by-nc-sa/2.0/</rightsLink> </pbcoreRightsSummary>
  • 129. PBCore 2.0 Common Attributes
  • 130. PBCore 2.0 Common Attributes • Source • Ref • Version • Annotation
  • 131. PBCore 2.0 Common Attributes • Source • Ref • Version • Annotation • startTime • endTime • timeAnnotation
  • 132. a PBCore 2.0 record: <?xml version="1.0" encoding="UTF-8"?> <PBCoreDescriptionDocument xmlns="http://www.pbcore.org/PBCore/PBCoreNamespace.html"> <pbcoreAssetType ref="http://pbcore.org/vocabularies/pbcoreAssetType#program">Program</pbcoreAssetType> <pbcoreAssetDate>Fri, 23 Sep 2005 12:00:00 CST</pbcoreAssetDate> <pbcoreIdentifier source="Illinois Public Media" ref="http://will.illinois.edu">focus050923a</pbcoreIdentifier> <pbcoreTitle titleType="Main">The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy</pbcoreTitle> <pbcoreSubject subjectType="topic" source="Illinois Public Media Subjects">Iraq</pbcoreSubject> <pbcoreSubject subjectType="topic" source="Library of Congress Subject Headings" ref="http://id.loc.gov/authorities/sh2008123892#concept">Insurgency--Iraq</ pbcoreSubject> <pbcoreDescription descriptionType="Summary" ref="http://pbcore.org/vocabularies/pbcoreDescription/descriptionType#summary">WILL Radio interview with John Brady Kiesling, former U.S. diplomat, on “The War In Iraq: U.S. Foreign Policy And The Crisis Of International Legitimacy”</pbcoreDescription> <pbcoreGenre source="PBCore" ref="http://pbcore.org/vocabularies/pbcoreGenre#interview">Interview</pbcoreGenre> <pbcoreCoverage> <coverage source="ISO-3166" ref="http://www.geonames.org/countries/IQ/iraq.html">IRQ</coverage> <coverageType>Spatial</coverageType> </pbcoreCoverage> <pbcoreCreator> <creator affiliation="Illinois Public Media">Jack Brighton</creator> <creatorRole>Interviewer</creatorRole> </pbcoreCreator> <pbcoreCreator> <creator affiliation="University of Illinois" ref="http://will.illinois.edu/am">WILL-AM</creator> <creatorRole>Production Unit</creatorRole> </pbcoreCreator> <pbcoreContributor> <contributor ref="http://en.wikipedia.org/wiki/Brady_Kiesling">John Brady Kiesling</contributor> <contributorRole source="PBCore" ref="http://pbcore.org/vocabularies/contributorRole#interviewee">Interviewee</contributorRole> </pbcoreContributor> <pbcorePublisher> <publisher ref=”http://illinois.edu”>University of Illinois</publisher> <publisherRole ref="http://pbcore.org/vocabularies/publisherRole#copyright-holder">Copyright Holder</publisherRole> </pbcorePublisher> <pbcoreRightsSummary> <rightsSummary>Permission granted by the copyright holder to stream and download for non-profit and educational use under a Creative Commons Attribution- NonCommercial-ShareAlike 2.0 Generic (CC BY-NC-SA 2.0)</rightsSummary> <rightsLink>http://creativecommons.org/licenses/by-nc-sa/2.0/</rightsLink> </pbcoreRightsSummary> <pbcoreInstantiation> <instantiationIdentifier source="Illinois Public Media" ></instantiationIdentifier> <instantiationDate dateType="date created">Fri, 23 Sep 2005 12:00:00 CST</instantiationDate> <instantiationDate dateType="date issued">Fri, 23 Sep 2005 12:10:00 CST</instantiationDate> <instantiationDigital>mp3</instantiationDigital> <instantiationLocation>http://will.illinois.edu/media/focus050923a.mp3</instantiationLocation> <instatiationMediaType>Sound</instatiationMediaType> <instantiationGenerations>Copy: access</instantiationGenerations> <instantiationFileSize unitsOfMeasure="bytes">24767532</instantiationFileSize> <instantiationDuration>00:52:08</instantiationDuration> </pbcoreInstantiation> </PBCoreDescriptionDocument>
  • 134. Is bark what a dog says or what a tree grows?
  • 136. Systems of meaning: • Taxonomy: The use of Controlled Vocabularies created and maintained by authorities, e.g. Library of Congress Subject Headings, or PBCore lists on the Open Metadata Registry
  • 137. Systems of meaning: • Taxonomy: The use of Controlled Vocabularies created and maintained by authorities, e.g. Library of Congress Subject Headings, or PBCore lists on the Open Metadata Registry • Folksonomy: User tagging of content with freestyle keywords for which no authority beyond the user exists
  • 138. Systems of meaning: • Taxonomy: The use of Controlled Vocabularies created and maintained by authorities, e.g. Library of Congress Subject Headings, or PBCore lists on the Open Metadata Registry • Folksonomy: User tagging of content with freestyle keywords for which no authority beyond the user exists • Taxonomy + Folksonomy = Powerful stuff
  • 139. Web Services can map metadata formats and taxonomies
  • 141.
  • 142. Intro to PBCore Zen Jack Brighton director of new media & innovation Illinois Public Media jackb@illinois.edu

Notas del editor

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. They are all connected or at least connectable in theory.\n
  36. They are all connected or at least connectable in theory.\n
  37. \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. \n
  55. \n
  56. \n
  57. \n
  58. \n
  59. \n
  60. \n
  61. \n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. \n
  68. \n
  69. \n
  70. \n
  71. \n
  72. \n
  73. \n
  74. \n
  75. \n
  76. \n
  77. \n
  78. \n
  79. \n
  80. \n
  81. \n
  82. \n
  83. \n
  84. \n
  85. \n
  86. \n
  87. \n
  88. \n
  89. \n
  90. \n
  91. \n
  92. \n
  93. \n
  94. \n
  95. \n
  96. \n
  97. \n
  98. \n
  99. \n
  100. \n
  101. \n
  102. \n
  103. \n
  104. \n
  105. \n
  106. \n
  107. \n
  108. \n
  109. \n
  110. \n
  111. \n
  112. \n
  113. \n
  114. \n
  115. \n
  116. \n
  117. \n
  118. \n
  119. \n
  120. \n
  121. \n
  122. \n
  123. \n
  124. \n
  125. \n
  126. \n
  127. \n
  128. \n
  129. \n
  130. \n
  131. \n