SlideShare ist ein Scribd-Unternehmen logo
1 von 43
Introduction to the
Semantic Web
Robin Fay
@georgiawebgurl
robin fay @georgiawebgurl 2013
Objectives
By the end of this session, you’ll
• Have an understanding of the basic principles and
terminology of the
– Semantic Web
– Linked data
– Library data in semantic web space
• BIBFRAME
• RDA
• FRBR
robin fay @georgiawebgurl 2013
The web as we know it (and
think of it) links together
documents
(html, pdf, dynamic
documents created from
databases, etc.)
robin fay @georgiawebgurl 2013
In brief:
Types of metadata:
Descriptive
Structural
Administrative
• Many forms of metadata include elements of each of these;
however it is dependent upon the schema.
• A schema is a set of rules covering the elements and
requirements for coding. Examples of common schemas in the
library world include Dublin Core, TEI, EAD, and others. Examples
of schemas in the semantic web include Dublin Core, FOAF
(Friend of a Friend), and many others.
robin fay @georgiawebgurl 2013
•Much of library metadata is highly structured and done by trained
professionals. In the library world, MARC has been a long term
standard. While it can be rigid, its structural nature can makes it
easier to crosswalk and harvest into other databases.
•SEO (Search Engine Optimization) is a common term in the web
world; these experts assign descriptive, administrative (usually
copyright) to websites; their goal is generally higher search
results. Given that search engine algorithms change regularly, SEO
is a highly dynamic field, which can lead to inconsistencies in
metadata application, making it harder for databases and search
engines to harvest.
•In a nutshell, most library metadata has rules and standards;
metadata in the web world is often (but not always) more flexible.
The Semantic Web will need to manage (and make sense!) of all of
these types of metadata.
robin fay @georgiawebgurl 2013
•At its core, the semantic web comprises:
oa set of design principles,
ocollaborative working groups,
oand a variety of enabling technologies.
•Some elements of the semantic web are expressed as
prospective future possibilities that are yet to be
implemented or realized
AND
•Other elements of the semantic web are expressed in
formal specifications -- (wikipedia, 2009)
Robin Fay, robinfay.net 2009/10
robin fay @georgiawebgurl 2013
Robin Fay, robinfay.net 2009/10
•Semantic web and web metadata is frequently from outside
of the library community – working in parallel or sometimes,
at odds.
•Metadata in libraries encompasses a wide variety; one of the
most common metadata schemas is MARC.
•MARC is formatted using ISBD punctuation; the content of
what goes into a record is controlled by our cataloging rules
(such as RDA). RDA can be applied using different metadata
schemas – although for now, many libraries are still in a
MARC based world.
robin fay @georgiawebgurl 2013
robin fay @georgiawebgurl 2013
•RDF = Resource Description
Framework
•RDFS = Resource Description
Framework Schema
•OWL = Web Ontology
Language
•URI = Uniform Resource
Identifier - think unique
number , URLs
Many terms associated with the Semantic Web are used
or based upon information architecture, database,
information science, and library science fields –
controlled vocabularies, structural elements, etc.
robin fay @georgiawebgurl 2013
RDF = Resource Description Framework
• is a general-purpose language for representing information in the
Web (a metadata data model)
• is a W3C specification
• is a conceptual description
• is based upon making statements about web resources (triplets)
• More or less : XML
• We can express RDA in RDF
• Think sentence structure :
• subject – predicate(verb)-object
• My dog eats dogfood.
robin fay @georgiawebgurl 2013
So, we have the framework, but how do we apply it?
RDFS = Resource Description Framework Schema
oA schema is
 outline: a schematic or preliminary plan
 A structure described in a formal language supported by
the database management system ; in a relational database
[such as MySQL), the schema defines the tables, the fields in
each table, and the relationships between fields and tables.
 a description of the structure and rules a document must
satisfy for an XML document type
 http://tinyurl.com/yj442vr (define: schema -- google)
 Dublin Core is a schema
robin fay @georgiawebgurl 2013
Very Simple
Dublin Core in
RDF
We can combine schemas
robin fay @georgiawebgurl 2013
OWL = Web Ontology
Language
•invented to link ontologies which
are classification systems
•Attempts to define objects and their
relationships
•Different “flavors”
•“interpreted as a set of "individuals"
and a set of "property assertions"
which relate these individuals to
each other” (wikipedia 2009)
•Not a requirement
•Sounds familiar to catalogers, right?
robin fay @georgiawebgurl 2013
robin fay @georgiawebgurl 2013
Being that this is data
driven, we can
query, using SPARQL, a
standard query
language.
We’ll talk more about SPARQL later…
robin fay @georgiawebgurl 2013
•Linked data is: “about using the Web to
connect related data that wasn't
previously linked, or using the Web to
lower the barriers to linking data.”
•Think> related, series records, authority
files
•Libraries already link data.
•Projects such as the NYT Linked Open
Data project and the Virtual Authority
File project are resources of controlled
vocabularies.
•Verified and digital identity accounts
such as openID and claimID to
differentiate names
robin fay @georgiawebgurl 2013
• What is linked data and open data
o Linked data is about reusing data
o We already do some linked data in our library
catalogs and even in our daily lives
o The link in a bibliographic record (like an authority
record link) is linking data behavior
o A link that we share to our friends on facebook is
linked data (of sorts)
• Linked data is a link to a record/data/content
that can then be utilized in some way
• Open data is data that available to be used in
some way with no barriers to access (licensing,
etc.) robin fay @georgiawebgurl 2013
Basic principles of linked data
It keeps us from having to re-enter or copy information
– Making our data:
• reusable
• easy to correct (correct one record instead of multiples)
• efficient
• and potentially useful to others
It can build relationships in different ways - allowing us to create
temporary collections (a user could organize their search results in a
way that makes sense to them) or more permanent (collocating ALL
works by a particular author more easily; pulling together photographs
more easily)
robin fay @georgiawebgurl 2013
• Advantages (reusable data, potential to provide
and built relationships, discoverability)
• How library data fits into linked data
o FRBR ( a bibliographic FRAMEWORK which is more
semantic by nature) RDA ( metadata rules which
are not tied to a programming language such as
MARC but can work with semantic web standards
like XML); IRs, and CMS like Drupal which have
semantic web capabilities
• RDA expressed as RDFa
robin fay @georgiawebgurl 2013
The RDF Triple:
conceptual Examples
same as
author of
Predicate/verb
Tim Berners-Lee’s Four Rules
1. Use URIs as names for things
2. Use HTTP URIs so that people can look up those
names
3. When someone looks up a URI, provide useful
information, using the standards
4. Include links to other URIs, so they can discover
more things
URIs = Uniform Resource Identifier
robin fay @georgiawebgurl 2013
What can linked data do for libraries?
• URIs creates methods for classifying that can be used
(linked to!) by others
• Library of Congress has released LCSH as linked data, and
OCLC has a modified version of LCSH called FAST as
linked data
• Linked Data is flexible enough to express entity-
relationship relationships such as FRBR/FRAD
• Different databases (ILS, ERMS, IRs, local databases, etc.)
allowing sharing of data – potentially more consistent
data – allowing for collocation across resources and
allowing users to easily find resources regardless of
source
robin fay @georgiawebgurl 2013
Our data in a semantic viewpoint
SOURCE: Getting triples from records: the role of ISBD
http://www.slideshare.net/scottishlibraries/isbd-record2triples
Our data in a semantic view
SOURCE: Getting triples from records: the role of ISBD
http://www.slideshare.net/scottishlibraries/isbd-record2triples
“Bib”
:Record
id as
subject
Field role and
relationship
Can map to record
such as viaf
How cataloging is changing
: A changing library and WEB landscape
• Automation and new technologies
• The web has changed
• Large scale bibliographic databases
• Cooperative cataloging
• Administrative desire to decrease costs
• Greater variety of media in library collections
(electronic!)
• User expectations and needs
• FRBR is our data model – semantic web friendly!
robin fay @georgiawebgurl 2013
• FRBR will give us a way to group things in different
ways building relationships between data – by WEMI
(Work, Expression, Manifestation, Item)
• WEMI is a hierarchy from abstract to the actual thing
owned by a library (the well… item!)
• Work and Expression can be somewhat conceptual
with lots of discussion going on; however, you can
loosely think of Work as a concept or idea which is
Expressed (think the act of creation; performance)
onto/into a physical format (can be digital) aka a
Manifestation, of which the library has a copy (Item).
robin fay @georgiawebgurl 2013
Entity-Relationship Model
(new way of storing & organizing data)
• Database design model
• Entity - a thing with an identity
– Entities have attributes (characteristics)
• Relationships
– Between different entities at different levels
• Provides for organization of records in database
– “clustering”
• Conceptual model of abstract concepts
robin fay @georgiawebgurl 2013
FRBR and RDA properties element sets
“User Tasks”
How do catalog users
• Find
• Identify
• Select
• Obtain
… the resources they want?
robin fay @georgiawebgurl 2013
Work
A distinct intellectual or artistic creation
Group 1 Entities (WEMI Hierarchy)
Expression
Intellectual or artistic realization of a work
Manifestation
Physical embodiment of an expression of a work
Item
Single exemplar of a manifestation
The FRBR Entity Relationship Model
RDA Controlled Vocabularies
Closed
content type
media type
carrier type
mode of issuance
... and more.
Open
frequency
type of recording
language of expression
form of musical notation
relationship designators
(app. I-K)
... and more.
robin fay @georgiawebgurl 2013
RDA, FRBR, and MARC
RDA is our metadata rules to describe our content
FRBR is our semantic web friendly data model
Currently we use MARC to format our data but we
need something better
Linked data can be the mechanism – but what
about the actual records?
robin fay @georgiawebgurl 2013
RDA, FRBR, and MARC
• Bibliographic records are structured in MARC (a
programming language). MARC (MAchine Readable
Code) and AACR2 have been working together a long
time which means that compromises and workarounds
have sometimes be made. This will be true for RDA,
too.
• MARC is a mixture of controlled access points (series,
name authority and subject headings + free text (e.g.,
contents notes). This provides flexibility and structure
but> More free text = less precision in searching =
more work for systems to return relevant results
robin fay @georgiawebgurl 2013
RDA, FRBR, and MARC
• Bibliographic records are structured in MARC (a programming
language). MARC (MAchine Readable Code) and AACR2 have
been working together a long time which means that
compromises and workarounds have sometimes be made. This
will be true for RDA, too.
• MARC is a mixture of controlled access points (series, name
authority and subject headings + free text (e.g., contents notes).
This provides flexibility and structure but> More free text = less
precision in searching = more work for systems to return
relevant results
robin fay @georgiawebgurl 2013
• MARC existed before AACR2. MARC was developed in
the 1960s before most digital technology existed –
the web as we know it, ebooks, and Google, did not
exist.
• Most current catalog systems use MARC, but there
are other metadata schemas and programming
languages.
• Although many systems have not fully utilized all of
the fields and functionalities of MARC, it is reaching
the end of its lifespan.
• The next generation (nexgen) systems can not
develop as only MARC based; we need more.
RDA, FRBR, and MARC
robin fay @georgiawebgurl 2013
• Our future systems will probably not use MARC, but some
kind of semantic web friendly schema.
• Currently, the Library of Congress has started a project
called the Bibliographic Framework Transition Initiative
• Why?
• We need something that is more flexible, not flat in file
structure, yet works with a semantic framework.
• We need something that works better with different
metadata schemas.
• This new framework will provide us with enormous
functionality in our catalogs and allow us to fully use RDA.
It will allow us to move forward into the semantic web
world.
RDA, FRBR, and MARC
robin fay @georgiawebgurl 2013
• We have some relationships within our library catalog via the
bibliographic data – bib-holding-item (a way to keep all of the
parts of a particular thing together)
• Bib to authority –series-subject headings (a bib record having
linking field(s) to another record(s))
• Authority records – records not visible to the public, but
provide the linking points to our bib records and guide the user
through variations of the name or title, etc.
Linking data in catalogs
robin fay @georgiawebgurl 2013
Resources
LODLAM: http://lodlam.net/
LODAM CHALLENGE: http://summit2013.lodlam.net/
LODLAM Zotero Group (Webliography of good stuff): https://www.zotero.org/groups/lod-lam
GLAMLOD: https://groups.google.com/group/glamlod
LC Bibliographic Framework Transition Initiative: http://www.loc.gov/marc/transition/
LITA - library linked data interest group: http://connect.ala.org/node/142470
Use Case Tool: http://obd.jisc.ac.uk/navigate
Getting triples from records: the role of ISBD http://www.slideshare.net/scottishlibraries/isbd-record2triples
FRBR Display Tool: http://www.loc.gov/marc/marc-functional-analysis/tool.html
Understanding FRBR: http://www.loc.gov/cds/downloads/FRBR.PDF
More materials at http://www.delicious.com/georgiawebgurl/metadata_presentation_como
Making the Digital Connection: Linked Data and Libraries
robin fay @georgiawebgurl 2013
Resources
• RDA Toolkit RDA Toolkit (online)
– http://www.rdatoolkit.org
• LC PCC PS (free .pdf downloads)
http://www.loc.gov/catdir/cpso/RDAtest/rda_LC-
PCC PS.html
robin fay @georgiawebgurl 2013

Weitere ähnliche Inhalte

Was ist angesagt?

Chain indexing
Chain indexingChain indexing
Chain indexingsilambu111
 
INFORMATION RETRIEVAL ‎AND DISSEMINATION
INFORMATION RETRIEVAL ‎AND DISSEMINATIONINFORMATION RETRIEVAL ‎AND DISSEMINATION
INFORMATION RETRIEVAL ‎AND DISSEMINATIONLibcorpio
 
COMMUNITY INFORMATION SERVICE 2.0: APPLICATION OF WEB 2.0 TOOLS IN DESIGNING...
COMMUNITY INFORMATION SERVICE 2.0: APPLICATION OF  WEB 2.0 TOOLS IN DESIGNING...COMMUNITY INFORMATION SERVICE 2.0: APPLICATION OF  WEB 2.0 TOOLS IN DESIGNING...
COMMUNITY INFORMATION SERVICE 2.0: APPLICATION OF WEB 2.0 TOOLS IN DESIGNING...Netaji Subhas Open University
 
Information Organisation as a System
Information Organisation as a SystemInformation Organisation as a System
Information Organisation as a SystemAnupama Saini
 
Information storage and retrieval
Information storage and  retrievalInformation storage and  retrieval
Information storage and retrievalDr. Utpal Das
 
Informetrics final
Informetrics finalInformetrics final
Informetrics finalAamir Abbas
 
Modes of formation of subject
Modes of formation of subjectModes of formation of subject
Modes of formation of subjectaditi bhandarkar
 
Z39.50: Information Retrieval protocol ppt
Z39.50: Information Retrieval protocol pptZ39.50: Information Retrieval protocol ppt
Z39.50: Information Retrieval protocol pptSUNILKUMARSINGH
 
Source of finance in library
Source of finance in librarySource of finance in library
Source of finance in libraryJawad Khan
 
Common communication format
Common communication formatCommon communication format
Common communication formatavid
 
Canons for verbal and notational plane
Canons for verbal and notational planeCanons for verbal and notational plane
Canons for verbal and notational planeDr Shalini Lihitkar
 
Need, steps and challenges of library automation
Need, steps and challenges of library automationNeed, steps and challenges of library automation
Need, steps and challenges of library automationpardeeprattan
 

Was ist angesagt? (20)

Chain indexing
Chain indexingChain indexing
Chain indexing
 
INFORMATION RETRIEVAL ‎AND DISSEMINATION
INFORMATION RETRIEVAL ‎AND DISSEMINATIONINFORMATION RETRIEVAL ‎AND DISSEMINATION
INFORMATION RETRIEVAL ‎AND DISSEMINATION
 
Uniterm indexing
Uniterm indexing Uniterm indexing
Uniterm indexing
 
FRBR
FRBRFRBR
FRBR
 
DDC 23rd Edition
DDC 23rd EditionDDC 23rd Edition
DDC 23rd Edition
 
COMMUNITY INFORMATION SERVICE 2.0: APPLICATION OF WEB 2.0 TOOLS IN DESIGNING...
COMMUNITY INFORMATION SERVICE 2.0: APPLICATION OF  WEB 2.0 TOOLS IN DESIGNING...COMMUNITY INFORMATION SERVICE 2.0: APPLICATION OF  WEB 2.0 TOOLS IN DESIGNING...
COMMUNITY INFORMATION SERVICE 2.0: APPLICATION OF WEB 2.0 TOOLS IN DESIGNING...
 
Library Networks
Library NetworksLibrary Networks
Library Networks
 
FRBR model by Gaurav Boudh
FRBR model by Gaurav BoudhFRBR model by Gaurav Boudh
FRBR model by Gaurav Boudh
 
Information Organisation as a System
Information Organisation as a SystemInformation Organisation as a System
Information Organisation as a System
 
Information storage and retrieval
Information storage and  retrievalInformation storage and  retrieval
Information storage and retrieval
 
Informetrics final
Informetrics finalInformetrics final
Informetrics final
 
Structure of subject lit ppt
Structure of subject lit pptStructure of subject lit ppt
Structure of subject lit ppt
 
Modes of formation of subject
Modes of formation of subjectModes of formation of subject
Modes of formation of subject
 
Z39.50: Information Retrieval protocol ppt
Z39.50: Information Retrieval protocol pptZ39.50: Information Retrieval protocol ppt
Z39.50: Information Retrieval protocol ppt
 
Source of finance in library
Source of finance in librarySource of finance in library
Source of finance in library
 
Common communication format
Common communication formatCommon communication format
Common communication format
 
Canons of library classification
Canons of library classificationCanons of library classification
Canons of library classification
 
Precis
PrecisPrecis
Precis
 
Canons for verbal and notational plane
Canons for verbal and notational planeCanons for verbal and notational plane
Canons for verbal and notational plane
 
Need, steps and challenges of library automation
Need, steps and challenges of library automationNeed, steps and challenges of library automation
Need, steps and challenges of library automation
 

Ähnlich wie Intro to the semantic web (for libraries)

Linked data and the future of libraries
Linked data and the future of librariesLinked data and the future of libraries
Linked data and the future of librariesRegan Harper
 
Linked data for Libraries
Linked data for LibrariesLinked data for Libraries
Linked data for Librariesrobin fay
 
Linked data presentation for libraries (COMO)
Linked data presentation for libraries (COMO)Linked data presentation for libraries (COMO)
Linked data presentation for libraries (COMO)robin fay
 
Semantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & MetadataSemantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & Metadatarobin fay
 
RDA - an updated overview
RDA -  an updated overviewRDA -  an updated overview
RDA - an updated overviewrobin fay
 
A review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic WebA review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic WebSimon Price
 
BIBFRAME, Linked data, RDA
BIBFRAME, Linked data, RDA BIBFRAME, Linked data, RDA
BIBFRAME, Linked data, RDA robin fay
 
Web 3 final(1)
Web 3 final(1)Web 3 final(1)
Web 3 final(1)Venky Dood
 
Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015Cason Snow
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015Cason Snow
 
Semantic Web (Web 3.0)
Semantic Web (Web 3.0)Semantic Web (Web 3.0)
Semantic Web (Web 3.0)John Dougherty
 
Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...
Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...
Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...cmitch41
 
What flavor of metadata is best for your collection?
What flavor of metadata is best for your collection?What flavor of metadata is best for your collection?
What flavor of metadata is best for your collection?Debra Shapiro
 
CILIP Conference - x metadata evolution the final mile - Richard Wallis
CILIP Conference - x metadata evolution the final mile - Richard WallisCILIP Conference - x metadata evolution the final mile - Richard Wallis
CILIP Conference - x metadata evolution the final mile - Richard WallisCILIP
 
The Impact of Linked Data in Digital Curation and Application to the Catalogu...
The Impact of Linked Data in Digital Curation and Application to the Catalogu...The Impact of Linked Data in Digital Curation and Application to the Catalogu...
The Impact of Linked Data in Digital Curation and Application to the Catalogu...Hong (Jenny) Jing
 
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
First Steps in Semantic Data Modelling and Search & Analytics in the CloudFirst Steps in Semantic Data Modelling and Search & Analytics in the Cloud
First Steps in Semantic Data Modelling and Search & Analytics in the CloudOntotext
 

Ähnlich wie Intro to the semantic web (for libraries) (20)

Linked data and the future of libraries
Linked data and the future of librariesLinked data and the future of libraries
Linked data and the future of libraries
 
Linked data for Libraries
Linked data for LibrariesLinked data for Libraries
Linked data for Libraries
 
Linked data presentation for libraries (COMO)
Linked data presentation for libraries (COMO)Linked data presentation for libraries (COMO)
Linked data presentation for libraries (COMO)
 
Semantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & MetadataSemantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & Metadata
 
RDA - an updated overview
RDA -  an updated overviewRDA -  an updated overview
RDA - an updated overview
 
A review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic WebA review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic Web
 
Library Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic ControlLibrary Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic Control
 
BIBFRAME, Linked data, RDA
BIBFRAME, Linked data, RDA BIBFRAME, Linked data, RDA
BIBFRAME, Linked data, RDA
 
Web 3 final(1)
Web 3 final(1)Web 3 final(1)
Web 3 final(1)
 
The Web of Data: The W3C Semantic Web Initiative
The Web of Data: The W3C Semantic Web InitiativeThe Web of Data: The W3C Semantic Web Initiative
The Web of Data: The W3C Semantic Web Initiative
 
Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015
 
Semantic Web (Web 3.0)
Semantic Web (Web 3.0)Semantic Web (Web 3.0)
Semantic Web (Web 3.0)
 
Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...
Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...
Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...
 
A theory of Metadata enriching & filtering
A theory of  Metadata enriching & filteringA theory of  Metadata enriching & filtering
A theory of Metadata enriching & filtering
 
What flavor of metadata is best for your collection?
What flavor of metadata is best for your collection?What flavor of metadata is best for your collection?
What flavor of metadata is best for your collection?
 
CILIP Conference - x metadata evolution the final mile - Richard Wallis
CILIP Conference - x metadata evolution the final mile - Richard WallisCILIP Conference - x metadata evolution the final mile - Richard Wallis
CILIP Conference - x metadata evolution the final mile - Richard Wallis
 
The Impact of Linked Data in Digital Curation and Application to the Catalogu...
The Impact of Linked Data in Digital Curation and Application to the Catalogu...The Impact of Linked Data in Digital Curation and Application to the Catalogu...
The Impact of Linked Data in Digital Curation and Application to the Catalogu...
 
RDF-PPT.ppt
RDF-PPT.pptRDF-PPT.ppt
RDF-PPT.ppt
 
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
First Steps in Semantic Data Modelling and Search & Analytics in the CloudFirst Steps in Semantic Data Modelling and Search & Analytics in the Cloud
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
 

Mehr von robin fay

RWOs & linkeddata for libraries
RWOs & linkeddata for librariesRWOs & linkeddata for libraries
RWOs & linkeddata for librariesrobin fay
 
Project Management for Libraries
Project Management for LibrariesProject Management for Libraries
Project Management for Librariesrobin fay
 
Controlled Vocabularies & Cataloging
Controlled Vocabularies & Cataloging Controlled Vocabularies & Cataloging
Controlled Vocabularies & Cataloging robin fay
 
Catexpress - Quick overview
Catexpress - Quick overviewCatexpress - Quick overview
Catexpress - Quick overviewrobin fay
 
IOT, Real World Things, & Linked data
IOT, Real World Things, & Linked dataIOT, Real World Things, & Linked data
IOT, Real World Things, & Linked datarobin fay
 
Cataloging101 foundations: Authorities
Cataloging101 foundations: AuthoritiesCataloging101 foundations: Authorities
Cataloging101 foundations: Authoritiesrobin fay
 
Cataloging101 foundations frbr - 2019 version
Cataloging101 foundations frbr - 2019 versionCataloging101 foundations frbr - 2019 version
Cataloging101 foundations frbr - 2019 versionrobin fay
 
Challenges and opportunities in library discovery services gen
Challenges and opportunities in library discovery services genChallenges and opportunities in library discovery services gen
Challenges and opportunities in library discovery services genrobin fay
 
Tech Bits: Taking your mobile photography to the next level
Tech Bits: Taking your mobile photography to the next levelTech Bits: Taking your mobile photography to the next level
Tech Bits: Taking your mobile photography to the next levelrobin fay
 
Copyright, Public Domain & Creative Commons for Educators
Copyright, Public Domain & Creative Commons for Educators Copyright, Public Domain & Creative Commons for Educators
Copyright, Public Domain & Creative Commons for Educators robin fay
 
Multimedia, Virtual Reality and 3D Technologies in Higher Ed
Multimedia, Virtual Reality and 3D Technologies in Higher EdMultimedia, Virtual Reality and 3D Technologies in Higher Ed
Multimedia, Virtual Reality and 3D Technologies in Higher Edrobin fay
 
Building a digital_library_from_scratch
Building a digital_library_from_scratchBuilding a digital_library_from_scratch
Building a digital_library_from_scratchrobin fay
 
Digitizing our past
Digitizing our past Digitizing our past
Digitizing our past robin fay
 
Cataloging roundtable discussion questions
Cataloging roundtable discussion questionsCataloging roundtable discussion questions
Cataloging roundtable discussion questionsrobin fay
 
Metadata then & now
Metadata then & now Metadata then & now
Metadata then & now robin fay
 
Omeka introduction (revised) 2015
Omeka introduction (revised) 2015Omeka introduction (revised) 2015
Omeka introduction (revised) 2015robin fay
 
Go google - tips and tricks for getting started with google
Go google - tips and tricks for getting started with googleGo google - tips and tricks for getting started with google
Go google - tips and tricks for getting started with googlerobin fay
 
Organizing your online stuff
Organizing your online stuffOrganizing your online stuff
Organizing your online stuffrobin fay
 
E portfolios atc overview
E portfolios atc overviewE portfolios atc overview
E portfolios atc overviewrobin fay
 
New Technologies, New Ways of thinking
New Technologies, New Ways of thinkingNew Technologies, New Ways of thinking
New Technologies, New Ways of thinkingrobin fay
 

Mehr von robin fay (20)

RWOs & linkeddata for libraries
RWOs & linkeddata for librariesRWOs & linkeddata for libraries
RWOs & linkeddata for libraries
 
Project Management for Libraries
Project Management for LibrariesProject Management for Libraries
Project Management for Libraries
 
Controlled Vocabularies & Cataloging
Controlled Vocabularies & Cataloging Controlled Vocabularies & Cataloging
Controlled Vocabularies & Cataloging
 
Catexpress - Quick overview
Catexpress - Quick overviewCatexpress - Quick overview
Catexpress - Quick overview
 
IOT, Real World Things, & Linked data
IOT, Real World Things, & Linked dataIOT, Real World Things, & Linked data
IOT, Real World Things, & Linked data
 
Cataloging101 foundations: Authorities
Cataloging101 foundations: AuthoritiesCataloging101 foundations: Authorities
Cataloging101 foundations: Authorities
 
Cataloging101 foundations frbr - 2019 version
Cataloging101 foundations frbr - 2019 versionCataloging101 foundations frbr - 2019 version
Cataloging101 foundations frbr - 2019 version
 
Challenges and opportunities in library discovery services gen
Challenges and opportunities in library discovery services genChallenges and opportunities in library discovery services gen
Challenges and opportunities in library discovery services gen
 
Tech Bits: Taking your mobile photography to the next level
Tech Bits: Taking your mobile photography to the next levelTech Bits: Taking your mobile photography to the next level
Tech Bits: Taking your mobile photography to the next level
 
Copyright, Public Domain & Creative Commons for Educators
Copyright, Public Domain & Creative Commons for Educators Copyright, Public Domain & Creative Commons for Educators
Copyright, Public Domain & Creative Commons for Educators
 
Multimedia, Virtual Reality and 3D Technologies in Higher Ed
Multimedia, Virtual Reality and 3D Technologies in Higher EdMultimedia, Virtual Reality and 3D Technologies in Higher Ed
Multimedia, Virtual Reality and 3D Technologies in Higher Ed
 
Building a digital_library_from_scratch
Building a digital_library_from_scratchBuilding a digital_library_from_scratch
Building a digital_library_from_scratch
 
Digitizing our past
Digitizing our past Digitizing our past
Digitizing our past
 
Cataloging roundtable discussion questions
Cataloging roundtable discussion questionsCataloging roundtable discussion questions
Cataloging roundtable discussion questions
 
Metadata then & now
Metadata then & now Metadata then & now
Metadata then & now
 
Omeka introduction (revised) 2015
Omeka introduction (revised) 2015Omeka introduction (revised) 2015
Omeka introduction (revised) 2015
 
Go google - tips and tricks for getting started with google
Go google - tips and tricks for getting started with googleGo google - tips and tricks for getting started with google
Go google - tips and tricks for getting started with google
 
Organizing your online stuff
Organizing your online stuffOrganizing your online stuff
Organizing your online stuff
 
E portfolios atc overview
E portfolios atc overviewE portfolios atc overview
E portfolios atc overview
 
New Technologies, New Ways of thinking
New Technologies, New Ways of thinkingNew Technologies, New Ways of thinking
New Technologies, New Ways of thinking
 

Kürzlich hochgeladen

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 

Kürzlich hochgeladen (20)

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 

Intro to the semantic web (for libraries)

  • 1. Introduction to the Semantic Web Robin Fay @georgiawebgurl robin fay @georgiawebgurl 2013
  • 2. Objectives By the end of this session, you’ll • Have an understanding of the basic principles and terminology of the – Semantic Web – Linked data – Library data in semantic web space • BIBFRAME • RDA • FRBR robin fay @georgiawebgurl 2013
  • 3. The web as we know it (and think of it) links together documents (html, pdf, dynamic documents created from databases, etc.) robin fay @georgiawebgurl 2013
  • 4. In brief: Types of metadata: Descriptive Structural Administrative • Many forms of metadata include elements of each of these; however it is dependent upon the schema. • A schema is a set of rules covering the elements and requirements for coding. Examples of common schemas in the library world include Dublin Core, TEI, EAD, and others. Examples of schemas in the semantic web include Dublin Core, FOAF (Friend of a Friend), and many others. robin fay @georgiawebgurl 2013
  • 5. •Much of library metadata is highly structured and done by trained professionals. In the library world, MARC has been a long term standard. While it can be rigid, its structural nature can makes it easier to crosswalk and harvest into other databases. •SEO (Search Engine Optimization) is a common term in the web world; these experts assign descriptive, administrative (usually copyright) to websites; their goal is generally higher search results. Given that search engine algorithms change regularly, SEO is a highly dynamic field, which can lead to inconsistencies in metadata application, making it harder for databases and search engines to harvest. •In a nutshell, most library metadata has rules and standards; metadata in the web world is often (but not always) more flexible. The Semantic Web will need to manage (and make sense!) of all of these types of metadata. robin fay @georgiawebgurl 2013
  • 6. •At its core, the semantic web comprises: oa set of design principles, ocollaborative working groups, oand a variety of enabling technologies. •Some elements of the semantic web are expressed as prospective future possibilities that are yet to be implemented or realized AND •Other elements of the semantic web are expressed in formal specifications -- (wikipedia, 2009) Robin Fay, robinfay.net 2009/10 robin fay @georgiawebgurl 2013
  • 7. Robin Fay, robinfay.net 2009/10 •Semantic web and web metadata is frequently from outside of the library community – working in parallel or sometimes, at odds. •Metadata in libraries encompasses a wide variety; one of the most common metadata schemas is MARC. •MARC is formatted using ISBD punctuation; the content of what goes into a record is controlled by our cataloging rules (such as RDA). RDA can be applied using different metadata schemas – although for now, many libraries are still in a MARC based world. robin fay @georgiawebgurl 2013
  • 9. •RDF = Resource Description Framework •RDFS = Resource Description Framework Schema •OWL = Web Ontology Language •URI = Uniform Resource Identifier - think unique number , URLs Many terms associated with the Semantic Web are used or based upon information architecture, database, information science, and library science fields – controlled vocabularies, structural elements, etc. robin fay @georgiawebgurl 2013
  • 10. RDF = Resource Description Framework • is a general-purpose language for representing information in the Web (a metadata data model) • is a W3C specification • is a conceptual description • is based upon making statements about web resources (triplets) • More or less : XML • We can express RDA in RDF • Think sentence structure : • subject – predicate(verb)-object • My dog eats dogfood. robin fay @georgiawebgurl 2013
  • 11. So, we have the framework, but how do we apply it? RDFS = Resource Description Framework Schema oA schema is  outline: a schematic or preliminary plan  A structure described in a formal language supported by the database management system ; in a relational database [such as MySQL), the schema defines the tables, the fields in each table, and the relationships between fields and tables.  a description of the structure and rules a document must satisfy for an XML document type  http://tinyurl.com/yj442vr (define: schema -- google)  Dublin Core is a schema robin fay @georgiawebgurl 2013
  • 12. Very Simple Dublin Core in RDF We can combine schemas robin fay @georgiawebgurl 2013
  • 13. OWL = Web Ontology Language •invented to link ontologies which are classification systems •Attempts to define objects and their relationships •Different “flavors” •“interpreted as a set of "individuals" and a set of "property assertions" which relate these individuals to each other” (wikipedia 2009) •Not a requirement •Sounds familiar to catalogers, right? robin fay @georgiawebgurl 2013
  • 15. Being that this is data driven, we can query, using SPARQL, a standard query language. We’ll talk more about SPARQL later… robin fay @georgiawebgurl 2013
  • 16. •Linked data is: “about using the Web to connect related data that wasn't previously linked, or using the Web to lower the barriers to linking data.” •Think> related, series records, authority files •Libraries already link data. •Projects such as the NYT Linked Open Data project and the Virtual Authority File project are resources of controlled vocabularies. •Verified and digital identity accounts such as openID and claimID to differentiate names robin fay @georgiawebgurl 2013
  • 17. • What is linked data and open data o Linked data is about reusing data o We already do some linked data in our library catalogs and even in our daily lives o The link in a bibliographic record (like an authority record link) is linking data behavior o A link that we share to our friends on facebook is linked data (of sorts) • Linked data is a link to a record/data/content that can then be utilized in some way • Open data is data that available to be used in some way with no barriers to access (licensing, etc.) robin fay @georgiawebgurl 2013
  • 18. Basic principles of linked data It keeps us from having to re-enter or copy information – Making our data: • reusable • easy to correct (correct one record instead of multiples) • efficient • and potentially useful to others It can build relationships in different ways - allowing us to create temporary collections (a user could organize their search results in a way that makes sense to them) or more permanent (collocating ALL works by a particular author more easily; pulling together photographs more easily) robin fay @georgiawebgurl 2013
  • 19. • Advantages (reusable data, potential to provide and built relationships, discoverability) • How library data fits into linked data o FRBR ( a bibliographic FRAMEWORK which is more semantic by nature) RDA ( metadata rules which are not tied to a programming language such as MARC but can work with semantic web standards like XML); IRs, and CMS like Drupal which have semantic web capabilities • RDA expressed as RDFa robin fay @georgiawebgurl 2013
  • 20. The RDF Triple: conceptual Examples same as author of Predicate/verb
  • 21. Tim Berners-Lee’s Four Rules 1. Use URIs as names for things 2. Use HTTP URIs so that people can look up those names 3. When someone looks up a URI, provide useful information, using the standards 4. Include links to other URIs, so they can discover more things URIs = Uniform Resource Identifier robin fay @georgiawebgurl 2013
  • 22. What can linked data do for libraries? • URIs creates methods for classifying that can be used (linked to!) by others • Library of Congress has released LCSH as linked data, and OCLC has a modified version of LCSH called FAST as linked data • Linked Data is flexible enough to express entity- relationship relationships such as FRBR/FRAD • Different databases (ILS, ERMS, IRs, local databases, etc.) allowing sharing of data – potentially more consistent data – allowing for collocation across resources and allowing users to easily find resources regardless of source robin fay @georgiawebgurl 2013
  • 23. Our data in a semantic viewpoint SOURCE: Getting triples from records: the role of ISBD http://www.slideshare.net/scottishlibraries/isbd-record2triples
  • 24. Our data in a semantic view SOURCE: Getting triples from records: the role of ISBD http://www.slideshare.net/scottishlibraries/isbd-record2triples “Bib” :Record id as subject Field role and relationship Can map to record such as viaf
  • 25.
  • 26. How cataloging is changing : A changing library and WEB landscape • Automation and new technologies • The web has changed • Large scale bibliographic databases • Cooperative cataloging • Administrative desire to decrease costs • Greater variety of media in library collections (electronic!) • User expectations and needs • FRBR is our data model – semantic web friendly! robin fay @georgiawebgurl 2013
  • 27. • FRBR will give us a way to group things in different ways building relationships between data – by WEMI (Work, Expression, Manifestation, Item) • WEMI is a hierarchy from abstract to the actual thing owned by a library (the well… item!) • Work and Expression can be somewhat conceptual with lots of discussion going on; however, you can loosely think of Work as a concept or idea which is Expressed (think the act of creation; performance) onto/into a physical format (can be digital) aka a Manifestation, of which the library has a copy (Item). robin fay @georgiawebgurl 2013
  • 28. Entity-Relationship Model (new way of storing & organizing data) • Database design model • Entity - a thing with an identity – Entities have attributes (characteristics) • Relationships – Between different entities at different levels • Provides for organization of records in database – “clustering” • Conceptual model of abstract concepts robin fay @georgiawebgurl 2013
  • 29. FRBR and RDA properties element sets
  • 30. “User Tasks” How do catalog users • Find • Identify • Select • Obtain … the resources they want? robin fay @georgiawebgurl 2013
  • 31. Work A distinct intellectual or artistic creation Group 1 Entities (WEMI Hierarchy) Expression Intellectual or artistic realization of a work Manifestation Physical embodiment of an expression of a work Item Single exemplar of a manifestation
  • 32.
  • 33. The FRBR Entity Relationship Model
  • 34.
  • 35. RDA Controlled Vocabularies Closed content type media type carrier type mode of issuance ... and more. Open frequency type of recording language of expression form of musical notation relationship designators (app. I-K) ... and more. robin fay @georgiawebgurl 2013
  • 36. RDA, FRBR, and MARC RDA is our metadata rules to describe our content FRBR is our semantic web friendly data model Currently we use MARC to format our data but we need something better Linked data can be the mechanism – but what about the actual records? robin fay @georgiawebgurl 2013
  • 37. RDA, FRBR, and MARC • Bibliographic records are structured in MARC (a programming language). MARC (MAchine Readable Code) and AACR2 have been working together a long time which means that compromises and workarounds have sometimes be made. This will be true for RDA, too. • MARC is a mixture of controlled access points (series, name authority and subject headings + free text (e.g., contents notes). This provides flexibility and structure but> More free text = less precision in searching = more work for systems to return relevant results robin fay @georgiawebgurl 2013
  • 38. RDA, FRBR, and MARC • Bibliographic records are structured in MARC (a programming language). MARC (MAchine Readable Code) and AACR2 have been working together a long time which means that compromises and workarounds have sometimes be made. This will be true for RDA, too. • MARC is a mixture of controlled access points (series, name authority and subject headings + free text (e.g., contents notes). This provides flexibility and structure but> More free text = less precision in searching = more work for systems to return relevant results robin fay @georgiawebgurl 2013
  • 39. • MARC existed before AACR2. MARC was developed in the 1960s before most digital technology existed – the web as we know it, ebooks, and Google, did not exist. • Most current catalog systems use MARC, but there are other metadata schemas and programming languages. • Although many systems have not fully utilized all of the fields and functionalities of MARC, it is reaching the end of its lifespan. • The next generation (nexgen) systems can not develop as only MARC based; we need more. RDA, FRBR, and MARC robin fay @georgiawebgurl 2013
  • 40. • Our future systems will probably not use MARC, but some kind of semantic web friendly schema. • Currently, the Library of Congress has started a project called the Bibliographic Framework Transition Initiative • Why? • We need something that is more flexible, not flat in file structure, yet works with a semantic framework. • We need something that works better with different metadata schemas. • This new framework will provide us with enormous functionality in our catalogs and allow us to fully use RDA. It will allow us to move forward into the semantic web world. RDA, FRBR, and MARC robin fay @georgiawebgurl 2013
  • 41. • We have some relationships within our library catalog via the bibliographic data – bib-holding-item (a way to keep all of the parts of a particular thing together) • Bib to authority –series-subject headings (a bib record having linking field(s) to another record(s)) • Authority records – records not visible to the public, but provide the linking points to our bib records and guide the user through variations of the name or title, etc. Linking data in catalogs robin fay @georgiawebgurl 2013
  • 42. Resources LODLAM: http://lodlam.net/ LODAM CHALLENGE: http://summit2013.lodlam.net/ LODLAM Zotero Group (Webliography of good stuff): https://www.zotero.org/groups/lod-lam GLAMLOD: https://groups.google.com/group/glamlod LC Bibliographic Framework Transition Initiative: http://www.loc.gov/marc/transition/ LITA - library linked data interest group: http://connect.ala.org/node/142470 Use Case Tool: http://obd.jisc.ac.uk/navigate Getting triples from records: the role of ISBD http://www.slideshare.net/scottishlibraries/isbd-record2triples FRBR Display Tool: http://www.loc.gov/marc/marc-functional-analysis/tool.html Understanding FRBR: http://www.loc.gov/cds/downloads/FRBR.PDF More materials at http://www.delicious.com/georgiawebgurl/metadata_presentation_como Making the Digital Connection: Linked Data and Libraries robin fay @georgiawebgurl 2013
  • 43. Resources • RDA Toolkit RDA Toolkit (online) – http://www.rdatoolkit.org • LC PCC PS (free .pdf downloads) http://www.loc.gov/catdir/cpso/RDAtest/rda_LC- PCC PS.html robin fay @georgiawebgurl 2013

Hinweis der Redaktion

  1. For each part a URI.
  2. URIs are kind of like a hook – they allow us to connect things together.
  3. ElaineSvenonius (?) posited that “navigate” (finding works related to a given work by generalization, assn., & aggregation…) should be added, but is not officialFind: resources corresponding to user’s search criteriaIdentify: confirm resource described corresponds to that sought, or distinguish between more than one resource with similar characteristicsSelect: resource appropriate to user’s needsObtain: to acquire or access resource (RDA chap. 4 (7 pp.) on acquisition and access, includes URL)
  4. One of RDA’s characteristics which mean it can work better in linked data environment; many of these are registered on the web online registry of both RDA element sets and values (vocabularies), at http://metadataregistry.org/
  5. One of RDA’s characteristics which mean it can work better in linked data environment; many of these are registered on the web online registry of both RDA element sets and values (vocabularies), at http://metadataregistry.org/
  6. One of RDA’s characteristics which mean it can work better in linked data environment; many of these are registered on the web online registry of both RDA element sets and values (vocabularies), at http://metadataregistry.org/[Show exercises, explain, solicit questions, etc.]
  7. One of RDA’s characteristics which mean it can work better in linked data environment; many of these are registered on the web online registry of both RDA element sets and values (vocabularies), at http://metadataregistry.org/[Show exercises, explain, solicit questions, etc.]
  8. What a FRBRized catalog should give us is better searching tools and enable to see editions more easily; see related titles in different media (e.g., easier to find the work “Dracula” regardless of its physical format – its manifestation). Since FRBR is a data model built on a semantic web framework, it will also enable us to have better, more robust, more semantic web like search tools (like our catalogs). ..while FRBR influenced RDA and FRSAD (Functional Requirements for Subject Authority Data)