SlideShare a Scribd company logo
1 of 26
Thriving in an Open World
   Traditional cataloging considers identification
    via text adequate (for physical things mostly)
     A ‘record’ aggregates statements, but the identity
      of the resource being described is often squishy (a
      title? Title plus author? ISBN?)
     Digital identity must be significantly clearer (a
      URI/URL?) because immediate access is expected
   Our entry into the digital world is forcing us
    to look more carefully at our practices
                AALL Boston 7/23/2012                       2
   Requires creating and aggregating data in a
    broader context
     There is no one ‘correct’ record to be made from
     this, no objective ‘truth’
   This approach is different from the cataloging
    tradition
     BUT, the focus on vocabularies is one we can work
     with
   In the SemWeb world vocabularies are more
    complex than the thesauri we know
               AALL Boston 7/23/2012                      3
   XML assumes a 'closed' world (domain), usually
    defined by a schema:
     "We know all of the data describing this resource.
      The single description must be a valid document
      according to our schema. The data must be valid.”
     XML's document model provides a neat
      equivalence to a metadata 'record’


               AALL Boston 7/23/2012                       4
   RDF assumes an 'open' world:
     "There's an infinite amount of unknown data
      describing this resource yet to be discovered. It
      will come from an infinite number of providers.
      There will be an infinite number of descriptions.
      Those descriptions must be consistent."
     RDF's statement-oriented data model
      has no notion of 'record’
      (rather, statements can be aggregated for
      a fuller description of a resource)
                AALL Boston 7/23/2012                     5
 Bridge the XML and RDF worlds
 Ensure ability to map between RDA and other
  element sets
 Provide a sound platform for extension of RDA
  Vocabularies into new and specialized domains
 Consider methods for expressing AACR2 structures
  in technical ways to ease the pain of transition to
  RDA


              AALL Boston 7/23/2012                     6
   RDA Properties declared in two separate
    hierarchies:
     An ‘unconstrained’ vocabulary, with no explicit
      relationship to FRBR entities
     A subset of classes, properties and subproperties with
      FRBR entities as ‘domains’
 Pros: retained usability in or out of libraries; better
  mapping to/from non-FRBR vocabularies
 Cons: still seems too complex to many SemWeb
  implementers (many using BIBO)

                 AALL Boston 7/23/2012                         7
   The ‘bounded’ properties should be seen as the official JSC-
    defined RDA Application Profile for libraries
     What’s still lacking is the addition of the necessary constraints:
      datatypes, cardinality, associated value vocabularies
   Extensions and mapping should be built from the
    unconstrained properties
     Unconstrained vocabularies necessary for use in domains where FRBR
      not assumed or inappropriate
     Mapping from vocabularies not using the FRBR model directly to ones
      that do (and back) creates serious problems for the ‘Web of Data’




                     AALL Boston 7/23/2012                                  8
Property (Generalized, no FRBR relationship)            Semantic
                                                          Web

   Subproperty (with relationship to one FRBR
                    entity)


                                                        FRBR Entity




                                                The Simple Case:
       Library Applications                      One Property--
                                                One FRBR Entity



               AALL Boston 7/23/2012                                  9
Property (Generalized, no FRBR relationship)        Semantic
                                                      Web

   Subproperty (with relationship to one FRBR
                    entity)
                                                   FRBR Entity
   Subproperty (with relationship to one FRBR
                    entity)
                                                   FRBR Entity




       Library Applications            The Not-So-Simple Case:
                                       One Property—more than
                                           One FRBR Entity

               AALL Boston 7/23/2012                             10
   In 2005, the DC Usage Board worked with LC to build a
    formal representation of the MARC Relators so that these
    terms could be used with DC
     This work provided a template for the registration of the
       role terms in RDA (in Appendix I) and, by extension, the
       other RDA relationships
   Role and relationship properties are registered at the same
    level as elements, rather than as attributes (as MARC does
    with relators, and RDA does in its XML schemas)




                 AALL Boston 7/23/2012                            11
   RDA (and MARC 21) include pre-coordinated, aggregated
    statements that have traditionally been handled as a whole,
    ex.: Publication, Distribution, Manufacture and Production
    statements, etc.
     These were originally pulled together for the efficient display on
      catalog cards
     Some users will prefer to deal with the issue at the display level, by
      using separate properties and configuring the display to manipulate
      the order
     To deal with retrospective, transitional and (some) prospective needs,
      we must address the desire to continue this practice



                    AALL Boston 7/23/2012                                      12
Pre-coordinated Statements: Structure

  Aggregated Statement (no domain or range)




                                                     Domain: FRBR Entity
         Aggregated Statement Subproperty



       Range: RDA Syntax Encoding Scheme
           (Subclass of RDF Datatype)

                 Range: [Specific] Encoding Scheme
                            (Subclass)


General Property (no domain or range)


                 Subproperty


                 AALL Boston 7/23/2012                                     13
Pre-coordinated Statements: Example

   Publication Statement (no domain or range)




                                                        Domain: Manifestation
         Publication Statement (Manifestation)



  Range: RDA Syntax Encoding Scheme (Subclass
               of RDF Datatype)


                Range: Publication Statement Encoding
                         Scheme (Subclass)


Place of publication (no domain or range)


        Place of publication (Manifestation)


                   AALL Boston 7/23/2012                                        14
   The inclusion of unconstrained properties provides a path for
    extension of RDA into specialized library communities and
    non-library communities
     They may have a different notion of how FRBR
      ‘aggregates’ (For example, a colorized version of a film
      may be viewed as a separate work)
     They may not wish to use FRBR at all
     They may have additional, domain-specific properties to
      add, that could benefit from a relationship to the RDA
      properties


                 AALL Boston 7/23/2012                              15
RDA:adaptedAs



 RDA:adaptedAsARadioScript




        AALL Boston 7/23/2012   16
RDA:adaptedAs

                       RDA:adaptedAsARadioScript



KidLit:adaptedAsAPictureBook


         Extension using Unconstrained Properties



           AALL Boston 7/23/2012                    17
RDA:adaptedAs

                             RDA:adaptedAsARadioScrip
                             t


                  KidLit:adaptedAsAPictureBook


KidLit:adaptedAsAChapterBook

       Extension using Unconstrained Properties
          AALL Boston 7/23/2012                         18
 Building relationships between vocabularies is not
  necessarily a proprietary activity or tied to particular
  applications (not ‘crosswalking’ as we have understood that
  term)
 http://MARC21rdf.info provides a beginning point for
  mapping library data that is easily shared and modified to
  meet a variety of needs
 New approaches go beyond ‘sameAs’ and suggest the
  potential for more granular, nuanced relationships
 Mapping in this context retains the original data ‘as is’ and
  provides a view through the lens of another structure (with
  minimal loss of richness)
                AALL Boston 7/23/2012                             19
AALL Boston 7/23/2012   20
AALL Boston 7/23/2012   http://marc21rdf.info   21
Property Detail: Relator codes




                        http://marc21rdf.info/elements/1XXM1000_4




                Tag: 100 (Main entry-Personal Name)
                         Ind2: # (no caption)
                        Sub: 4 (Relator code)




AALL Boston 7/23/2012                                               22
RDF graph of 00X mapping pattern for an attribute with more than one value
and no significance in the order of values




                    AALL Boston 7/23/2012                                    23
Partial RDF graph of 00X mapping pattern for two or more attributes with
more than one value and significance in the order of values




                   AALL Boston 7/23/2012                                   24
 Our big investment is (and has always been) in our
          data, not our systems
         Over many changes in format of materials, we’ve
          always struggled to keep our focus on the data
          content that endures, regardless of differences in
          data management strategy or presentation format
         We have made good progress in moving towards
          our common future, but we can’t be afraid to
          change, or afraid to fail


AALL Boston 7/23/2012                                          25
Thank you!
        Questions?


  Contact info:
  metadata.maven
  @gmail.com

  Metadata
  Matters:
  http://managemet
  adata.com/blog




AALL Boston 7/23/2012   26

More Related Content

Similar to Linked data presentation to AALL 2012 boston

Dublin Core Metadata Initiative Abstract Model
Dublin Core Metadata Initiative Abstract ModelDublin Core Metadata Initiative Abstract Model
Dublin Core Metadata Initiative Abstract ModelJenn Riley
 
Shrinking the silo boundary: data and schema in the Semantic Web
Shrinking the silo boundary: data and schema in the Semantic WebShrinking the silo boundary: data and schema in the Semantic Web
Shrinking the silo boundary: data and schema in the Semantic WebGordon Dunsire
 
The RDA Vocabularies: What They Are, How They Work
The RDA Vocabularies: What They Are, How They WorkThe RDA Vocabularies: What They Are, How They Work
The RDA Vocabularies: What They Are, How They WorkDiane Hillmann
 
Diane Hillmann: RDA Vocabularies in the Semantic Web
Diane Hillmann: RDA Vocabularies in the Semantic WebDiane Hillmann: RDA Vocabularies in the Semantic Web
Diane Hillmann: RDA Vocabularies in the Semantic WebALATechSource
 
Clara RDA Training 1
Clara RDA Training 1Clara RDA Training 1
Clara RDA Training 1ClaraLiao
 
Understanding RDF: the Resource Description Framework in Context (1999)
Understanding RDF: the Resource Description Framework in Context  (1999)Understanding RDF: the Resource Description Framework in Context  (1999)
Understanding RDF: the Resource Description Framework in Context (1999)Dan Brickley
 
Semantic Web and Related Work at W3C
Semantic Web and Related Work at W3CSemantic Web and Related Work at W3C
Semantic Web and Related Work at W3CIvan Herman
 
Registering the RDA Vocabularies
Registering the RDA VocabulariesRegistering the RDA Vocabularies
Registering the RDA VocabulariesDiane Hillmann
 
Services semantic technology_terminology
Services semantic technology_terminologyServices semantic technology_terminology
Services semantic technology_terminologyTenforce
 
The JISC DC Application Profiles: Some thoughts on requirements and scope
The JISC DC Application Profiles: Some thoughts on requirements and scopeThe JISC DC Application Profiles: Some thoughts on requirements and scope
The JISC DC Application Profiles: Some thoughts on requirements and scopeEduserv Foundation
 
Site Interoperability Projects at DERI Galway's SW Cluster
Site Interoperability Projects at DERI Galway's SW ClusterSite Interoperability Projects at DERI Galway's SW Cluster
Site Interoperability Projects at DERI Galway's SW ClusterJohn Breslin
 
Resource description framework
Resource description frameworkResource description framework
Resource description frameworkhozifa1010
 
Triplificating and linking XBRL financial data
Triplificating and linking XBRL financial dataTriplificating and linking XBRL financial data
Triplificating and linking XBRL financial dataRoberto García
 
Short Report Bridges performance gap between Relational and RDF
Short Report Bridges performance gap between Relational and RDFShort Report Bridges performance gap between Relational and RDF
Short Report Bridges performance gap between Relational and RDFAkram Abbasi
 

Similar to Linked data presentation to AALL 2012 boston (20)

Dublin Core Metadata Initiative Abstract Model
Dublin Core Metadata Initiative Abstract ModelDublin Core Metadata Initiative Abstract Model
Dublin Core Metadata Initiative Abstract Model
 
Shrinking the silo boundary: data and schema in the Semantic Web
Shrinking the silo boundary: data and schema in the Semantic WebShrinking the silo boundary: data and schema in the Semantic Web
Shrinking the silo boundary: data and schema in the Semantic Web
 
The RDA Vocabularies: What They Are, How They Work
The RDA Vocabularies: What They Are, How They WorkThe RDA Vocabularies: What They Are, How They Work
The RDA Vocabularies: What They Are, How They Work
 
Diane Hillmann: RDA Vocabularies in the Semantic Web
Diane Hillmann: RDA Vocabularies in the Semantic WebDiane Hillmann: RDA Vocabularies in the Semantic Web
Diane Hillmann: RDA Vocabularies in the Semantic Web
 
Clara RDA Training 1
Clara RDA Training 1Clara RDA Training 1
Clara RDA Training 1
 
Understanding RDF: the Resource Description Framework in Context (1999)
Understanding RDF: the Resource Description Framework in Context  (1999)Understanding RDF: the Resource Description Framework in Context  (1999)
Understanding RDF: the Resource Description Framework in Context (1999)
 
Semantic Web and Related Work at W3C
Semantic Web and Related Work at W3CSemantic Web and Related Work at W3C
Semantic Web and Related Work at W3C
 
Registering the RDA Vocabularies
Registering the RDA VocabulariesRegistering the RDA Vocabularies
Registering the RDA Vocabularies
 
ASIS&T 2010
ASIS&T 2010ASIS&T 2010
ASIS&T 2010
 
Services semantic technology_terminology
Services semantic technology_terminologyServices semantic technology_terminology
Services semantic technology_terminology
 
The JISC DC Application Profiles: Some thoughts on requirements and scope
The JISC DC Application Profiles: Some thoughts on requirements and scopeThe JISC DC Application Profiles: Some thoughts on requirements and scope
The JISC DC Application Profiles: Some thoughts on requirements and scope
 
Site Interoperability Projects at DERI Galway's SW Cluster
Site Interoperability Projects at DERI Galway's SW ClusterSite Interoperability Projects at DERI Galway's SW Cluster
Site Interoperability Projects at DERI Galway's SW Cluster
 
Semantic web
Semantic web Semantic web
Semantic web
 
Resource description framework
Resource description frameworkResource description framework
Resource description framework
 
Ch21-OODB.ppt
Ch21-OODB.pptCh21-OODB.ppt
Ch21-OODB.ppt
 
Triplificating and linking XBRL financial data
Triplificating and linking XBRL financial dataTriplificating and linking XBRL financial data
Triplificating and linking XBRL financial data
 
Short Report Bridges performance gap between Relational and RDF
Short Report Bridges performance gap between Relational and RDFShort Report Bridges performance gap between Relational and RDF
Short Report Bridges performance gap between Relational and RDF
 
Jpl presentation
Jpl presentationJpl presentation
Jpl presentation
 
Jpl presentation
Jpl presentationJpl presentation
Jpl presentation
 
Jpl presentation
Jpl presentationJpl presentation
Jpl presentation
 

More from Diane Hillmann

RDA and Linked Data: where's the beef
RDA and Linked Data: where's the beefRDA and Linked Data: where's the beef
RDA and Linked Data: where's the beefDiane Hillmann
 
RDA: Alive and Well and Still Speaking MARC
RDA: Alive and Well and Still Speaking MARCRDA: Alive and Well and Still Speaking MARC
RDA: Alive and Well and Still Speaking MARCDiane Hillmann
 
Vocabulary Development for Local Use: A DIY Introduction
Vocabulary Development for Local Use: A DIY IntroductionVocabulary Development for Local Use: A DIY Introduction
Vocabulary Development for Local Use: A DIY IntroductionDiane Hillmann
 
What Can We Do About Our Legacy Data?
What Can We Do About Our Legacy Data?What Can We Do About Our Legacy Data?
What Can We Do About Our Legacy Data?Diane Hillmann
 
Moving to an open world
Moving to an open worldMoving to an open world
Moving to an open worldDiane Hillmann
 
Versioning for Authorities, presentation at Midwinter Chicago 2015
Versioning  for Authorities, presentation at Midwinter Chicago 2015Versioning  for Authorities, presentation at Midwinter Chicago 2015
Versioning for Authorities, presentation at Midwinter Chicago 2015Diane Hillmann
 
RDA as linked data (RDA Forum)
RDA as linked data (RDA Forum)RDA as linked data (RDA Forum)
RDA as linked data (RDA Forum)Diane Hillmann
 
What is an RDA Record?
What is an RDA Record?What is an RDA Record?
What is an RDA Record?Diane Hillmann
 
Oregon State visit 2011
Oregon State visit 2011Oregon State visit 2011
Oregon State visit 2011Diane Hillmann
 
RDA & the New World of Metadata
RDA & the New World of MetadataRDA & the New World of Metadata
RDA & the New World of MetadataDiane Hillmann
 
The Other Side of Linked Open Data: Managing Metadata Aggregation
The Other Side of Linked Open Data: Managing Metadata AggregationThe Other Side of Linked Open Data: Managing Metadata Aggregation
The Other Side of Linked Open Data: Managing Metadata AggregationDiane Hillmann
 
A Consideration of Library Holdings in the World Beyond MARC
A Consideration of Library Holdings in the World Beyond MARCA Consideration of Library Holdings in the World Beyond MARC
A Consideration of Library Holdings in the World Beyond MARCDiane Hillmann
 
Maps & gaps: strategies for vocabulary design and development
Maps & gaps: strategies for vocabulary design and developmentMaps & gaps: strategies for vocabulary design and development
Maps & gaps: strategies for vocabulary design and developmentDiane Hillmann
 
NISO Bibliographic Roadmap Meeting Proposal
NISO Bibliographic Roadmap Meeting ProposalNISO Bibliographic Roadmap Meeting Proposal
NISO Bibliographic Roadmap Meeting ProposalDiane Hillmann
 
New World of Metadata: Growing, Shifting, Merging
New World of Metadata: Growing, Shifting, MergingNew World of Metadata: Growing, Shifting, Merging
New World of Metadata: Growing, Shifting, MergingDiane Hillmann
 

More from Diane Hillmann (20)

RDA and Linked Data: where's the beef
RDA and Linked Data: where's the beefRDA and Linked Data: where's the beef
RDA and Linked Data: where's the beef
 
RDA: Alive and Well and Still Speaking MARC
RDA: Alive and Well and Still Speaking MARCRDA: Alive and Well and Still Speaking MARC
RDA: Alive and Well and Still Speaking MARC
 
Vocabulary Development for Local Use: A DIY Introduction
Vocabulary Development for Local Use: A DIY IntroductionVocabulary Development for Local Use: A DIY Introduction
Vocabulary Development for Local Use: A DIY Introduction
 
What Can We Do About Our Legacy Data?
What Can We Do About Our Legacy Data?What Can We Do About Our Legacy Data?
What Can We Do About Our Legacy Data?
 
Moving to an open world
Moving to an open worldMoving to an open world
Moving to an open world
 
Why change?
Why change?Why change?
Why change?
 
Versioning for Authorities, presentation at Midwinter Chicago 2015
Versioning  for Authorities, presentation at Midwinter Chicago 2015Versioning  for Authorities, presentation at Midwinter Chicago 2015
Versioning for Authorities, presentation at Midwinter Chicago 2015
 
RDA as linked data (RDA Forum)
RDA as linked data (RDA Forum)RDA as linked data (RDA Forum)
RDA as linked data (RDA Forum)
 
What's goin' on?
What's goin' on?What's goin' on?
What's goin' on?
 
Playing with Jane
Playing with JanePlaying with Jane
Playing with Jane
 
What is an RDA Record?
What is an RDA Record?What is an RDA Record?
What is an RDA Record?
 
Oregon State visit 2011
Oregon State visit 2011Oregon State visit 2011
Oregon State visit 2011
 
RDA & the New World of Metadata
RDA & the New World of MetadataRDA & the New World of Metadata
RDA & the New World of Metadata
 
The Other Side of Linked Open Data: Managing Metadata Aggregation
The Other Side of Linked Open Data: Managing Metadata AggregationThe Other Side of Linked Open Data: Managing Metadata Aggregation
The Other Side of Linked Open Data: Managing Metadata Aggregation
 
Mapmakers
MapmakersMapmakers
Mapmakers
 
A Consideration of Library Holdings in the World Beyond MARC
A Consideration of Library Holdings in the World Beyond MARCA Consideration of Library Holdings in the World Beyond MARC
A Consideration of Library Holdings in the World Beyond MARC
 
Maps & gaps: strategies for vocabulary design and development
Maps & gaps: strategies for vocabulary design and developmentMaps & gaps: strategies for vocabulary design and development
Maps & gaps: strategies for vocabulary design and development
 
NISO Bibliographic Roadmap Meeting Proposal
NISO Bibliographic Roadmap Meeting ProposalNISO Bibliographic Roadmap Meeting Proposal
NISO Bibliographic Roadmap Meeting Proposal
 
Lossless MARC Mapping
Lossless MARC MappingLossless MARC Mapping
Lossless MARC Mapping
 
New World of Metadata: Growing, Shifting, Merging
New World of Metadata: Growing, Shifting, MergingNew World of Metadata: Growing, Shifting, Merging
New World of Metadata: Growing, Shifting, Merging
 

Recently uploaded

ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 

Recently uploaded (20)

ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 

Linked data presentation to AALL 2012 boston

  • 1. Thriving in an Open World
  • 2. Traditional cataloging considers identification via text adequate (for physical things mostly)  A ‘record’ aggregates statements, but the identity of the resource being described is often squishy (a title? Title plus author? ISBN?)  Digital identity must be significantly clearer (a URI/URL?) because immediate access is expected  Our entry into the digital world is forcing us to look more carefully at our practices AALL Boston 7/23/2012 2
  • 3. Requires creating and aggregating data in a broader context  There is no one ‘correct’ record to be made from this, no objective ‘truth’  This approach is different from the cataloging tradition  BUT, the focus on vocabularies is one we can work with  In the SemWeb world vocabularies are more complex than the thesauri we know AALL Boston 7/23/2012 3
  • 4. XML assumes a 'closed' world (domain), usually defined by a schema:  "We know all of the data describing this resource. The single description must be a valid document according to our schema. The data must be valid.”  XML's document model provides a neat equivalence to a metadata 'record’ AALL Boston 7/23/2012 4
  • 5. RDF assumes an 'open' world:  "There's an infinite amount of unknown data describing this resource yet to be discovered. It will come from an infinite number of providers. There will be an infinite number of descriptions. Those descriptions must be consistent."  RDF's statement-oriented data model has no notion of 'record’ (rather, statements can be aggregated for a fuller description of a resource) AALL Boston 7/23/2012 5
  • 6.  Bridge the XML and RDF worlds  Ensure ability to map between RDA and other element sets  Provide a sound platform for extension of RDA Vocabularies into new and specialized domains  Consider methods for expressing AACR2 structures in technical ways to ease the pain of transition to RDA AALL Boston 7/23/2012 6
  • 7. RDA Properties declared in two separate hierarchies:  An ‘unconstrained’ vocabulary, with no explicit relationship to FRBR entities  A subset of classes, properties and subproperties with FRBR entities as ‘domains’  Pros: retained usability in or out of libraries; better mapping to/from non-FRBR vocabularies  Cons: still seems too complex to many SemWeb implementers (many using BIBO) AALL Boston 7/23/2012 7
  • 8. The ‘bounded’ properties should be seen as the official JSC- defined RDA Application Profile for libraries  What’s still lacking is the addition of the necessary constraints: datatypes, cardinality, associated value vocabularies  Extensions and mapping should be built from the unconstrained properties  Unconstrained vocabularies necessary for use in domains where FRBR not assumed or inappropriate  Mapping from vocabularies not using the FRBR model directly to ones that do (and back) creates serious problems for the ‘Web of Data’ AALL Boston 7/23/2012 8
  • 9. Property (Generalized, no FRBR relationship) Semantic Web Subproperty (with relationship to one FRBR entity) FRBR Entity The Simple Case: Library Applications One Property-- One FRBR Entity AALL Boston 7/23/2012 9
  • 10. Property (Generalized, no FRBR relationship) Semantic Web Subproperty (with relationship to one FRBR entity) FRBR Entity Subproperty (with relationship to one FRBR entity) FRBR Entity Library Applications The Not-So-Simple Case: One Property—more than One FRBR Entity AALL Boston 7/23/2012 10
  • 11. In 2005, the DC Usage Board worked with LC to build a formal representation of the MARC Relators so that these terms could be used with DC  This work provided a template for the registration of the role terms in RDA (in Appendix I) and, by extension, the other RDA relationships  Role and relationship properties are registered at the same level as elements, rather than as attributes (as MARC does with relators, and RDA does in its XML schemas) AALL Boston 7/23/2012 11
  • 12. RDA (and MARC 21) include pre-coordinated, aggregated statements that have traditionally been handled as a whole, ex.: Publication, Distribution, Manufacture and Production statements, etc.  These were originally pulled together for the efficient display on catalog cards  Some users will prefer to deal with the issue at the display level, by using separate properties and configuring the display to manipulate the order  To deal with retrospective, transitional and (some) prospective needs, we must address the desire to continue this practice AALL Boston 7/23/2012 12
  • 13. Pre-coordinated Statements: Structure Aggregated Statement (no domain or range) Domain: FRBR Entity Aggregated Statement Subproperty Range: RDA Syntax Encoding Scheme (Subclass of RDF Datatype) Range: [Specific] Encoding Scheme (Subclass) General Property (no domain or range) Subproperty AALL Boston 7/23/2012 13
  • 14. Pre-coordinated Statements: Example Publication Statement (no domain or range) Domain: Manifestation Publication Statement (Manifestation) Range: RDA Syntax Encoding Scheme (Subclass of RDF Datatype) Range: Publication Statement Encoding Scheme (Subclass) Place of publication (no domain or range) Place of publication (Manifestation) AALL Boston 7/23/2012 14
  • 15. The inclusion of unconstrained properties provides a path for extension of RDA into specialized library communities and non-library communities  They may have a different notion of how FRBR ‘aggregates’ (For example, a colorized version of a film may be viewed as a separate work)  They may not wish to use FRBR at all  They may have additional, domain-specific properties to add, that could benefit from a relationship to the RDA properties AALL Boston 7/23/2012 15
  • 16. RDA:adaptedAs RDA:adaptedAsARadioScript AALL Boston 7/23/2012 16
  • 17. RDA:adaptedAs RDA:adaptedAsARadioScript KidLit:adaptedAsAPictureBook Extension using Unconstrained Properties AALL Boston 7/23/2012 17
  • 18. RDA:adaptedAs RDA:adaptedAsARadioScrip t KidLit:adaptedAsAPictureBook KidLit:adaptedAsAChapterBook Extension using Unconstrained Properties AALL Boston 7/23/2012 18
  • 19.  Building relationships between vocabularies is not necessarily a proprietary activity or tied to particular applications (not ‘crosswalking’ as we have understood that term)  http://MARC21rdf.info provides a beginning point for mapping library data that is easily shared and modified to meet a variety of needs  New approaches go beyond ‘sameAs’ and suggest the potential for more granular, nuanced relationships  Mapping in this context retains the original data ‘as is’ and provides a view through the lens of another structure (with minimal loss of richness) AALL Boston 7/23/2012 19
  • 21. AALL Boston 7/23/2012 http://marc21rdf.info 21
  • 22. Property Detail: Relator codes http://marc21rdf.info/elements/1XXM1000_4 Tag: 100 (Main entry-Personal Name) Ind2: # (no caption) Sub: 4 (Relator code) AALL Boston 7/23/2012 22
  • 23. RDF graph of 00X mapping pattern for an attribute with more than one value and no significance in the order of values AALL Boston 7/23/2012 23
  • 24. Partial RDF graph of 00X mapping pattern for two or more attributes with more than one value and significance in the order of values AALL Boston 7/23/2012 24
  • 25.  Our big investment is (and has always been) in our data, not our systems  Over many changes in format of materials, we’ve always struggled to keep our focus on the data content that endures, regardless of differences in data management strategy or presentation format  We have made good progress in moving towards our common future, but we can’t be afraid to change, or afraid to fail AALL Boston 7/23/2012 25
  • 26. Thank you! Questions? Contact info: metadata.maven @gmail.com Metadata Matters: http://managemet adata.com/blog AALL Boston 7/23/2012 26

Editor's Notes

  1. Some conflicts here
  2. This way of handling roles should be usable in either XML or RDF (essential for RDF)
  3. This is an example of one of the mapping patterns identified for MARC21 00X attributes. In this case, up to four codes for illustrations can be used for specific categories of resource, and there is no significance in the order of the codes.This is an RDF graph of the mapping. The four Level 0 properties corresponding to the attributes are mapped as sub-properties of a generic attribute for the category of material, which in turn is mapped as a sub-property of a generic attribute for all categories of material.
  4. This is another example of a mapping pattern for MARC21 00x attributes where up to four codes can be used for information about the relief of a cartographic resource. The order of the codes and the attributes used is significant, with the most prominent form of relief recorded in the first attribute, and the fourth most prominent, if any, recorded in the last attribute.This is a partial RDF graph of the mapping, showing only the first Level 0 attribute in each category of resource. Each is mapped as a sub-property of a generic attribute for the category of material and also as a sub-property of a generic attribute for the first, most prominent attribute. Each generic attribute in turn is mapped as a sub-property of a generic attribute for all categories of material.The graph omits the mappings from the second, third, and fourth Level 0 attributes.