SlideShare a Scribd company logo
Linked Open Data:
    an overview
               Iván Ruiz Rube
Departamento de Lenguajes y Sistemas Informáticos
                Universidad de Cádiz




                        16/12/2011   Hackaton 2011. OSLUCA.   1
Roadmap
 Introduction
 Publishing Data
 Consuming Data
 Conclusions




                    16/12/2011   Hackaton 2011. OSLUCA.   2
LINKED OPEN DATA: AN OVERVIEW

INTRODUCTION




                16/12/2011   Hackaton 2011. OSLUCA.   3
Introduction
                       Huge amount of
                        information
                       A large number of
                        information
                        systems
                       Big challenges:
                            ◦ Data integration
                            ◦ Data analysis



               16/12/2011   Hackaton 2011. OSLUCA.   4
Need for open data
                      Improvement of
                       organizational
                       transparency
                      Public data
                      Foster the
                       research
                      Promote the
                       development of
                       third-party system
              16/12/2011   Hackaton 2011. OSLUCA.   5
Linked Open Data




“A method of publishing structured data so that it can be
  interlinked and become more useful.
…it extends web pages to share information in a way that can
  be read automatically by computers.”1
 1Tim   Berners-Lee         16/12/2011   Hackaton 2011. OSLUCA.   6
Resource Description Format
    Linked Data -
   The Story So Far                         http://publisher.org/Journals/
                                                   JournalSWIS

          title
                          publishedIn
                                                                    http://w3c.org



http://publisher.org/Papers/                                     director
        Paper12345
                                   author              http://w3.org/People/
                                                          Berners-Lee
       year
                                                      type

     2008                       http://xmlns.com/foaf/
                                        Person

                                    16/12/2011   Hackaton 2011. OSLUCA.              7
RDF (sintaxis)
<http://publisher.org/Papers/Paper12345>
  title "Linked Data - The Story So Far";
  year "2008-01-01";
  author <http://w3.org/People/Berners-Lee>;
  publishedIn <http://publisher.org/Journal/JournalSWIS> .

<rdf:Description
         rdf:about="http://publisher.org/Papers/Paper12345">
   <title>Linked Data - The Story So Far</title>
   <year>2008-01-01</year>
   <author rdf:resource="http://w3.org/People/Berners-Lee" />
   <publishedIn
         rdf:resource="http://publisher.org/Journal/JournalSWIS" />
</rdf:Description>
                                   16/12/2011   Hackaton 2011. OSLUCA.   8
Ontologies (vocabularies)




“An ontology is an explicit and formal specification of a shared
                      conceptualization1“
1Tom   Gruber
                              16/12/2011   Hackaton 2011. OSLUCA.   9
Linked Data Cloud




             16/12/2011   Hackaton 2011. OSLUCA.   10
Is your Linked Open Data 5 Star?
               ★ Available on the web (whatever
                 format), but with an open license
               ★★ Available as machine-readable
                 structured data (e.g. excel instead of
                 image scan of a table)
               ★★★ as (2) plus non-proprietary
                 format (e.g. CSV instead of excel)
               ★★★★ All the above plus, Use open
                 standards from W3C (RDF and
                 SPARQL) 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

               16/12/2011   Hackaton 2011. OSLUCA.   11
LINKED OPEN DATA: AN OVERVIEW

PUBLISHING DATA




                16/12/2011   Hackaton 2011. OSLUCA.   12
How is your data currently stored?




                16/12/2011   Hackaton 2011. OSLUCA.   13
How to publish Linked Data?
                              The Story
                               So Far
                                              JournalSemanticWeb




                           LinkedData                  Berners-Lee




                                             W3C
                                2008




              16/12/2011   Hackaton 2011. OSLUCA.                    14
Publishing Linked Data Patterns




               16/12/2011   Hackaton 2011. OSLUCA.   15
LINKED OPEN DATA: AN OVERVIEW

CONSUMING DATA




                16/12/2011   Hackaton 2011. OSLUCA.   16
Rich interfaces (for humans)




               16/12/2011   Hackaton 2011. OSLUCA.   17
RDF Data (for machines)
<http://voa3r.cc.uah.es/dataset/resource/organisationUnits/UAH>
   rdf:type cerif:OrganisationUnit ;
   rdfs:label "University of Alcala" ;
   cerif:acronym "UAH" ;
   foaf:homepage <http://www.uah.es> ;
   cerif:researchProjects
  <http://voa3r.cc.uah.es/dataset/resource/projects/Organic.Edunet> ,
  <http://voa3r.cc.uah.es/dataset/resource/projects/Organic.Lingua> ,
  <http://voa3r.cc.uah.es/dataset/resource/projects/VOA3R> ;
cerif:members
  <http://voa3r.cc.uah.es/dataset/resource/person/Salvador_Sanchez> ,
  <http://voa3r.cc.uah.es/dataset/resource/person/Miguel_Refusta> ,
  <http://voa3r.cc.uah.es/dataset/resource/person/Luis_Torrico> .


                                 16/12/2011   Hackaton 2011. OSLUCA.   18
RDF Data (for humans)




             16/12/2011   Hackaton 2011. OSLUCA.   19
Querying RDF Data




             16/12/2011   Hackaton 2011. OSLUCA.   20
Developing web mashups




          Internet Navigator
          File Favourites      Help
          URL: http://mashup.org




                                                              Data
                                                            warehouse

                  mashup
                      16/12/2011   Hackaton 2011. OSLUCA.               21
PUBLISHING LINKED DATA FROM RELATIONAL
DATABASES

CONCLUSIONS




                16/12/2011   Hackaton 2011. OSLUCA.   22
Conclusions
 Web based on documents  Web based
  on Data.
 Linked Data as a way for interchanging
  data between different datasets in the
  Web.
 RDF as a standard format to describe
  data.
 Main aim: Create new third-party
  applications using open linked data from
  LD systems.
                   16/12/2011   Hackaton 2011. OSLUCA.   23
References
   Linked Data: Evolving the Web into a
    Global Data Space
    ◦ http://linkeddatabook.com/
   W3C Linking Open Data Project
    ◦ http://www.w3.org/wiki/SweoIG/TaskForces/C
      ommunityProjects/LinkingOpenData




                        16/12/2011   Hackaton 2011. OSLUCA.   24
Linked Open Data: an overview


        thanks
          Iván Ruiz Rube
          ivan.ruiz@uca.es




                16/12/2011   Hackaton 2011. OSLUCA.   25

More Related Content

PPTX
Linked Data Implementations—Who, What and Why?
ODP
Charper.lawdi.20130531
PDF
Ecuadorian Geospatial Linked Data
PPTX
BIBFRAME and OCLC Works: Defining Models and Discovering Evidence
PDF
Yet another SPARQL 1.1 brief introduction
PPTX
Collection Directions - Research collections in the network environment
ODP
DBpedia: A Public Data Infrastructure for the Web of Data
PDF
Linked open data and libraries
Linked Data Implementations—Who, What and Why?
Charper.lawdi.20130531
Ecuadorian Geospatial Linked Data
BIBFRAME and OCLC Works: Defining Models and Discovering Evidence
Yet another SPARQL 1.1 brief introduction
Collection Directions - Research collections in the network environment
DBpedia: A Public Data Infrastructure for the Web of Data
Linked open data and libraries

What's hot (20)

PPTX
What is #LODLAM?! (revised January 2015)
PPTX
High and Lows of Library Linked Data
PPTX
Emerging technologies in academic libraries
PPT
Digital library and MLE integration - where are we now and where do we want t...
PPT
OCLC and the Social Web: Building tools, providing platforms, engaging the co...
PPT
Library of Congress New Bibliographic Framework - What is it?
PPTX
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...
PPTX
Linked data and semantic wikis
PPTX
First Steps in Research Data Management Under Constraints of a National Secur...
PPTX
Staying Relevant in Tech Services by Anna Craft
PDF
agINFRA work on germplasm and soil Linked Data by Luca Matteus, Giovanni L’Ab...
PDF
What ami searching_hollis+articlestab
ZIP
Intro to Linked Open Data in Libraries, Archives & Museums
PDF
Sparling and Cohen "BIBFRAME Implementation at the University of Alberta Libr...
PDF
Godby "'What are the 'entities that matter?' And how much should we say about...
PDF
Shieh "Enabling Descriptive Data to be Linked at the Smithsonian Libraries"
PPTX
Big Linked Data - Creating Training Curricula
PPTX
Linked Data and Libraries: What? Why? How?
What is #LODLAM?! (revised January 2015)
High and Lows of Library Linked Data
Emerging technologies in academic libraries
Digital library and MLE integration - where are we now and where do we want t...
OCLC and the Social Web: Building tools, providing platforms, engaging the co...
Library of Congress New Bibliographic Framework - What is it?
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...
Linked data and semantic wikis
First Steps in Research Data Management Under Constraints of a National Secur...
Staying Relevant in Tech Services by Anna Craft
agINFRA work on germplasm and soil Linked Data by Luca Matteus, Giovanni L’Ab...
What ami searching_hollis+articlestab
Intro to Linked Open Data in Libraries, Archives & Museums
Sparling and Cohen "BIBFRAME Implementation at the University of Alberta Libr...
Godby "'What are the 'entities that matter?' And how much should we say about...
Shieh "Enabling Descriptive Data to be Linked at the Smithsonian Libraries"
Big Linked Data - Creating Training Curricula
Linked Data and Libraries: What? Why? How?
Ad

Similar to Linked Open Data: an overview (20)

PDF
Publishing linked data from relational databases
KEY
When RDFa?
KEY
RDFa Introductory Course Session 4/4 When RDFa
PPSX
Linked Data to Improve the OER Experience
PDF
Charleston 2012 - The Future of Serials in a Linked Data World
PDF
20110728 datalift-rpi-troy
PDF
Introduction to linked data
PPTX
Linked GeoData - WhereCampDC 20110610
PPS
Linked Open Data : opportunités et défis par Makx Dekkers
PDF
Datalift: A Catalyser for the Web of Data - Francois Scharffe
PPT
Of Cataloging & Context
PPTX
Introducing linked data
DOCX
LODLAM Landscape NOTES
PPTX
Metadata for researchers
PPTX
Linked Data In Action
PPTX
鏈結資料在圖書館的應用20131107
PDF
(PROJEKTURA) Big Data Open Data story for TGG
PPTX
Linked data presentation for libraries (COMO)
PPTX
Open Science Days 2014 - Becker - Repositories and Linked Data
Publishing linked data from relational databases
When RDFa?
RDFa Introductory Course Session 4/4 When RDFa
Linked Data to Improve the OER Experience
Charleston 2012 - The Future of Serials in a Linked Data World
20110728 datalift-rpi-troy
Introduction to linked data
Linked GeoData - WhereCampDC 20110610
Linked Open Data : opportunités et défis par Makx Dekkers
Datalift: A Catalyser for the Web of Data - Francois Scharffe
Of Cataloging & Context
Introducing linked data
LODLAM Landscape NOTES
Metadata for researchers
Linked Data In Action
鏈結資料在圖書館的應用20131107
(PROJEKTURA) Big Data Open Data story for TGG
Linked data presentation for libraries (COMO)
Open Science Days 2014 - Becker - Repositories and Linked Data
Ad

More from Iván Ruiz-Rube (17)

PPTX
Applying static code analysis for domain-specific languages
PDF
Static code analysis to measure the quality of musical scores
PDF
Static analysis of textual models
PPTX
Cómo desarrollar fácilmente una app para Android
PPTX
Un framework para el despliegue y evaluación de procesos software
PPT
Introducción al BI con pentaho
PPT
PseudoDSL. Un lenguaje generativo para el aprendizaje de pseudocódigo
PPT
Herramientas para linked data
PPT
Revisiones de la literatura en Ingeniería del Software
PDF
Desarrollo y monitorización de TFGs basados en un modelo de procesos y un eco...
PPTX
MDE & DSLs
PDF
Development issues on linked data weblog enrichment
PDF
Evaluación de un ecosistema software en organizaciones de desarrollo web bajo...
PDF
Supporting the software process management with model driven engineering
PDF
Gestión de la calidad usando ingeniería dirigida por modelos
PDF
Quality management using mde - an overview
PDF
Herramientas para la mejora del proceso de desarrollo de aplicaciones J2EE
Applying static code analysis for domain-specific languages
Static code analysis to measure the quality of musical scores
Static analysis of textual models
Cómo desarrollar fácilmente una app para Android
Un framework para el despliegue y evaluación de procesos software
Introducción al BI con pentaho
PseudoDSL. Un lenguaje generativo para el aprendizaje de pseudocódigo
Herramientas para linked data
Revisiones de la literatura en Ingeniería del Software
Desarrollo y monitorización de TFGs basados en un modelo de procesos y un eco...
MDE & DSLs
Development issues on linked data weblog enrichment
Evaluación de un ecosistema software en organizaciones de desarrollo web bajo...
Supporting the software process management with model driven engineering
Gestión de la calidad usando ingeniería dirigida por modelos
Quality management using mde - an overview
Herramientas para la mejora del proceso de desarrollo de aplicaciones J2EE

Recently uploaded (20)

PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Machine Learning_overview_presentation.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
DOCX
The AUB Centre for AI in Media Proposal.docx
PPT
Teaching material agriculture food technology
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Electronic commerce courselecture one. Pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Cloud computing and distributed systems.
PPTX
A Presentation on Artificial Intelligence
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Review of recent advances in non-invasive hemoglobin estimation
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Machine Learning_overview_presentation.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The AUB Centre for AI in Media Proposal.docx
Teaching material agriculture food technology
A comparative analysis of optical character recognition models for extracting...
Electronic commerce courselecture one. Pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Per capita expenditure prediction using model stacking based on satellite ima...
Assigned Numbers - 2025 - Bluetooth® Document
Cloud computing and distributed systems.
A Presentation on Artificial Intelligence
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Encapsulation_ Review paper, used for researhc scholars
NewMind AI Weekly Chronicles - August'25-Week II
Reach Out and Touch Someone: Haptics and Empathic Computing
Review of recent advances in non-invasive hemoglobin estimation

Linked Open Data: an overview

  • 1. Linked Open Data: an overview Iván Ruiz Rube Departamento de Lenguajes y Sistemas Informáticos Universidad de Cádiz 16/12/2011 Hackaton 2011. OSLUCA. 1
  • 2. Roadmap  Introduction  Publishing Data  Consuming Data  Conclusions 16/12/2011 Hackaton 2011. OSLUCA. 2
  • 3. LINKED OPEN DATA: AN OVERVIEW INTRODUCTION 16/12/2011 Hackaton 2011. OSLUCA. 3
  • 4. Introduction  Huge amount of information  A large number of information systems  Big challenges: ◦ Data integration ◦ Data analysis 16/12/2011 Hackaton 2011. OSLUCA. 4
  • 5. Need for open data  Improvement of organizational transparency  Public data  Foster the research  Promote the development of third-party system 16/12/2011 Hackaton 2011. OSLUCA. 5
  • 6. Linked Open Data “A method of publishing structured data so that it can be interlinked and become more useful. …it extends web pages to share information in a way that can be read automatically by computers.”1 1Tim Berners-Lee 16/12/2011 Hackaton 2011. OSLUCA. 6
  • 7. Resource Description Format Linked Data - The Story So Far http://publisher.org/Journals/ JournalSWIS title publishedIn http://w3c.org http://publisher.org/Papers/ director Paper12345 author http://w3.org/People/ Berners-Lee year type 2008 http://xmlns.com/foaf/ Person 16/12/2011 Hackaton 2011. OSLUCA. 7
  • 8. RDF (sintaxis) <http://publisher.org/Papers/Paper12345> title "Linked Data - The Story So Far"; year "2008-01-01"; author <http://w3.org/People/Berners-Lee>; publishedIn <http://publisher.org/Journal/JournalSWIS> . <rdf:Description rdf:about="http://publisher.org/Papers/Paper12345"> <title>Linked Data - The Story So Far</title> <year>2008-01-01</year> <author rdf:resource="http://w3.org/People/Berners-Lee" /> <publishedIn rdf:resource="http://publisher.org/Journal/JournalSWIS" /> </rdf:Description> 16/12/2011 Hackaton 2011. OSLUCA. 8
  • 9. Ontologies (vocabularies) “An ontology is an explicit and formal specification of a shared conceptualization1“ 1Tom Gruber 16/12/2011 Hackaton 2011. OSLUCA. 9
  • 10. Linked Data Cloud 16/12/2011 Hackaton 2011. OSLUCA. 10
  • 11. Is your Linked Open Data 5 Star? ★ Available on the web (whatever format), but with an open license ★★ Available as machine-readable structured data (e.g. excel instead of image scan of a table) ★★★ as (2) plus non-proprietary format (e.g. CSV instead of excel) ★★★★ All the above plus, Use open standards from W3C (RDF and SPARQL) 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 16/12/2011 Hackaton 2011. OSLUCA. 11
  • 12. LINKED OPEN DATA: AN OVERVIEW PUBLISHING DATA 16/12/2011 Hackaton 2011. OSLUCA. 12
  • 13. How is your data currently stored? 16/12/2011 Hackaton 2011. OSLUCA. 13
  • 14. How to publish Linked Data? The Story So Far JournalSemanticWeb LinkedData Berners-Lee W3C 2008 16/12/2011 Hackaton 2011. OSLUCA. 14
  • 15. Publishing Linked Data Patterns 16/12/2011 Hackaton 2011. OSLUCA. 15
  • 16. LINKED OPEN DATA: AN OVERVIEW CONSUMING DATA 16/12/2011 Hackaton 2011. OSLUCA. 16
  • 17. Rich interfaces (for humans) 16/12/2011 Hackaton 2011. OSLUCA. 17
  • 18. RDF Data (for machines) <http://voa3r.cc.uah.es/dataset/resource/organisationUnits/UAH> rdf:type cerif:OrganisationUnit ; rdfs:label "University of Alcala" ; cerif:acronym "UAH" ; foaf:homepage <http://www.uah.es> ; cerif:researchProjects <http://voa3r.cc.uah.es/dataset/resource/projects/Organic.Edunet> , <http://voa3r.cc.uah.es/dataset/resource/projects/Organic.Lingua> , <http://voa3r.cc.uah.es/dataset/resource/projects/VOA3R> ; cerif:members <http://voa3r.cc.uah.es/dataset/resource/person/Salvador_Sanchez> , <http://voa3r.cc.uah.es/dataset/resource/person/Miguel_Refusta> , <http://voa3r.cc.uah.es/dataset/resource/person/Luis_Torrico> . 16/12/2011 Hackaton 2011. OSLUCA. 18
  • 19. RDF Data (for humans) 16/12/2011 Hackaton 2011. OSLUCA. 19
  • 20. Querying RDF Data 16/12/2011 Hackaton 2011. OSLUCA. 20
  • 21. Developing web mashups Internet Navigator File Favourites Help URL: http://mashup.org Data warehouse mashup 16/12/2011 Hackaton 2011. OSLUCA. 21
  • 22. PUBLISHING LINKED DATA FROM RELATIONAL DATABASES CONCLUSIONS 16/12/2011 Hackaton 2011. OSLUCA. 22
  • 23. Conclusions  Web based on documents  Web based on Data.  Linked Data as a way for interchanging data between different datasets in the Web.  RDF as a standard format to describe data.  Main aim: Create new third-party applications using open linked data from LD systems. 16/12/2011 Hackaton 2011. OSLUCA. 23
  • 24. References  Linked Data: Evolving the Web into a Global Data Space ◦ http://linkeddatabook.com/  W3C Linking Open Data Project ◦ http://www.w3.org/wiki/SweoIG/TaskForces/C ommunityProjects/LinkingOpenData 16/12/2011 Hackaton 2011. OSLUCA. 24
  • 25. Linked Open Data: an overview thanks Iván Ruiz Rube ivan.ruiz@uca.es 16/12/2011 Hackaton 2011. OSLUCA. 25