SlideShare una empresa de Scribd logo
1 de 42
Linked Data,
the Semantic Web, and You
CHIPS Hermon High School 2015
Linked Data
Structured Data on the Web
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"
] .
From HTML to Linked Data
<!-- A trilogy of books with numbered volumes. -->
<div>
<p>
The <strong>Lord of the Rings</strong> is an English-language fictional trilogy by J. R. R. Tolkien (1892-1973).
</p>
<p>
The books in the trilogy are:
</p>
<ul>
<li>Vol. 1: The Fellowship of the Ring</li>
<li>Vol. 2: The Two Towers</li>
<li>Vol. 3: The Return of the King</li>
</ul>
</div>
From HTML to Linked Data
<!-- A trilogy of books with numbered volumes. -->
<div vocab="http://schema.org/">
<p typeof="Book" resource="#trilogy">
<link property="about" href="http://id.worldcat.org/fast/1020337">
The <strong property="name">Lord of the Rings</strong> is an
<span property="inLanguage" content="en">English-language</span>
<span property="genre">fictional</span> trilogy by
<span property="author" typeof="Person" resource="#author">
<link property="sameAs" href="http://viaf.org/viaf/95218067">
<span property="name" content="Tolkien, J. R. R. (John Ronald Reuel)">J. R. R. Tolkien</span>
(<span property="birthDate">1892</span>-<span property="deathDate">1973</span>).
</span>
<link property="hasPart" href="#book1">
<link property="hasPart" href="#book2">
<link property="hasPart" href="#book3">
</p>
<p>
The books in the trilogy are:
</p>
<ul>
<li typeof="Book PublicationVolume" resource="#book1">
Vol. <span property="volumeNumber">1</span>:
<link property="about" href="http://id.worldcat.org/fast/1020337">
<link property="isPartOf" href="#trilogy">
<link property="author" href="#author">
<meta property="inLanguage" content="en">
<span property="name">The Fellowship of the Ring</span>
</li>
HTML and Linked Data
Example
OSDS
The OpenLink Structured Data Sniffer (OSDS) is a browser extension for
Google Chrome, Mozilla Firefox, and Opera (with builds planned for Apple
Safari, and Microsoft Edge) that unveils metadata oriented structured data
embedded within HTML documents.
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 - general metadata
Schema.org - general metadata
Friend of a Friend (FOAF) - people related terms
Open Geospatial Consortium - mapping data
vCard - describing people and organizations
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 Rule
Interchange Format (RIF) and Web Ontology Language (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 the Library of
Congress to provide a foundation of bibliographic description for integration
in the Web of Data.
● Differentiate clearly between conceptual content and its physical/digital manifestation(s)
● Unambiguously identify information entities (e.g., authorities)
● Leverage and expose relationships between and among entities
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.
FAST
Faceted Application of Subject Terminology (FAST) is an enumerative,
faceted subject heading schema derived from the Library of Congress
Subject Headings (LCSH). The purpose of adapting the LCSH with a
simplified syntax to create FAST is to retain the very rich vocabulary of
LCSH while making the schema easier to understand, control, apply, and
use. The schema maintains upward compatibility with LCSH, and any valid
set of LC subject headings can be converted to FAST headings.
Source: http://0-experimental.worldcat.org.library.metmuseum.org/fast/
FAST Linked Data
Linked Data is one of the underpinnings of the Semantic Web, the effort to
make the meaning of information on the Web more understandable to
computers. These Linked Data authorities are formatted using schema.org and
SKOS (Simple Knowledge Organization System).
The FAST Authority file contains links to LCSH Authorities as will as other
authoritative sources such as VIAF, GeoNames, and Wikipedia. We will
continue to add other links where possible.
Source: http://0-experimental.worldcat.org.library.metmuseum.org/fast/
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.
British National Bibliography
The BNB Linked Data Platform provides access to the British National
Bibliography published as linked open data and made available through
SPARQL services. Two different interfaces are provided: a SPARQL
editor, and /sparql a service endpoint for remote queries. Alternatively, use
the search box below to enter a plain text term.
The Linked Open BNB is a subset of the full British National Bibliography. It
currently includes published books (including monographs published over
time) and serial publications, representing approximately 2.8 million records.
Deutsche National
Bibliothek
The German National Library is building a linked data service that in the long run will permit the
semantic web community to use the entire stock of national bibliographic data, including all authority
data. It is endeavouring to make a contribution to the global information infrastructure with this new
data service and thus laying the foundations for modern commercial and non-commercial web
services.
The German National Library is committed to making a significant contribution to ensuring the stability
and reliability of the "linked data cloud" by providing data of high quality, most of which has been
intellectually generated. The German National Library has been supplying its data in the RDF standard
via the Linked Data Service since 2010. By offering RDF as an equal status export format, it allows
users and user groups to re-use its data in a way which requires no knowledge of bibliographic
formats.
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
W3Schools XML Tutorial
Structured data with schema.org codelab
Semantic Web Primer
Contact information
Cason Snow
Metadata Librarian/Cataloger
University of Maine
207-581-1670

Más contenido relacionado

La actualidad más candente

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
 

La actualidad más candente (20)

Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data Usecases
 
Semantic Web and Linked Open Data
Semantic Web and Linked Open DataSemantic Web and Linked Open Data
Semantic Web and Linked Open Data
 
Resource description framework
Resource description frameworkResource description framework
Resource description framework
 
Sparql a simple knowledge query
Sparql  a simple knowledge querySparql  a simple knowledge query
Sparql a simple knowledge query
 
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
 
Interaction with Linked Data
Interaction with Linked DataInteraction with Linked Data
Interaction with Linked Data
 
Providing Linked Data
Providing Linked DataProviding Linked Data
Providing Linked Data
 
Linked library data
Linked library dataLinked library data
Linked library data
 
Big Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaBig Linked Data - Creating Training Curricula
Big Linked Data - Creating Training Curricula
 
euclid_linkedup WWW tutorial (Besnik Fetahu)
euclid_linkedup WWW tutorial (Besnik Fetahu)euclid_linkedup WWW tutorial (Besnik Fetahu)
euclid_linkedup WWW tutorial (Besnik Fetahu)
 
Semantic web: where are we now?
Semantic web: where are we now? Semantic web: where are we now?
Semantic web: where are we now?
 
Querying Linked Data
Querying Linked DataQuerying Linked Data
Querying Linked Data
 
Ontologies and semantic web
Ontologies and semantic webOntologies and semantic web
Ontologies and semantic web
 
Linked Data
Linked DataLinked Data
Linked Data
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Research
 
Semantic web
Semantic webSemantic web
Semantic web
 
Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked Data
 
McDanold-1-jun15
McDanold-1-jun15McDanold-1-jun15
McDanold-1-jun15
 
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...
 

Destacado (7)

FSHS 550 final paper
FSHS 550 final paperFSHS 550 final paper
FSHS 550 final paper
 
Recruit On The Go - "InterviewOnTheGo" iPhone App
Recruit On The Go - "InterviewOnTheGo" iPhone AppRecruit On The Go - "InterviewOnTheGo" iPhone App
Recruit On The Go - "InterviewOnTheGo" iPhone App
 
聖子耶穌在地上(A)
聖子耶穌在地上(A)聖子耶穌在地上(A)
聖子耶穌在地上(A)
 
Decretos taleban
Decretos talebanDecretos taleban
Decretos taleban
 
Comunicacion y trabajo en equipo
Comunicacion y trabajo en equipoComunicacion y trabajo en equipo
Comunicacion y trabajo en equipo
 
4. modelos desarrollo de equipos
4. modelos desarrollo de equipos4. modelos desarrollo de equipos
4. modelos desarrollo de equipos
 
A importancia-do-marketing-educacional
A importancia-do-marketing-educacionalA importancia-do-marketing-educacional
A importancia-do-marketing-educacional
 

Similar a Linked data HHS 2015

OpenCalais in Linked Data context
OpenCalais in Linked Data contextOpenCalais in Linked Data context
OpenCalais in Linked Data context
eldorina
 
Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and Status
Myungjin Lee
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark Greaves
Mediabistro
 
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
webhostingguy
 

Similar a Linked data HHS 2015 (20)

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
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
Linked Data In Action
Linked Data In ActionLinked Data In Action
Linked Data In Action
 
Biodiversity Informatics on the Semantic Web
Biodiversity Informatics on the Semantic WebBiodiversity Informatics on the Semantic Web
Biodiversity Informatics on the Semantic Web
 
Building a semantic website
Building a semantic websiteBuilding a semantic website
Building a semantic website
 
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
 
OpenCalais in Linked Data context
OpenCalais in Linked Data contextOpenCalais in Linked Data context
OpenCalais in Linked Data context
 
Enterprise knowledge graphs
Enterprise knowledge graphsEnterprise knowledge graphs
Enterprise knowledge graphs
 
Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and Status
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark Greaves
 
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
 
Linked Data
Linked DataLinked Data
Linked Data
 
Publishing data on the Semantic Web
Publishing data on the Semantic WebPublishing data on the Semantic Web
Publishing data on the Semantic Web
 
Hack U Barcelona 2011
Hack U Barcelona 2011Hack U Barcelona 2011
Hack U Barcelona 2011
 
Linked dataresearch
Linked dataresearchLinked dataresearch
Linked dataresearch
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic Web
 
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
 
Semantic web
Semantic webSemantic web
Semantic web
 
Semantic web
Semantic web Semantic web
Semantic web
 

Más de Cason Snow (7)

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
 
Snow viaf2009
Snow viaf2009Snow viaf2009
Snow viaf2009
 
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

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Último (20)

Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 

Linked data HHS 2015

  • 1. Linked Data, the Semantic Web, and You CHIPS Hermon High School 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. From HTML to Linked Data <!-- A trilogy of books with numbered volumes. --> <div> <p> The <strong>Lord of the Rings</strong> is an English-language fictional trilogy by J. R. R. Tolkien (1892-1973). </p> <p> The books in the trilogy are: </p> <ul> <li>Vol. 1: The Fellowship of the Ring</li> <li>Vol. 2: The Two Towers</li> <li>Vol. 3: The Return of the King</li> </ul> </div>
  • 13. From HTML to Linked Data <!-- A trilogy of books with numbered volumes. --> <div vocab="http://schema.org/"> <p typeof="Book" resource="#trilogy"> <link property="about" href="http://id.worldcat.org/fast/1020337"> The <strong property="name">Lord of the Rings</strong> is an <span property="inLanguage" content="en">English-language</span> <span property="genre">fictional</span> trilogy by <span property="author" typeof="Person" resource="#author"> <link property="sameAs" href="http://viaf.org/viaf/95218067"> <span property="name" content="Tolkien, J. R. R. (John Ronald Reuel)">J. R. R. Tolkien</span> (<span property="birthDate">1892</span>-<span property="deathDate">1973</span>). </span> <link property="hasPart" href="#book1"> <link property="hasPart" href="#book2"> <link property="hasPart" href="#book3"> </p> <p> The books in the trilogy are: </p> <ul> <li typeof="Book PublicationVolume" resource="#book1"> Vol. <span property="volumeNumber">1</span>: <link property="about" href="http://id.worldcat.org/fast/1020337"> <link property="isPartOf" href="#trilogy"> <link property="author" href="#author"> <meta property="inLanguage" content="en"> <span property="name">The Fellowship of the Ring</span> </li>
  • 14. HTML and Linked Data Example
  • 15. OSDS The OpenLink Structured Data Sniffer (OSDS) is a browser extension for Google Chrome, Mozilla Firefox, and Opera (with builds planned for Apple Safari, and Microsoft Edge) that unveils metadata oriented structured data embedded within HTML documents.
  • 16. 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
  • 17. 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
  • 19. 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/
  • 20. 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/
  • 21. 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/
  • 22. Ontology Examples Dublin Core - general metadata Schema.org - general metadata Friend of a Friend (FOAF) - people related terms Open Geospatial Consortium - mapping data vCard - describing people and organizations
  • 23. 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/
  • 24. Inference Near the top of the Semantic Web stack one finds inference — reasoning over data through rules. W3C work on rules, primarily through Rule Interchange Format (RIF) and Web Ontology Language (OWL), is focused on translating between rule languages and exchanging rules among different systems. Source: http://www.w3.org/standards/semanticweb/
  • 25. And You BIBFRAME and Linked Data Library Projects
  • 26. BIBFRAME BIBFRAME (Bibliographic Framework Initiative) is a project by the Library of Congress to provide a foundation of bibliographic description for integration in the Web of Data. ● Differentiate clearly between conceptual content and its physical/digital manifestation(s) ● Unambiguously identify information entities (e.g., authorities) ● Leverage and expose relationships between and among entities Uses RDF serialization.
  • 27. 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.
  • 29. 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.
  • 30. 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.
  • 31. 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.
  • 32. 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.
  • 34. 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.
  • 35. FAST Faceted Application of Subject Terminology (FAST) is an enumerative, faceted subject heading schema derived from the Library of Congress Subject Headings (LCSH). The purpose of adapting the LCSH with a simplified syntax to create FAST is to retain the very rich vocabulary of LCSH while making the schema easier to understand, control, apply, and use. The schema maintains upward compatibility with LCSH, and any valid set of LC subject headings can be converted to FAST headings. Source: http://0-experimental.worldcat.org.library.metmuseum.org/fast/
  • 36. FAST Linked Data Linked Data is one of the underpinnings of the Semantic Web, the effort to make the meaning of information on the Web more understandable to computers. These Linked Data authorities are formatted using schema.org and SKOS (Simple Knowledge Organization System). The FAST Authority file contains links to LCSH Authorities as will as other authoritative sources such as VIAF, GeoNames, and Wikipedia. We will continue to add other links where possible. Source: http://0-experimental.worldcat.org.library.metmuseum.org/fast/
  • 37. 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.
  • 38. British National Bibliography The BNB Linked Data Platform provides access to the British National Bibliography published as linked open data and made available through SPARQL services. Two different interfaces are provided: a SPARQL editor, and /sparql a service endpoint for remote queries. Alternatively, use the search box below to enter a plain text term. The Linked Open BNB is a subset of the full British National Bibliography. It currently includes published books (including monographs published over time) and serial publications, representing approximately 2.8 million records.
  • 39. Deutsche National Bibliothek The German National Library is building a linked data service that in the long run will permit the semantic web community to use the entire stock of national bibliographic data, including all authority data. It is endeavouring to make a contribution to the global information infrastructure with this new data service and thus laying the foundations for modern commercial and non-commercial web services. The German National Library is committed to making a significant contribution to ensuring the stability and reliability of the "linked data cloud" by providing data of high quality, most of which has been intellectually generated. The German National Library has been supplying its data in the RDF standard via the Linked Data Service since 2010. By offering RDF as an equal status export format, it allows users and user groups to re-use its data in a way which requires no knowledge of bibliographic formats.
  • 40. 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.
  • 41. Further resources Reading BIBFRAME Primer XML RDF Education W3Schools XML Tutorial Structured data with schema.org codelab Semantic Web Primer
  • 42. Contact information Cason Snow Metadata Librarian/Cataloger University of Maine 207-581-1670

Notas del 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.