SlideShare uma empresa Scribd logo
1 de 35
Linked Data,
the Semantic Web, and You
Maine Library Association 2015
Linked Data
What is Linked Data
Linked Data refers to a set of best practices for publishing
and connecting structured data on the Web.
URIs - Uniform Resource Identifiers
HTTP - Hypertext Transfer Protocol
RDF - Resource Description Framework
Source: http://linkeddata.org/faq
URIs
Uniform Resource Identifier (URI) is a string of characters used to identify the name of a resource.
Such identification enables interaction with representations of the resource over a network,
typically the World Wide Web, using specific protocols.
Uniform Resource Locator (URL) (commonly informally referred to as a web address, although
the term is not defined identically) URL (uniform resource locator) is a subset of the URIs that
include a network location.
Uniform Resource Name (URN) is a subset of URIs that include a name within a given space, but
no location.
Image Source: http://www.slideshare.net/rodsenra/rest-representational-state-transfer-emc-brdc-internal-tech-talk
HTTP
HyperText Transfer Protocol, HTTP is the underlying
protocol used by the World Wide Web. HTTP defines
how messages are formatted and transmitted, and what
actions Web servers and browsers should take in
response to various commands.
RDF
The Resource Description Framework (RDF) data model
represents information as node-and-arc-labeled directed
graphs. The data model is designed for the integrated
representation of information that originates from
multiple sources, is heterogeneously structured, and is
represented using different schemata. RDF aims at
being employed as a lingua franca, capable of
moderating between other data models that are used on
the Web.
Source: http://linkeddatabook.com/editions/1.0/#htoc16
Graph Database
Steven Roman
foaf:
knows
foaf:
publications
foaf:
publications
Dragons in the Stacks
Cason Snow
RDF - Triples
RDF uses triples to describe resources.
Triples consist of a Subject, Predicate, and Object.
Cason Snow knows Steven Roman.
http://www.library.umaine.edu/staff/snow.htm http://xmlns.com/foaf/0.1/knows https://dkpl.org/teens-tweens/
Serialization
Remember RDF is not a data format. It is a data model for
describing resources.
To display RDF data on the Web it must be serialized
though some kind of syntax.
RDF/XML and RDFa are standardized by the W3C but
many other serializations are out there.
RDF/XML example
1 <?xml version="1.0" encoding="UTF-8"?>
2 <rdf:RDF>
3 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 mlns:foaf="http://xmlns.com/foaf/0.1/">
5 <foaf:Person>
6 <foaf:name>Cason Snow</foaf:name>
7 <foaf:workplaceHomepage rdf:resource=”http://www.library.umaine.edu/staff/snow.htm”/>
8 <foaf:knows>
9 <foaf:Person>
10 <foaf:name>Steven Roman</foaf:name>
11 <foaf:workplaceHomepage rdf:resource=”https://dkpl.org/teens-tweens/”/>
12 </foaf:Person>
13 </foaf:knows>
14 </foaf:Person>
15 </rdf:RDF>
Turtle (Terse RDF Triple
Language) example
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
a foaf:Person ;
foaf:name "Cason Snow" ;
foaf:workplaceHomepage <http://www.library.umaine.edu/staff/snow.htm> ;
foaf:knows [
a foaf:Person ;
foaf:name "Steven Roman"
] .
Benefits of RDF
in Linked Data
1. By using HTTP URIs as globally unique identifiers for data items as well as for vocabulary terms, the RDF data model is
inherently designed for being used at global scale and enables anybody to refer to anything.
2. Clients can look up any URI in an RDF graph over the Web to retrieve additional information. Thus each RDF triple is part
of the global Web of Data and each RDF triple can be used as a starting point to explore this data space.
3. The data model enables you to set RDF links between data from different sources.
4. Information from different sources can easily be combined by merging the two sets of triples into a single graph.
5. RDF allows you to represent information that is expressed using different schemata in a single graph, meaning that you
can mix terms for different vocabularies to represent data.
6. Combined with schema languages such as RDF-Schema and OWL, the data model allows the use of as much or as little
structure as desired, meaning that tightly structured data as well as semi-structured data can be represented.
Source: http://linkeddatabook.com/editions/1.0/#htoc16
Why Linked Data
Linked Data provides a more generic, more flexible publishing paradigm which makes it easier for
data consumers to discover and integrate data from large numbers of data sources. In particular,
Linked Data provides:
• A unifying data model
• A standardized data access mechanism
• Hyperlink-based data discovery
• Self-descriptive data
Source: http://linkeddatabook.com/editions/1.0/#htoc22
Semantic Web
Bringing Data to the Web
What is the Semantic Web
The ultimate goal of the Web of data is to enable computers to do more useful
work and to develop systems that can support trusted interactions over the
network.
Semantic Web technologies enable people to create data stores on the Web,
build vocabularies, and write rules for handling data.
Linked data are empowered by technologies such as RDF, SPARQL, OWL,
and SKOS.
Source: http://www.w3.org/standards/semanticweb/
Linked Data
The Semantic Web is a Web of data — of dates and titles and part numbers
and chemical properties and any other data one might conceive of. RDF
provides the foundation for publishing and linking your data.
Source: http://www.w3.org/standards/semanticweb/
Vocabularies
At times it may be important or valuable to organize data. Using OWL (to build
vocabularies, or “ontologies”) and SKOS (for designing knowledge
organization systems) it is possible to enrich data with additional meaning,
which allows more people (and more machines) to do more with the data.
Vocabularies are the contextless list of terms used
Ontologies provide the relationships and grammar to express relations
between vocabulary terms
Source: http://www.w3.org/standards/semanticweb/
Ontology Examples
Dublin Core
FOAF
WOT
Basic Geo Vocabulary
Query
Query languages go hand-in-hand with databases. If the Semantic Web is
viewed as a global database, then it is easy to understand why one would
need a query language for that data. SPARQL is the query language for the
Semantic Web.
Source: http://www.w3.org/standards/semanticweb/
Inference
Near the top of the Semantic Web stack one finds inference — reasoning
over data through rules. W3C work on rules, primarily through RIF and
OWL, is focused on translating between rule languages and exchanging
rules among different systems.
Source: http://www.w3.org/standards/semanticweb/
And You
BIBFRAME and Linked Data Library Projects
BIBFRAME
BIBFRAME (Bibliographic Framework Initiative) is a project by LC to provide a
foundation of bibliographic description for integration in the Web of Data.
Uses RDF serialization.
BIBFRAME
The BIBFRAME Model consists of the following main classes:
Creative Work - a resource reflecting a conceptual essence of the cataloging
item.
Instance - a resource reflecting an individual, material embodiment of the
Work.
Authority - a resource reflecting key authority concepts that have defined
relationships reflected in the Work and Instance. Examples of Authority
Resources include People, Places, Topics, Organizations, etc.
Annotation - a resource that decorates other BIBFRAME resources with
additional information. Examples of such annotations include Library
Holdings information, cover art and reviews.
Core BIBFRAME
Creative Work
The Work exists as a Web based control point that reflects both commonality
of content between and among the various Instances associated with the
Work as well as a reference point for other Works. Common properties of
Works include contextual relationships to BIBFRAME Authorities related to
the “subjectness” (Topic, Person, Place, Geographical, etc.) of the resource
as well as the entities (Person, Organization, Meeting, etc.) associated with
its creation. Works can relate to other Works reflecting, for example, part /
whole relationships.
Instance
BIBFRAME Instances reflect an individual, material embodiment of a
BIBFRAME Work that can be physical or digital in nature. A BIBFRAME
Instance exists as a Web based control point that includes properties
specific to the materialization as well as contextual relationships to
appropriate BIBFRAME Authorities related to the publication, production,
distribution of the material resource. Each BIBFRAME Instance is an
instance of one and only one BIBFRAME Work.
Authorities
BIBFRAME Authorities are key authority concepts that are the target of
defined relationships reflected in the Work and Instance. Example of
BIBFRAME Authority Resources include People, Places, Topics,
Organizations, etc. From a cataloging perspective Authorities provide a
means for supporting disambiguation and synchronization around
authoritative information. From a users perspective, BIBFRAME Authorities
provide effective and efficient control points that can be used to help
navigate and contextualize related BIBFRAME Works and Instances.
BIBFRAME Authorities are not designed to compete or replace existing
authority efforts but rather provide a common, light weight abstraction layer
over various different Web based authority efforts to make them even more
effective.
Annotation
Libraries generate, maintain and improve an enormous amount of high-quality
data that is valuable well beyond traditional library boundaries. The
Bibliographic Framework Initiative recognizes this by including as a goal the
ability to “accommodate and distinguish expert-, automated-, and self-
generated metadata, including annotations (reviews, comments) and usage
data.” Rather than pre-define and limit our potential uses of this data, the
BIBFRAME model provides the necessary scaffolding to allows this data to
easily be annotated by libraries as well as third party users of this
information.
Annotated BIBFRAME
BIBFRAME and MARC
BIBFRAME is not ready yet, and it will be a mixed environment for the near
future.
Currently there is a tool to convert MARC to BIBFRAME. It changes fairly
often as BIBFRAME develops.
Currently designed to be rules agnostic, but RDA is a major component.
Digital Public Library
of America
The Digital Public Library of America (DPLA) is an all-digital library that aggregates metadata — or
information describing an item — and thumbnails for millions of photographs, manuscripts, books,
sounds, moving images, and more from libraries, archives, and museums around the United
States. DPLA brings together the riches of America’s libraries, archives, and museums, and
makes them freely available to the world.
European Library
The European Library is an independent not-for-profit library services organisation supported by
CENL, LIBER and CERL. The European Library importantly works to strengthen and support libraries
across the continent. Member libraries benefit from a powerful, low-cost aggregation structure enabling
a greater exposure of digital resources and bibliographic records. We collect, enrich and innovate with
libraries' data and content for the widest possible dissemination.
The European Library's mission is to be THE open data hub for library data in Europe.
Additionally, The European Library partakes in projects to create useful tools and a pan-European
infrastructure for librarians and researchers.
Linked Data for Libraries
LD4L
The goal of the project is to create a Scholarly Resource Semantic
Information Store (SRSIS) model that works both within individual
institutions and through a coordinated, extensible network of Linked Open
Data to capture the intellectual value that librarians and other domain
experts and scholars add to information resources when they describe,
annotate, organize, select, and use those resources, together with the
social value evident from patterns of usage.
Further resources
Reading
BIBFRAME
Primer
XML
RDF
Education
Certificate in XML and RDF-based Systems
W3Schools XML Tutorial
Contact information
Cason Snow
Metadata Librarian/Cataloger
University of Maine
207-581-1670

Mais conteúdo relacionado

Mais procurados

Cataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME CatalogCataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME CatalogAllison Jai O'Dell
 
It19 20140721 linked data personal perspective
It19 20140721 linked data personal perspectiveIt19 20140721 linked data personal perspective
It19 20140721 linked data personal perspectiveJanifer Gatenby
 
Data.dcs: Converting Legacy Data into Linked Data
Data.dcs: Converting Legacy Data into Linked DataData.dcs: Converting Legacy Data into Linked Data
Data.dcs: Converting Legacy Data into Linked DataMatthew Rowe
 
Website Performance at Client Level
Website Performance at Client LevelWebsite Performance at Client Level
Website Performance at Client LevelConstantin Stan
 
Resource description framework
Resource description frameworkResource description framework
Resource description frameworkStanley Wang
 
Introduction to Web Services
Introduction to Web ServicesIntroduction to Web Services
Introduction to Web ServicesJeffrey Anderson
 
Linked Data in Libraries
Linked Data in LibrariesLinked Data in Libraries
Linked Data in LibrariesCarl Hess
 
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...dannyijwest
 
A Semantic Data Model for Web Applications
A Semantic Data Model for Web ApplicationsA Semantic Data Model for Web Applications
A Semantic Data Model for Web ApplicationsArmin Haller
 
Building a semantic website
Building a semantic websiteBuilding a semantic website
Building a semantic websiteCJ Jenkins
 
Linked open data project
Linked open data projectLinked open data project
Linked open data projectFaathima Fayaza
 
euclid_linkedup WWW tutorial (Besnik Fetahu)
euclid_linkedup WWW tutorial (Besnik Fetahu)euclid_linkedup WWW tutorial (Besnik Fetahu)
euclid_linkedup WWW tutorial (Besnik Fetahu)Besnik Fetahu
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data ApplicationsEUCLID project
 

Mais procurados (20)

Cataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME CatalogCataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME Catalog
 
McDanold-1-jun15
McDanold-1-jun15McDanold-1-jun15
McDanold-1-jun15
 
Linked library data
Linked library dataLinked library data
Linked library data
 
It19 20140721 linked data personal perspective
It19 20140721 linked data personal perspectiveIt19 20140721 linked data personal perspective
It19 20140721 linked data personal perspective
 
Data.dcs: Converting Legacy Data into Linked Data
Data.dcs: Converting Legacy Data into Linked DataData.dcs: Converting Legacy Data into Linked Data
Data.dcs: Converting Legacy Data into Linked Data
 
Website Performance at Client Level
Website Performance at Client LevelWebsite Performance at Client Level
Website Performance at Client Level
 
Linked Data
Linked DataLinked Data
Linked Data
 
Resource description framework
Resource description frameworkResource description framework
Resource description framework
 
Semantic web
Semantic webSemantic web
Semantic web
 
Introduction to Web Services
Introduction to Web ServicesIntroduction to Web Services
Introduction to Web Services
 
Linked Data in Libraries
Linked Data in LibrariesLinked Data in Libraries
Linked Data in Libraries
 
NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...
NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...
NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...
 
Semantic Web and Linked Open Data
Semantic Web and Linked Open DataSemantic Web and Linked Open Data
Semantic Web and Linked Open Data
 
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
 
A Semantic Data Model for Web Applications
A Semantic Data Model for Web ApplicationsA Semantic Data Model for Web Applications
A Semantic Data Model for Web Applications
 
Building a semantic website
Building a semantic websiteBuilding a semantic website
Building a semantic website
 
Linked open data project
Linked open data projectLinked open data project
Linked open data project
 
euclid_linkedup WWW tutorial (Besnik Fetahu)
euclid_linkedup WWW tutorial (Besnik Fetahu)euclid_linkedup WWW tutorial (Besnik Fetahu)
euclid_linkedup WWW tutorial (Besnik Fetahu)
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data Applications
 
Web Spa
Web SpaWeb Spa
Web Spa
 

Destaque

Cmss Vi Nations Units Analysis
Cmss Vi Nations Units AnalysisCmss Vi Nations Units Analysis
Cmss Vi Nations Units Analysisjdubrow2000
 
Oplossingen Methodiek van de Informatica
Oplossingen Methodiek van de InformaticaOplossingen Methodiek van de Informatica
Oplossingen Methodiek van de InformaticaFrietvet
 
Soc345 military america
Soc345 military americaSoc345 military america
Soc345 military americajdubrow2000
 
Poverty in the USA
Poverty in the USAPoverty in the USA
Poverty in the USAjdubrow2000
 
Elites and Times Square
Elites and Times SquareElites and Times Square
Elites and Times Squarejdubrow2000
 
Milieu P&O 2008
Milieu P&O 2008Milieu P&O 2008
Milieu P&O 2008Frietvet
 

Destaque (9)

Cmss Iv
Cmss IvCmss Iv
Cmss Iv
 
Snow viaf2009
Snow viaf2009Snow viaf2009
Snow viaf2009
 
Cmss Vi Nations Units Analysis
Cmss Vi Nations Units AnalysisCmss Vi Nations Units Analysis
Cmss Vi Nations Units Analysis
 
Oplossingen Methodiek van de Informatica
Oplossingen Methodiek van de InformaticaOplossingen Methodiek van de Informatica
Oplossingen Methodiek van de Informatica
 
Soc345 military america
Soc345 military americaSoc345 military america
Soc345 military america
 
Poverty in the USA
Poverty in the USAPoverty in the USA
Poverty in the USA
 
Explore Zip Worm
Explore Zip WormExplore Zip Worm
Explore Zip Worm
 
Elites and Times Square
Elites and Times SquareElites and Times Square
Elites and Times Square
 
Milieu P&O 2008
Milieu P&O 2008Milieu P&O 2008
Milieu P&O 2008
 

Semelhante a Linked Data MLA 2015

Linked data for librarians
Linked data for librariansLinked data for librarians
Linked data for librarianstrevorthornton
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data TutorialSören Auer
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Researchadameq
 
Semantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & MetadataSemantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & Metadatarobin fay
 
Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?Museums Computer Group
 
Linked Data, Library Users, and the Discovery Tools of the Future
Linked Data, Library Users, and the Discovery Tools of the FutureLinked Data, Library Users, and the Discovery Tools of the Future
Linked Data, Library Users, and the Discovery Tools of the FutureEmily Nimsakont
 
Web of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case StudiesWeb of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case StudiesSabin Buraga
 
From Linked Documentary Resources to Linked Computational Resources
From Linked Documentary Resources to Linked Computational ResourcesFrom Linked Documentary Resources to Linked Computational Resources
From Linked Documentary Resources to Linked Computational ResourcesPhiloWeb
 
Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2Jenel Farrell
 
Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Jane Stevenson
 
Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and StatusMyungjin Lee
 
Deploying PHP applications using Virtuoso as Application Server
Deploying PHP applications using Virtuoso as Application ServerDeploying PHP applications using Virtuoso as Application Server
Deploying PHP applications using Virtuoso as Application Serverwebhostingguy
 
A Term Based Ranking Methodology for Resources on the Semantic Web
A Term Based Ranking Methodology for Resources on the Semantic WebA Term Based Ranking Methodology for Resources on the Semantic Web
A Term Based Ranking Methodology for Resources on the Semantic WebAaron Huang
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked dataLaura Po
 
PoolParty SKOS and Linked Data
PoolParty SKOS and Linked DataPoolParty SKOS and Linked Data
PoolParty SKOS and Linked DataAndreas Blumauer
 

Semelhante a Linked Data MLA 2015 (20)

Linked data for librarians
Linked data for librariansLinked data for librarians
Linked data for librarians
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Research
 
Semantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & MetadataSemantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & Metadata
 
Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?
 
Linked Data, Library Users, and the Discovery Tools of the Future
Linked Data, Library Users, and the Discovery Tools of the FutureLinked Data, Library Users, and the Discovery Tools of the Future
Linked Data, Library Users, and the Discovery Tools of the Future
 
Web of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case StudiesWeb of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case Studies
 
From Linked Documentary Resources to Linked Computational Resources
From Linked Documentary Resources to Linked Computational ResourcesFrom Linked Documentary Resources to Linked Computational Resources
From Linked Documentary Resources to Linked Computational Resources
 
Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2
 
Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011
 
Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and Status
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
Biodiversity Informatics on the Semantic Web
Biodiversity Informatics on the Semantic WebBiodiversity Informatics on the Semantic Web
Biodiversity Informatics on the Semantic Web
 
Deploying PHP applications using Virtuoso as Application Server
Deploying PHP applications using Virtuoso as Application ServerDeploying PHP applications using Virtuoso as Application Server
Deploying PHP applications using Virtuoso as Application Server
 
A Term Based Ranking Methodology for Resources on the Semantic Web
A Term Based Ranking Methodology for Resources on the Semantic WebA Term Based Ranking Methodology for Resources on the Semantic Web
A Term Based Ranking Methodology for Resources on the Semantic Web
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
Semantic web
Semantic webSemantic web
Semantic web
 
Linked Data
Linked DataLinked Data
Linked Data
 
PoolParty SKOS and Linked Data
PoolParty SKOS and Linked DataPoolParty SKOS and Linked Data
PoolParty SKOS and Linked Data
 

Mais de Cason Snow

Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015Cason Snow
 
Dragons in the Stacks MLA 2015
Dragons in the Stacks MLA 2015Dragons in the Stacks MLA 2015
Dragons in the Stacks MLA 2015Cason Snow
 
Dragons in the Stacks RRU 2016
Dragons in the Stacks RRU 2016Dragons in the Stacks RRU 2016
Dragons in the Stacks RRU 2016Cason Snow
 
Dragons in the Stacks MLA 2015
Dragons in the Stacks MLA 2015Dragons in the Stacks MLA 2015
Dragons in the Stacks MLA 2015Cason Snow
 
Brief introduction to FRBR, RDA and the future of the catalog
Brief introduction to FRBR, RDA and the future of the catalogBrief introduction to FRBR, RDA and the future of the catalog
Brief introduction to FRBR, RDA and the future of the catalogCason Snow
 
Dragons in the Stacks: Fantasy Role Playing Games in Libraries
Dragons in the Stacks: Fantasy Role Playing Games in LibrariesDragons in the Stacks: Fantasy Role Playing Games in Libraries
Dragons in the Stacks: Fantasy Role Playing Games in LibrariesCason Snow
 
ALA Tech Source Dragons
ALA Tech Source DragonsALA Tech Source Dragons
ALA Tech Source DragonsCason Snow
 

Mais de Cason Snow (7)

Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015
 
Dragons in the Stacks MLA 2015
Dragons in the Stacks MLA 2015Dragons in the Stacks MLA 2015
Dragons in the Stacks MLA 2015
 
Dragons in the Stacks RRU 2016
Dragons in the Stacks RRU 2016Dragons in the Stacks RRU 2016
Dragons in the Stacks RRU 2016
 
Dragons in the Stacks MLA 2015
Dragons in the Stacks MLA 2015Dragons in the Stacks MLA 2015
Dragons in the Stacks MLA 2015
 
Brief introduction to FRBR, RDA and the future of the catalog
Brief introduction to FRBR, RDA and the future of the catalogBrief introduction to FRBR, RDA and the future of the catalog
Brief introduction to FRBR, RDA and the future of the catalog
 
Dragons in the Stacks: Fantasy Role Playing Games in Libraries
Dragons in the Stacks: Fantasy Role Playing Games in LibrariesDragons in the Stacks: Fantasy Role Playing Games in Libraries
Dragons in the Stacks: Fantasy Role Playing Games in Libraries
 
ALA Tech Source Dragons
ALA Tech Source DragonsALA Tech Source Dragons
ALA Tech Source Dragons
 

Último

Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
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 ...EduSkills OECD
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 

Último (20)

Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
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
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 

Linked Data MLA 2015

  • 1. Linked Data, the Semantic Web, and You Maine Library Association 2015
  • 3. What is Linked Data Linked Data refers to a set of best practices for publishing and connecting structured data on the Web. URIs - Uniform Resource Identifiers HTTP - Hypertext Transfer Protocol RDF - Resource Description Framework Source: http://linkeddata.org/faq
  • 4. URIs Uniform Resource Identifier (URI) is a string of characters used to identify the name of a resource. Such identification enables interaction with representations of the resource over a network, typically the World Wide Web, using specific protocols. Uniform Resource Locator (URL) (commonly informally referred to as a web address, although the term is not defined identically) URL (uniform resource locator) is a subset of the URIs that include a network location. Uniform Resource Name (URN) is a subset of URIs that include a name within a given space, but no location. Image Source: http://www.slideshare.net/rodsenra/rest-representational-state-transfer-emc-brdc-internal-tech-talk
  • 5. HTTP HyperText Transfer Protocol, HTTP is the underlying protocol used by the World Wide Web. HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands.
  • 6. RDF The Resource Description Framework (RDF) data model represents information as node-and-arc-labeled directed graphs. The data model is designed for the integrated representation of information that originates from multiple sources, is heterogeneously structured, and is represented using different schemata. RDF aims at being employed as a lingua franca, capable of moderating between other data models that are used on the Web. Source: http://linkeddatabook.com/editions/1.0/#htoc16
  • 8. RDF - Triples RDF uses triples to describe resources. Triples consist of a Subject, Predicate, and Object. Cason Snow knows Steven Roman. http://www.library.umaine.edu/staff/snow.htm http://xmlns.com/foaf/0.1/knows https://dkpl.org/teens-tweens/
  • 9. Serialization Remember RDF is not a data format. It is a data model for describing resources. To display RDF data on the Web it must be serialized though some kind of syntax. RDF/XML and RDFa are standardized by the W3C but many other serializations are out there.
  • 10. RDF/XML example 1 <?xml version="1.0" encoding="UTF-8"?> 2 <rdf:RDF> 3 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 4 mlns:foaf="http://xmlns.com/foaf/0.1/"> 5 <foaf:Person> 6 <foaf:name>Cason Snow</foaf:name> 7 <foaf:workplaceHomepage rdf:resource=”http://www.library.umaine.edu/staff/snow.htm”/> 8 <foaf:knows> 9 <foaf:Person> 10 <foaf:name>Steven Roman</foaf:name> 11 <foaf:workplaceHomepage rdf:resource=”https://dkpl.org/teens-tweens/”/> 12 </foaf:Person> 13 </foaf:knows> 14 </foaf:Person> 15 </rdf:RDF>
  • 11. Turtle (Terse RDF Triple Language) example @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . a foaf:Person ; foaf:name "Cason Snow" ; foaf:workplaceHomepage <http://www.library.umaine.edu/staff/snow.htm> ; foaf:knows [ a foaf:Person ; foaf:name "Steven Roman" ] .
  • 12. Benefits of RDF in Linked Data 1. By using HTTP URIs as globally unique identifiers for data items as well as for vocabulary terms, the RDF data model is inherently designed for being used at global scale and enables anybody to refer to anything. 2. Clients can look up any URI in an RDF graph over the Web to retrieve additional information. Thus each RDF triple is part of the global Web of Data and each RDF triple can be used as a starting point to explore this data space. 3. The data model enables you to set RDF links between data from different sources. 4. Information from different sources can easily be combined by merging the two sets of triples into a single graph. 5. RDF allows you to represent information that is expressed using different schemata in a single graph, meaning that you can mix terms for different vocabularies to represent data. 6. Combined with schema languages such as RDF-Schema and OWL, the data model allows the use of as much or as little structure as desired, meaning that tightly structured data as well as semi-structured data can be represented. Source: http://linkeddatabook.com/editions/1.0/#htoc16
  • 13. Why Linked Data Linked Data provides a more generic, more flexible publishing paradigm which makes it easier for data consumers to discover and integrate data from large numbers of data sources. In particular, Linked Data provides: • A unifying data model • A standardized data access mechanism • Hyperlink-based data discovery • Self-descriptive data Source: http://linkeddatabook.com/editions/1.0/#htoc22
  • 15. What is the Semantic Web The ultimate goal of the Web of data is to enable computers to do more useful work and to develop systems that can support trusted interactions over the network. Semantic Web technologies enable people to create data stores on the Web, build vocabularies, and write rules for handling data. Linked data are empowered by technologies such as RDF, SPARQL, OWL, and SKOS. Source: http://www.w3.org/standards/semanticweb/
  • 16. Linked Data The Semantic Web is a Web of data — of dates and titles and part numbers and chemical properties and any other data one might conceive of. RDF provides the foundation for publishing and linking your data. Source: http://www.w3.org/standards/semanticweb/
  • 17. Vocabularies At times it may be important or valuable to organize data. Using OWL (to build vocabularies, or “ontologies”) and SKOS (for designing knowledge organization systems) it is possible to enrich data with additional meaning, which allows more people (and more machines) to do more with the data. Vocabularies are the contextless list of terms used Ontologies provide the relationships and grammar to express relations between vocabulary terms Source: http://www.w3.org/standards/semanticweb/
  • 19. Query Query languages go hand-in-hand with databases. If the Semantic Web is viewed as a global database, then it is easy to understand why one would need a query language for that data. SPARQL is the query language for the Semantic Web. Source: http://www.w3.org/standards/semanticweb/
  • 20. Inference Near the top of the Semantic Web stack one finds inference — reasoning over data through rules. W3C work on rules, primarily through RIF and OWL, is focused on translating between rule languages and exchanging rules among different systems. Source: http://www.w3.org/standards/semanticweb/
  • 21. And You BIBFRAME and Linked Data Library Projects
  • 22. BIBFRAME BIBFRAME (Bibliographic Framework Initiative) is a project by LC to provide a foundation of bibliographic description for integration in the Web of Data. Uses RDF serialization.
  • 23. BIBFRAME The BIBFRAME Model consists of the following main classes: Creative Work - a resource reflecting a conceptual essence of the cataloging item. Instance - a resource reflecting an individual, material embodiment of the Work. Authority - a resource reflecting key authority concepts that have defined relationships reflected in the Work and Instance. Examples of Authority Resources include People, Places, Topics, Organizations, etc. Annotation - a resource that decorates other BIBFRAME resources with additional information. Examples of such annotations include Library Holdings information, cover art and reviews.
  • 25. Creative Work The Work exists as a Web based control point that reflects both commonality of content between and among the various Instances associated with the Work as well as a reference point for other Works. Common properties of Works include contextual relationships to BIBFRAME Authorities related to the “subjectness” (Topic, Person, Place, Geographical, etc.) of the resource as well as the entities (Person, Organization, Meeting, etc.) associated with its creation. Works can relate to other Works reflecting, for example, part / whole relationships.
  • 26. Instance BIBFRAME Instances reflect an individual, material embodiment of a BIBFRAME Work that can be physical or digital in nature. A BIBFRAME Instance exists as a Web based control point that includes properties specific to the materialization as well as contextual relationships to appropriate BIBFRAME Authorities related to the publication, production, distribution of the material resource. Each BIBFRAME Instance is an instance of one and only one BIBFRAME Work.
  • 27. Authorities BIBFRAME Authorities are key authority concepts that are the target of defined relationships reflected in the Work and Instance. Example of BIBFRAME Authority Resources include People, Places, Topics, Organizations, etc. From a cataloging perspective Authorities provide a means for supporting disambiguation and synchronization around authoritative information. From a users perspective, BIBFRAME Authorities provide effective and efficient control points that can be used to help navigate and contextualize related BIBFRAME Works and Instances. BIBFRAME Authorities are not designed to compete or replace existing authority efforts but rather provide a common, light weight abstraction layer over various different Web based authority efforts to make them even more effective.
  • 28. Annotation Libraries generate, maintain and improve an enormous amount of high-quality data that is valuable well beyond traditional library boundaries. The Bibliographic Framework Initiative recognizes this by including as a goal the ability to “accommodate and distinguish expert-, automated-, and self- generated metadata, including annotations (reviews, comments) and usage data.” Rather than pre-define and limit our potential uses of this data, the BIBFRAME model provides the necessary scaffolding to allows this data to easily be annotated by libraries as well as third party users of this information.
  • 30. BIBFRAME and MARC BIBFRAME is not ready yet, and it will be a mixed environment for the near future. Currently there is a tool to convert MARC to BIBFRAME. It changes fairly often as BIBFRAME develops. Currently designed to be rules agnostic, but RDA is a major component.
  • 31. Digital Public Library of America The Digital Public Library of America (DPLA) is an all-digital library that aggregates metadata — or information describing an item — and thumbnails for millions of photographs, manuscripts, books, sounds, moving images, and more from libraries, archives, and museums around the United States. DPLA brings together the riches of America’s libraries, archives, and museums, and makes them freely available to the world.
  • 32. European Library The European Library is an independent not-for-profit library services organisation supported by CENL, LIBER and CERL. The European Library importantly works to strengthen and support libraries across the continent. Member libraries benefit from a powerful, low-cost aggregation structure enabling a greater exposure of digital resources and bibliographic records. We collect, enrich and innovate with libraries' data and content for the widest possible dissemination. The European Library's mission is to be THE open data hub for library data in Europe. Additionally, The European Library partakes in projects to create useful tools and a pan-European infrastructure for librarians and researchers.
  • 33. Linked Data for Libraries LD4L The goal of the project is to create a Scholarly Resource Semantic Information Store (SRSIS) model that works both within individual institutions and through a coordinated, extensible network of Linked Open Data to capture the intellectual value that librarians and other domain experts and scholars add to information resources when they describe, annotate, organize, select, and use those resources, together with the social value evident from patterns of usage.
  • 34. Further resources Reading BIBFRAME Primer XML RDF Education Certificate in XML and RDF-based Systems W3Schools XML Tutorial
  • 35. Contact information Cason Snow Metadata Librarian/Cataloger University of Maine 207-581-1670

Notas do Editor

  1. A unifying data model. By providing for the globally unique identification of entities and by allowing different schemata to be used in parallel to represent data, the RDF data model has been especially designed for the use case of global data sharing. In contrast, the other methods for publishing data on the Web rely on a wide variety of different data models, and the resulting heterogeneity needs to be bridged in the integration process. A standardized data access mechanism. Linked Data commits itself to a specific pattern of using the HTTP protocol. This agreement allows data sources to be accessed using generic data browsers and enables the complete data space to be crawled by search engines. In contrast, Web APIs are accessed using different proprietary interfaces. Hyperlink-based data discovery. By using URIs as global identifiers for entities, Linked Data allows hyperlinks to be set between entities in different data sources. These data links connect all Linked Data into a single global data space and enable Linked Data applications to discover new data sources at run-time. In contrast, Web APIs as well as data dumps in proprietary formats remain isolated data islands. Self-descriptive data. Linked Data eases the integration of data from different sources by relying on shared vocabularies, making the definitions of these vocabularies retrievable, and by allowing terms from different vocabularies to be connected to each other by vocabulary links.