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

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
Gordon Dunsire
 
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
ALATechSource
 
Services semantic technology_terminology
Services semantic technology_terminologyServices semantic technology_terminology
Services semantic technology_terminology
Tenforce
 
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
Akram 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

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

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 

Recently uploaded (20)

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.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.