SlideShare a Scribd company logo
1 of 21
Download to read offline
Introductiontothe
SemanticWeb
Angelica Lo Duca
IIT-CNR
angelica.loduca@iit.cnr.it
Linked Data
Linked Data are a series of best practices to
connect structured data through the Web.
Three questions
● data access - easy way for data reusage.
● data discovery among a multitude of relevant datasets.
● data integration among a large number of data sources
previously unknown.
The Linked Data Cloud
Existing Linked Data nodes
● http://datahub.io/
○ web site which allows the creation, publication and
search of datasets
● http://sparqles.okfn.org
○ to see the list and the status of all SPARQL endpoints
maintained by datahub.io
Four principles
1. Use URIs as names for things.
2. Use HTTP URIs, so that people can look up those names.
3. When someone looks up a URI, provide useful
information, using the standards (RDF, SPARQL).
4. Include links to other URIs, so that they can discover
more things.
Kinds of Links
● Relationship Links point at related things in other data
sources.
● Identity Links point at URI aliases used by other data
sources to identify the same real-world object or abstract
concept.
● Vocabulary Links point from data to the definitions of the
vocabulary terms that are used to represent the data.
Publish Linked Data
Dataset
Vocabulary
Link
Discovery
Data Quality
Test and
Debug
Dataset
● Describe the dataset
○ use VOID ontology
○ VOID - Vocabulary of Interlinked Dataset
● License
Dataset
Vocabulary
Link
Discovery
Data Quality
Test and
Debug
VOID - General dataset metadata
:DBpedia a void:Dataset;
dcterms:title "DBPedia";
dcterms:description "RDF data extracted
from Wikipedia";
dcterms:contributor :FU_Berlin;
dcterms:contributor :University_Leipzig;
dcterms:contributor :OpenLink_Software;
dcterms:contributor :DBpedia_community;
dcterms:source
<http://dbpedia.org/resource/Wikipedia>;
dcterms:modified "2008-11-17"^^xsd:date;
.
:FU_Berlin a foaf:Organization;
rdfs:label "Freie Universität Berlin";
foaf:homepage
<http://www.fu-berlin.de/>;
.
# Similar descriptions of the other
contributors go here
Term Purpose
dcterms:title The name of the dataset.
dcterms:description A textual description of the dataset.
dcterms:creator An entity primarily responsible for
creating the dataset.
dcterms:publisher An entity responsible for making the
dataset available.
dcterms:contributor An entity responsible for making
contributions to the dataset.
dcterms:source A related resource from which the
dataset is derived.
dcterms:created Date of creation of the dataset.
dcterms:modified Date on which the dataset was
changed.
VOID - License
● The dcterms:license property should be used to to point to
the license under which a dataset has been published.
a. Public Domain Dedication and License (PDDL) — places the data(base)
in the public domain (waiving all rights)
b. Open Data Commons Attribution (ODC-By) — free to share, create,
adapt data but you must attribute any public use of the database
c. Open Database License (ODC-ODbL) — free to share, create, adapt
data but you must attribute any public use of the database, redistribute
data under the same license (share a-like), keep redistributed data
open
d. CC0 1.0 Universal — copy, modify, distribute and perform the work,
even for commercial purposes, all without asking permission
Vocabulary
● Choose the vocabularies to describe data
○ RDF Schema
○ OWL
○ SKOS
○ ...
Vocabulary
Link
Discovery
Data Quality
Test and
Debug
Dataset
Reusing existing terms
If suitable terms can be found in existing vocabularies,
these should be reused to describe data wherever possible,
rather than reinvented.
Some common vocabularies
● The Dublin Core Metadata Initiative (DCMI) Metadata Terms vocabulary defines general metadata attributes such as title,
creator, date and subject.
● The Friend-of-a-Friend (FOAF) vocabulary defines terms for describing persons, their activities and their relations to other
people and objects.
● The Semantically-Interlinked Online Communities (SIOC) vocabulary (pronounced "shock") is designed for describing
aspects of online community sites, such as users, posts and forums.
● The Description of a Project (DOAP) vocabulary(pronounced "dope") defines terms for describing software projects,
particularly those that are Open Source.
● The Music Ontology defines terms for describing various aspects related to music, such as artists, albums, tracks,
performances and arrangements.
● The Programmes Ontology defines terms for describing programmes such as TV and radio broadcasts.
● The Good Relations Ontology defines terms for describing products, services and other aspects relevant to e-commerce
applications.
● The Creative Commons (CC) schema defines terms for describing copyright licenses in RDF.
● The Bibliographic Ontology (BIBO) provides concepts and properties for describing citations and bibliographic references
(i.e., quotes, books, articles, etc.).
● The OAI Object Reuse and Exchange vocabulary is used by various library and publication data sources to represent
resource aggregations such as different editions of a document or its internal structure.
● The Review Vocabulary provides a vocabulary for representing reviews and ratings, as are often applied to products and
services.
● The Basic Geo (WGS84) vocabulary defines terms such as lat and long for describing geographically-located things.
How to select a vocabulary
1. Usage and uptake – is the vocabulary in widespread usage? Will using this
vocabulary make a data set more or less accessible to existing Linked Data
applications?
2. Maintenance and governance – is the vocabulary actively maintained
according to a clear governance process? When, and on what basis, are
updates made?
3. Coverage – does the vocabulary cover enough of the data set to justify
adopting its terms and ontological commitments?
4. Expressivity – is the degree of expressivity in the vocabulary appropriate to
the data set and application scenario? Is it too expressive, or not expressive
enough?
How to define a new vocabulary
● Supplement existing vocabularies rather than
reinventing their terms.
● Only define new terms in a namespace that you control.
Link Discovery
● Establish internal and external links
○ internal links connect pairs of nodes,
both belonging to the same dataset
○ external links connect pairs of
nodes, one belonging to our dataset
and the other to an external one
Dataset
Vocabulary
Link
Discovery
Data Quality
Test and
Debug
Test and Debug
● Check the syntax of RDF triples
○ W3C RDF Validator can check RDF/XML for
syntactic correctness
● Check the infrastructure
○ RDF:Alerts
Dataset
Vocabulary
Link
Discovery
Data Quality
Test and
Debug
Data Quality
● Does your data set links to other data sets?
● Do you provide provenance metadata?
● Do you provide licensing metadata?
● Do you use terms from widely deployed
vocabularies? Are the URIs of proprietary vocabulary
terms dereferenceable?
● Do you map proprietary vocabulary terms to other
vocabularies?
● Do you provide data set-level metadata?
● Do you refer to additional access methods?
Dataset
Vocabulary
Link
Discovery
Data Quality
Test and
Debug
Five Star Linked Data
* Data available on the web (in whatever format), but with an open licence
** Available as machine-readable structured data (e.g. Excel instead of image
scan of a table)
*** All the above, plus: Use non-proprietary data format (e.g. CSV instead of
Excel)
**** All the above, plus: Use open standards from W3C (e.g. HTTP URIs) to
identify things, so that people can point at your stuff
***** All the above, plus: Link your data to other people’s data to provide context
References
● VOID - https://www.w3.org/TR/void/
● Dean Allemang and Jim Hendler. Semantic Web for the Working Ontologist:
Effective Modeling in RDFS and OWL. Morgan Kaufmann, 2008.
● Tom Heath and Christian Bizer (2011) Linked Data: Evolving the Web into a
Global Data Space(1st edition). Synthesis Lectures on the Semantic Web:
Theory and Technology, 1:1, 1-136. Morgan & Claypool.

More Related Content

What's hot

Big Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaBig Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaEUCLID project
 
The Dublin Core 1:1 Principle in the Age of Linked Data
The Dublin Core 1:1 Principle in the Age of Linked DataThe Dublin Core 1:1 Principle in the Age of Linked Data
The Dublin Core 1:1 Principle in the Age of Linked DataRichard Urban
 
Search as-you-type (Exact search)
Search as-you-type (Exact search)Search as-you-type (Exact search)
Search as-you-type (Exact search)Gabani Bhavik
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked DataEUCLID project
 
Supporting search as-you-type using sql in databases
Supporting search as-you-type using sql in databasesSupporting search as-you-type using sql in databases
Supporting search as-you-type using sql in databasesEcway Technologies
 
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information RetrievalKeystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information RetrievalMauro Dragoni
 
ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...
ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...
ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...eswcsummerschool
 
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
 
Keystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joinedKeystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joinedJoel Azzopardi
 
A Generic Scientific Data Model and Ontology for Representation of Chemical Data
A Generic Scientific Data Model and Ontology for Representation of Chemical DataA Generic Scientific Data Model and Ontology for Representation of Chemical Data
A Generic Scientific Data Model and Ontology for Representation of Chemical DataStuart Chalk
 
Reuse of Structured Data: Semantics, Linkage, and Realization
Reuse of Structured Data: Semantics, Linkage, and RealizationReuse of Structured Data: Semantics, Linkage, and Realization
Reuse of Structured Data: Semantics, Linkage, and Realizationandrea huang
 
The Web of Linked Data and its information
The Web of Linked Data and its informationThe Web of Linked Data and its information
The Web of Linked Data and its informationAlberto Nogales
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015Cason Snow
 
The OpenOffice.org ODF Toolkit Project
The OpenOffice.org ODF Toolkit ProjectThe OpenOffice.org ODF Toolkit Project
The OpenOffice.org ODF Toolkit ProjectAlexandro Colorado
 
Scientific Units in the Electronic Age
Scientific Units in the Electronic AgeScientific Units in the Electronic Age
Scientific Units in the Electronic AgeStuart Chalk
 
Documents, services, and data on the web
Documents, services, and data on the webDocuments, services, and data on the web
Documents, services, and data on the webChiara Del Vescovo
 
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...Stuart Chalk
 
Data Citation Implementation at Dataverse
Data Citation Implementation at DataverseData Citation Implementation at Dataverse
Data Citation Implementation at DataverseMerce Crosas
 
Folksonomies: a bottom-up social categorization system
Folksonomies: a bottom-up social categorization systemFolksonomies: a bottom-up social categorization system
Folksonomies: a bottom-up social categorization systemdomenico79
 

What's hot (20)

Big Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaBig Linked Data - Creating Training Curricula
Big Linked Data - Creating Training Curricula
 
Querying Linked Data
Querying Linked DataQuerying Linked Data
Querying Linked Data
 
The Dublin Core 1:1 Principle in the Age of Linked Data
The Dublin Core 1:1 Principle in the Age of Linked DataThe Dublin Core 1:1 Principle in the Age of Linked Data
The Dublin Core 1:1 Principle in the Age of Linked Data
 
Search as-you-type (Exact search)
Search as-you-type (Exact search)Search as-you-type (Exact search)
Search as-you-type (Exact search)
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked Data
 
Supporting search as-you-type using sql in databases
Supporting search as-you-type using sql in databasesSupporting search as-you-type using sql in databases
Supporting search as-you-type using sql in databases
 
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information RetrievalKeystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
 
ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...
ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...
ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...
 
euclid_linkedup WWW tutorial (Besnik Fetahu)
euclid_linkedup WWW tutorial (Besnik Fetahu)euclid_linkedup WWW tutorial (Besnik Fetahu)
euclid_linkedup WWW tutorial (Besnik Fetahu)
 
Keystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joinedKeystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joined
 
A Generic Scientific Data Model and Ontology for Representation of Chemical Data
A Generic Scientific Data Model and Ontology for Representation of Chemical DataA Generic Scientific Data Model and Ontology for Representation of Chemical Data
A Generic Scientific Data Model and Ontology for Representation of Chemical Data
 
Reuse of Structured Data: Semantics, Linkage, and Realization
Reuse of Structured Data: Semantics, Linkage, and RealizationReuse of Structured Data: Semantics, Linkage, and Realization
Reuse of Structured Data: Semantics, Linkage, and Realization
 
The Web of Linked Data and its information
The Web of Linked Data and its informationThe Web of Linked Data and its information
The Web of Linked Data and its information
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015
 
The OpenOffice.org ODF Toolkit Project
The OpenOffice.org ODF Toolkit ProjectThe OpenOffice.org ODF Toolkit Project
The OpenOffice.org ODF Toolkit Project
 
Scientific Units in the Electronic Age
Scientific Units in the Electronic AgeScientific Units in the Electronic Age
Scientific Units in the Electronic Age
 
Documents, services, and data on the web
Documents, services, and data on the webDocuments, services, and data on the web
Documents, services, and data on the web
 
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
 
Data Citation Implementation at Dataverse
Data Citation Implementation at DataverseData Citation Implementation at Dataverse
Data Citation Implementation at Dataverse
 
Folksonomies: a bottom-up social categorization system
Folksonomies: a bottom-up social categorization systemFolksonomies: a bottom-up social categorization system
Folksonomies: a bottom-up social categorization system
 

Similar to Linked Data

Semantic web assignment1
Semantic web assignment1Semantic web assignment1
Semantic web assignment1BarryK88
 
Linked open data project
Linked open data projectLinked open data project
Linked open data projectFaathima Fayaza
 
Linked Open Data in the World of Patents
Linked Open Data in the World of Patents Linked Open Data in the World of Patents
Linked Open Data in the World of Patents Dr. Haxel Consult
 
reegle - a new key portal for open energy data
reegle - a new key portal for open energy datareegle - a new key portal for open energy data
reegle - a new key portal for open energy datareeep
 
Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Anja Jentzsch
 
Semantic Web: Technolgies and Applications for Real-World
Semantic Web: Technolgies and Applications for Real-WorldSemantic Web: Technolgies and Applications for Real-World
Semantic Web: Technolgies and Applications for Real-WorldAmit Sheth
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked dataLaura Po
 
Ag Data Commons: Agricultural research metadata and data
Ag Data Commons: Agricultural research metadata and dataAg Data Commons: Agricultural research metadata and data
Ag Data Commons: Agricultural research metadata and dataCyndy Parr
 
Linked Data for Czech Legislation
Linked Data for Czech LegislationLinked Data for Czech Legislation
Linked Data for Czech LegislationMartin Necasky
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015Cason Snow
 
Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015Cason Snow
 
What Are Links in Linked Open Data? A Characterization and Evaluation of Link...
What Are Links in Linked Open Data? A Characterization and Evaluation of Link...What Are Links in Linked Open Data? A Characterization and Evaluation of Link...
What Are Links in Linked Open Data? A Characterization and Evaluation of Link...Armin Haller
 
Linked dataresearch
Linked dataresearchLinked dataresearch
Linked dataresearchTope Omitola
 
Exploration of a Data Landscape using a Collaborative Linked Data Framework.
Exploration of a Data Landscape using a Collaborative Linked Data Framework.Exploration of a Data Landscape using a Collaborative Linked Data Framework.
Exploration of a Data Landscape using a Collaborative Linked Data Framework.Laurent Alquier
 

Similar to Linked Data (20)

Linked data 20171106
Linked data 20171106Linked data 20171106
Linked data 20171106
 
Linked (Open) Data
Linked (Open) DataLinked (Open) Data
Linked (Open) Data
 
Semantic web assignment1
Semantic web assignment1Semantic web assignment1
Semantic web assignment1
 
Linked open data project
Linked open data projectLinked open data project
Linked open data project
 
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 Open Data in the World of Patents
Linked Open Data in the World of Patents Linked Open Data in the World of Patents
Linked Open Data in the World of Patents
 
reegle - a new key portal for open energy data
reegle - a new key portal for open energy datareegle - a new key portal for open energy data
reegle - a new key portal for open energy data
 
Metadata : Concentrating on the data, not on the scheme
Metadata : Concentrating on the data, not on the schemeMetadata : Concentrating on the data, not on the scheme
Metadata : Concentrating on the data, not on the scheme
 
Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)
 
Semantic Web: Technolgies and Applications for Real-World
Semantic Web: Technolgies and Applications for Real-WorldSemantic Web: Technolgies and Applications for Real-World
Semantic Web: Technolgies and Applications for Real-World
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
Ag Data Commons: Agricultural research metadata and data
Ag Data Commons: Agricultural research metadata and dataAg Data Commons: Agricultural research metadata and data
Ag Data Commons: Agricultural research metadata and data
 
Linked Data for Czech Legislation
Linked Data for Czech LegislationLinked Data for Czech Legislation
Linked Data for Czech Legislation
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015
 
Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015
 
What Are Links in Linked Open Data? A Characterization and Evaluation of Link...
What Are Links in Linked Open Data? A Characterization and Evaluation of Link...What Are Links in Linked Open Data? A Characterization and Evaluation of Link...
What Are Links in Linked Open Data? A Characterization and Evaluation of Link...
 
Linked dataresearch
Linked dataresearchLinked dataresearch
Linked dataresearch
 
Exploration of a Data Landscape using a Collaborative Linked Data Framework.
Exploration of a Data Landscape using a Collaborative Linked Data Framework.Exploration of a Data Landscape using a Collaborative Linked Data Framework.
Exploration of a Data Landscape using a Collaborative Linked Data Framework.
 
Semantic Web and Linked Open Data
Semantic Web and Linked Open DataSemantic Web and Linked Open Data
Semantic Web and Linked Open Data
 
Interoperability in Digital Libraries
Interoperability in Digital LibrariesInteroperability in Digital Libraries
Interoperability in Digital Libraries
 

More from Angelica Lo Duca

Towards a Framework for AI-Assisted Data Storytelling
Towards a Framework for AI-Assisted Data StorytellingTowards a Framework for AI-Assisted Data Storytelling
Towards a Framework for AI-Assisted Data StorytellingAngelica Lo Duca
 
Data Storytelling with the DIKW Pyramid.pdf
Data Storytelling with the DIKW Pyramid.pdfData Storytelling with the DIKW Pyramid.pdf
Data Storytelling with the DIKW Pyramid.pdfAngelica Lo Duca
 
3 Strategies to Organize your Data Science Projects.pdf
3 Strategies to Organize your Data Science Projects.pdf3 Strategies to Organize your Data Science Projects.pdf
3 Strategies to Organize your Data Science Projects.pdfAngelica Lo Duca
 
How to organize your data science project with Comet.pdf
How to organize your data science project with Comet.pdfHow to organize your data science project with Comet.pdf
How to organize your data science project with Comet.pdfAngelica Lo Duca
 
Relational vs Non Relational Databases
Relational vs Non Relational DatabasesRelational vs Non Relational Databases
Relational vs Non Relational DatabasesAngelica Lo Duca
 
How to model digital objects within the semantic web
How to model digital objects within the semantic webHow to model digital objects within the semantic web
How to model digital objects within the semantic webAngelica Lo Duca
 

More from Angelica Lo Duca (7)

Towards a Framework for AI-Assisted Data Storytelling
Towards a Framework for AI-Assisted Data StorytellingTowards a Framework for AI-Assisted Data Storytelling
Towards a Framework for AI-Assisted Data Storytelling
 
Data Storytelling with the DIKW Pyramid.pdf
Data Storytelling with the DIKW Pyramid.pdfData Storytelling with the DIKW Pyramid.pdf
Data Storytelling with the DIKW Pyramid.pdf
 
3 Strategies to Organize your Data Science Projects.pdf
3 Strategies to Organize your Data Science Projects.pdf3 Strategies to Organize your Data Science Projects.pdf
3 Strategies to Organize your Data Science Projects.pdf
 
How to organize your data science project with Comet.pdf
How to organize your data science project with Comet.pdfHow to organize your data science project with Comet.pdf
How to organize your data science project with Comet.pdf
 
A deep dive into neuton
A deep dive into neutonA deep dive into neuton
A deep dive into neuton
 
Relational vs Non Relational Databases
Relational vs Non Relational DatabasesRelational vs Non Relational Databases
Relational vs Non Relational Databases
 
How to model digital objects within the semantic web
How to model digital objects within the semantic webHow to model digital objects within the semantic web
How to model digital objects within the semantic web
 

Recently uploaded

一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制pxcywzqs
 
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime NagercoilNagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoilmeghakumariji156
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查ydyuyu
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsMonica Sydney
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdfMatthew Sinclair
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...gajnagarg
 
Power point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria IuzzolinoPower point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria Iuzzolinonuriaiuzzolino1
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查ydyuyu
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrHenryBriggs2
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsMonica Sydney
 
PowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxPowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxgalaxypingy
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"growthgrids
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge GraphsEleniIlkou
 
Best SEO Services Company in Dallas | Best SEO Agency Dallas
Best SEO Services Company in Dallas | Best SEO Agency DallasBest SEO Services Company in Dallas | Best SEO Agency Dallas
Best SEO Services Company in Dallas | Best SEO Agency DallasDigicorns Technologies
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfJOHNBEBONYAP1
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtrahman018755
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftAanSulistiyo
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdfMatthew Sinclair
 

Recently uploaded (20)

一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
 
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime NagercoilNagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
 
Power point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria IuzzolinoPower point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria Iuzzolino
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
 
PowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxPowerDirector Explination Process...pptx
PowerDirector Explination Process...pptx
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
Best SEO Services Company in Dallas | Best SEO Agency Dallas
Best SEO Services Company in Dallas | Best SEO Agency DallasBest SEO Services Company in Dallas | Best SEO Agency Dallas
Best SEO Services Company in Dallas | Best SEO Agency Dallas
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 

Linked Data

  • 2. Linked Data are a series of best practices to connect structured data through the Web.
  • 3. Three questions ● data access - easy way for data reusage. ● data discovery among a multitude of relevant datasets. ● data integration among a large number of data sources previously unknown.
  • 5. Existing Linked Data nodes ● http://datahub.io/ ○ web site which allows the creation, publication and search of datasets ● http://sparqles.okfn.org ○ to see the list and the status of all SPARQL endpoints maintained by datahub.io
  • 6. Four principles 1. Use URIs as names for things. 2. Use HTTP URIs, so that people can look up those names. 3. When someone looks up a URI, provide useful information, using the standards (RDF, SPARQL). 4. Include links to other URIs, so that they can discover more things.
  • 7. Kinds of Links ● Relationship Links point at related things in other data sources. ● Identity Links point at URI aliases used by other data sources to identify the same real-world object or abstract concept. ● Vocabulary Links point from data to the definitions of the vocabulary terms that are used to represent the data.
  • 9. Dataset ● Describe the dataset ○ use VOID ontology ○ VOID - Vocabulary of Interlinked Dataset ● License Dataset Vocabulary Link Discovery Data Quality Test and Debug
  • 10. VOID - General dataset metadata :DBpedia a void:Dataset; dcterms:title "DBPedia"; dcterms:description "RDF data extracted from Wikipedia"; dcterms:contributor :FU_Berlin; dcterms:contributor :University_Leipzig; dcterms:contributor :OpenLink_Software; dcterms:contributor :DBpedia_community; dcterms:source <http://dbpedia.org/resource/Wikipedia>; dcterms:modified "2008-11-17"^^xsd:date; . :FU_Berlin a foaf:Organization; rdfs:label "Freie Universität Berlin"; foaf:homepage <http://www.fu-berlin.de/>; . # Similar descriptions of the other contributors go here Term Purpose dcterms:title The name of the dataset. dcterms:description A textual description of the dataset. dcterms:creator An entity primarily responsible for creating the dataset. dcterms:publisher An entity responsible for making the dataset available. dcterms:contributor An entity responsible for making contributions to the dataset. dcterms:source A related resource from which the dataset is derived. dcterms:created Date of creation of the dataset. dcterms:modified Date on which the dataset was changed.
  • 11. VOID - License ● The dcterms:license property should be used to to point to the license under which a dataset has been published. a. Public Domain Dedication and License (PDDL) — places the data(base) in the public domain (waiving all rights) b. Open Data Commons Attribution (ODC-By) — free to share, create, adapt data but you must attribute any public use of the database c. Open Database License (ODC-ODbL) — free to share, create, adapt data but you must attribute any public use of the database, redistribute data under the same license (share a-like), keep redistributed data open d. CC0 1.0 Universal — copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission
  • 12. Vocabulary ● Choose the vocabularies to describe data ○ RDF Schema ○ OWL ○ SKOS ○ ... Vocabulary Link Discovery Data Quality Test and Debug Dataset
  • 13. Reusing existing terms If suitable terms can be found in existing vocabularies, these should be reused to describe data wherever possible, rather than reinvented.
  • 14. Some common vocabularies ● The Dublin Core Metadata Initiative (DCMI) Metadata Terms vocabulary defines general metadata attributes such as title, creator, date and subject. ● The Friend-of-a-Friend (FOAF) vocabulary defines terms for describing persons, their activities and their relations to other people and objects. ● The Semantically-Interlinked Online Communities (SIOC) vocabulary (pronounced "shock") is designed for describing aspects of online community sites, such as users, posts and forums. ● The Description of a Project (DOAP) vocabulary(pronounced "dope") defines terms for describing software projects, particularly those that are Open Source. ● The Music Ontology defines terms for describing various aspects related to music, such as artists, albums, tracks, performances and arrangements. ● The Programmes Ontology defines terms for describing programmes such as TV and radio broadcasts. ● The Good Relations Ontology defines terms for describing products, services and other aspects relevant to e-commerce applications. ● The Creative Commons (CC) schema defines terms for describing copyright licenses in RDF. ● The Bibliographic Ontology (BIBO) provides concepts and properties for describing citations and bibliographic references (i.e., quotes, books, articles, etc.). ● The OAI Object Reuse and Exchange vocabulary is used by various library and publication data sources to represent resource aggregations such as different editions of a document or its internal structure. ● The Review Vocabulary provides a vocabulary for representing reviews and ratings, as are often applied to products and services. ● The Basic Geo (WGS84) vocabulary defines terms such as lat and long for describing geographically-located things.
  • 15. How to select a vocabulary 1. Usage and uptake – is the vocabulary in widespread usage? Will using this vocabulary make a data set more or less accessible to existing Linked Data applications? 2. Maintenance and governance – is the vocabulary actively maintained according to a clear governance process? When, and on what basis, are updates made? 3. Coverage – does the vocabulary cover enough of the data set to justify adopting its terms and ontological commitments? 4. Expressivity – is the degree of expressivity in the vocabulary appropriate to the data set and application scenario? Is it too expressive, or not expressive enough?
  • 16. How to define a new vocabulary ● Supplement existing vocabularies rather than reinventing their terms. ● Only define new terms in a namespace that you control.
  • 17. Link Discovery ● Establish internal and external links ○ internal links connect pairs of nodes, both belonging to the same dataset ○ external links connect pairs of nodes, one belonging to our dataset and the other to an external one Dataset Vocabulary Link Discovery Data Quality Test and Debug
  • 18. Test and Debug ● Check the syntax of RDF triples ○ W3C RDF Validator can check RDF/XML for syntactic correctness ● Check the infrastructure ○ RDF:Alerts Dataset Vocabulary Link Discovery Data Quality Test and Debug
  • 19. Data Quality ● Does your data set links to other data sets? ● Do you provide provenance metadata? ● Do you provide licensing metadata? ● Do you use terms from widely deployed vocabularies? Are the URIs of proprietary vocabulary terms dereferenceable? ● Do you map proprietary vocabulary terms to other vocabularies? ● Do you provide data set-level metadata? ● Do you refer to additional access methods? Dataset Vocabulary Link Discovery Data Quality Test and Debug
  • 20. Five Star Linked Data * Data available on the web (in whatever format), but with an open licence ** Available as machine-readable structured data (e.g. Excel instead of image scan of a table) *** All the above, plus: Use non-proprietary data format (e.g. CSV instead of Excel) **** All the above, plus: Use open standards from W3C (e.g. HTTP URIs) to identify things, so that people can point at your stuff ***** All the above, plus: Link your data to other people’s data to provide context
  • 21. References ● VOID - https://www.w3.org/TR/void/ ● Dean Allemang and Jim Hendler. Semantic Web for the Working Ontologist: Effective Modeling in RDFS and OWL. Morgan Kaufmann, 2008. ● Tom Heath and Christian Bizer (2011) Linked Data: Evolving the Web into a Global Data Space(1st edition). Synthesis Lectures on the Semantic Web: Theory and Technology, 1:1, 1-136. Morgan & Claypool.