SlideShare una empresa de Scribd logo
1 de 19
Data Integration,
A Linked Data Approach
Boris Villazón-Terrazas
@boricles
Slides available at: http://www.slideshare.net/boricles/
2
ToC
» Introduction
» Linked Data
» Use Cases
3
Introduction
 Current data systems combine data from a tremendous number
of resources
….
4
Introduction
 We use the term data shape to refer on how data is arranged
and structured.
resource data shape
1. Michael Hausenblas, Boris Villazon-Terrazas, Richard Cyganiak. Data shapes and data transformations.
arXiv preprint arXiv:1211.1565
Fundamental data shapes
• tabular
• tree
• graph
5
Introduction
 Data Integration
6
Classic Web
MovieDB
CIA
World
FactBook
Data exposed to
the Web via
HTML, pdf, etc.
© Slide adapted from “5min Introduction to Linked Data”- Olaf Hartig
7
Classic Web
Information from
single pages
can be found via
search engines
Complex queries
over multiple
pages / data
sources?
© Slide adapted from “5min Introduction to Linked Data”- Olaf Hartig
8
What do we actually want?
Use the Web like a single global database
Move from a Web of documents to a Web of Data
MovieDB
CIA
World
FactBook
© Slide adapted from “5min Introduction to Linked Data”- Olaf Hartig
9
Linked Data enables such Web of Data
MovieDB
CIA
World
FactBook
Global Identifier: URI (Uniform Resource Identifier), which is a string of characters used
to identify a name or a resource on the Internet.
http://cia.../Bolivia
http://imdb.../TLLuvia
Data Model: RDF (Resource Description Framework), which is a standard model
for data interchange on the Web
http://.../population
http://.../name
8000000
“Even the Rain”
Access Mechanism: HTTP
Connection: Typed Links
http://.../filming_location
© Slide adapted from “5min Introduction to Linked Data”- Olaf Hartig
11
Exploitation
Streaming resources
12
Enterprise Linked Data
 Linked Data is not necessarily free data
 Enterprises have many disparate data sources and data
silos
 Linked Data allows having global identifiers for data that
can be accessed using the Web infrastructure and typed
links between data possibly from different applications
 Graph-based RDF data model allows consuming and
merging data without having to do complex structural
transformation
13
Enterprise Linked Data
Office A
Office B
Office C
Products
Company 1
Agency A
Services
Agency B
Company 2
14
GeoLinkedData Ecuador – http://geo.linkeddata.ec
Image taken from http://www.spatialytics.org/projects/geokettle/
RDF Generator Plugins
• GeoKettle
- Spatially-enabled version of the generic ETL tool, Kettle (Pentaho Data
Integration)
- Powerful, metadata-driven spatial ETL tool dedicates to the integration of
different geospatial data resources
Extract
Transform
Load
15
Publication and exploitation
Parliament
SPARQL
http://purl.org/Ecuador/geo/sparql
Rivers of the province of Guayas
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX geof: <http://www.opengis.net/def/function/geosparql/>
PREFIX sf: <http://www.opengis.net/ont/sf#>
PREFIX units: <http://www.opengis.net/def/uom/OGC/1.0/>
SELECT distinct ?r ?label ?Figure ?r2 ?Figure2
WHERE {
?r rdf:type <http://geo.linkeddata.ec/ontology/riosdobles_promsa>.
?r rdfs:label ?label.
?r geo:hasGeometry ?geo.
?geo rdf:type ?geoType .
?geo geo:asWKT ?Figure.
?r2 rdf:type <http://geo.linkeddata.ec/ontology/provincias_promsa>.
?r2 rdfs:label "GUAYAS"@es.
?r2 geo:hasGeometry ?geo2.
?geo2 rdf:type ?geoType2 .
?geo2 geo:asWKT ?Figure2.
FILTER (geof:sfIntersects(?Figure2, ?Figure)).
}
16
Publication and exploitation
Parliament
SPARQL
Rivers of the province of Guayas
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX geof: <http://www.opengis.net/def/function/geosparql/>
PREFIX sf: <http://www.opengis.net/ont/sf#>
PREFIX units: <http://www.opengis.net/def/uom/OGC/1.0/>
SELECT distinct ?r ?label ?Figure ?r2 ?Figure2
WHERE {
?r a <http://geo.linkeddata.ec/ontology/riosdobles_promsa>.
?r rdfs:label ?label.
?r geo:hasGeometry ?geo.
?geo rdf:type ?geoType .
?geo geo:asWKT ?Figure.
?r2 a <http://geo.linkeddata.ec/ontology/provincias_promsa>.
?r2 rdfs:label "GUAYAS"@es.
?r2 geo:hasGeometry ?geo2.
?geo2 rdf:type ?geoType2 .
?geo2 geo:asWKT ?Figure2.
FILTER (geof:sfIntersects(?Figure2, ?Figure)).
}
http://200.0.31.28:8081/map4rdf-0.0.4-OL-SNAPSHOT/#dashboard
17
iSOCO, tentative example
Enterprise Linked Data
Data Source
iSOCO ICM
Data Soource
iSOCO Lab
Data Source
iSOCO ST
Linked Data
Platform
External
data sources
Added value services
18
http://datosenlazados.org/cms/
http://linkeddata.ec/
19
Data Integration,
A Linked Data Approach
Boris Villazón-Terrazas
@boricles
Slides available at: http://www.slideshare.net/boricles/

Más contenido relacionado

La actualidad más candente

ROI in Linking Content to CRM by Applying the Linked Data Stack
ROI in Linking Content to CRM by Applying the Linked Data StackROI in Linking Content to CRM by Applying the Linked Data Stack
ROI in Linking Content to CRM by Applying the Linked Data StackMartin Voigt
 
Querying the Wikidata Knowledge Graph
Querying the Wikidata Knowledge GraphQuerying the Wikidata Knowledge Graph
Querying the Wikidata Knowledge GraphIoan Toma
 
Discovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data PortalsDiscovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data PortalsPeter Haase
 
DBpedia Tutorial - Feb 2015, Dublin
DBpedia Tutorial - Feb 2015, DublinDBpedia Tutorial - Feb 2015, Dublin
DBpedia Tutorial - Feb 2015, Dublinm_ackermann
 
Semantic Markup
Semantic Markup Semantic Markup
Semantic Markup R A Akerkar
 
Industry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraftIndustry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraftRuleML
 
The RDF Report Card: Beyond the Triple Count
The RDF Report Card: Beyond the Triple CountThe RDF Report Card: Beyond the Triple Count
The RDF Report Card: Beyond the Triple CountLeigh Dodds
 
2013 DataCite Summer Meeting - Figshare (Mark Hahnel - Figshare)
2013 DataCite Summer Meeting - Figshare (Mark Hahnel - Figshare)2013 DataCite Summer Meeting - Figshare (Mark Hahnel - Figshare)
2013 DataCite Summer Meeting - Figshare (Mark Hahnel - Figshare)datacite
 
An introduction to Linked (Open) Data
An introduction to Linked (Open) DataAn introduction to Linked (Open) Data
An introduction to Linked (Open) DataAli Khalili
 
Building a national Data Repository Data Modelling
Building a national Data Repository Data ModellingBuilding a national Data Repository Data Modelling
Building a national Data Repository Data ModellingJisc RDM
 
Jarrar: Data Integration and Fusion using RDF
Jarrar: Data Integration and Fusion using RDFJarrar: Data Integration and Fusion using RDF
Jarrar: Data Integration and Fusion using RDFMustafa Jarrar
 
proDataMarket presentation at "European Data Forum"
proDataMarket presentation at "European Data Forum"proDataMarket presentation at "European Data Forum"
proDataMarket presentation at "European Data Forum"dapaasproject
 
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...RuleML
 
Enhancing Interoperability: The Implementation of OpenAIRE Guidelines and COA...
Enhancing Interoperability: The Implementation of OpenAIRE Guidelines and COA...Enhancing Interoperability: The Implementation of OpenAIRE Guidelines and COA...
Enhancing Interoperability: The Implementation of OpenAIRE Guidelines and COA...4Science
 
The Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open DataThe Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open DataOntotext
 

La actualidad más candente (19)

ROI in Linking Content to CRM by Applying the Linked Data Stack
ROI in Linking Content to CRM by Applying the Linked Data StackROI in Linking Content to CRM by Applying the Linked Data Stack
ROI in Linking Content to CRM by Applying the Linked Data Stack
 
Querying the Wikidata Knowledge Graph
Querying the Wikidata Knowledge GraphQuerying the Wikidata Knowledge Graph
Querying the Wikidata Knowledge Graph
 
Discovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data PortalsDiscovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data Portals
 
DBpedia Tutorial - Feb 2015, Dublin
DBpedia Tutorial - Feb 2015, DublinDBpedia Tutorial - Feb 2015, Dublin
DBpedia Tutorial - Feb 2015, Dublin
 
Semantic Markup
Semantic Markup Semantic Markup
Semantic Markup
 
Industry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraftIndustry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraft
 
The RDF Report Card: Beyond the Triple Count
The RDF Report Card: Beyond the Triple CountThe RDF Report Card: Beyond the Triple Count
The RDF Report Card: Beyond the Triple Count
 
2013 DataCite Summer Meeting - Figshare (Mark Hahnel - Figshare)
2013 DataCite Summer Meeting - Figshare (Mark Hahnel - Figshare)2013 DataCite Summer Meeting - Figshare (Mark Hahnel - Figshare)
2013 DataCite Summer Meeting - Figshare (Mark Hahnel - Figshare)
 
Data Skipping Technology
Data Skipping TechnologyData Skipping Technology
Data Skipping Technology
 
Linked Data In Action
Linked Data In ActionLinked Data In Action
Linked Data In Action
 
An introduction to Linked (Open) Data
An introduction to Linked (Open) DataAn introduction to Linked (Open) Data
An introduction to Linked (Open) Data
 
Building a national Data Repository Data Modelling
Building a national Data Repository Data ModellingBuilding a national Data Repository Data Modelling
Building a national Data Repository Data Modelling
 
Jarrar: Data Integration and Fusion using RDF
Jarrar: Data Integration and Fusion using RDFJarrar: Data Integration and Fusion using RDF
Jarrar: Data Integration and Fusion using RDF
 
Linked data tooling XML
Linked data tooling XMLLinked data tooling XML
Linked data tooling XML
 
Bologna
BolognaBologna
Bologna
 
proDataMarket presentation at "European Data Forum"
proDataMarket presentation at "European Data Forum"proDataMarket presentation at "European Data Forum"
proDataMarket presentation at "European Data Forum"
 
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
 
Enhancing Interoperability: The Implementation of OpenAIRE Guidelines and COA...
Enhancing Interoperability: The Implementation of OpenAIRE Guidelines and COA...Enhancing Interoperability: The Implementation of OpenAIRE Guidelines and COA...
Enhancing Interoperability: The Implementation of OpenAIRE Guidelines and COA...
 
The Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open DataThe Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open Data
 

Destacado

Linked data integration_framework
Linked data integration_frameworkLinked data integration_framework
Linked data integration_frameworkSTIinnsbruck
 
Innovative methods for data integration: Linked Data and NLP
Innovative methods for data integration: Linked Data and NLPInnovative methods for data integration: Linked Data and NLP
Innovative methods for data integration: Linked Data and NLPariadnenetwork
 
Image-Based Literal Node Matching for Linked Data Integration
Image-Based Literal Node Matching for Linked Data IntegrationImage-Based Literal Node Matching for Linked Data Integration
Image-Based Literal Node Matching for Linked Data IntegrationIJwest
 
Linked Data Integration and semantic web
Linked Data Integration and semantic webLinked Data Integration and semantic web
Linked Data Integration and semantic webDiego Pessoa
 
PiLOD 2013: Is Linked Data the future of data integration in the enterprise?
PiLOD 2013: Is Linked Data the future of data integration in the enterprise?PiLOD 2013: Is Linked Data the future of data integration in the enterprise?
PiLOD 2013: Is Linked Data the future of data integration in the enterprise?John Walker
 
Linked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationLinked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationSören Auer
 
Producing, publishing and consuming linked data - CSHALS 2013
Producing, publishing and consuming linked data - CSHALS 2013Producing, publishing and consuming linked data - CSHALS 2013
Producing, publishing and consuming linked data - CSHALS 2013François Belleau
 
Linked Data, Ontologies and Inference
Linked Data, Ontologies and InferenceLinked Data, Ontologies and Inference
Linked Data, Ontologies and InferenceBarry Norton
 
From Big Linked Data to Linked Big Data - DBpedia as a framework for data int...
From Big Linked Data to Linked Big Data - DBpedia as a framework for data int...From Big Linked Data to Linked Big Data - DBpedia as a framework for data int...
From Big Linked Data to Linked Big Data - DBpedia as a framework for data int...giuseppe_futia
 

Destacado (9)

Linked data integration_framework
Linked data integration_frameworkLinked data integration_framework
Linked data integration_framework
 
Innovative methods for data integration: Linked Data and NLP
Innovative methods for data integration: Linked Data and NLPInnovative methods for data integration: Linked Data and NLP
Innovative methods for data integration: Linked Data and NLP
 
Image-Based Literal Node Matching for Linked Data Integration
Image-Based Literal Node Matching for Linked Data IntegrationImage-Based Literal Node Matching for Linked Data Integration
Image-Based Literal Node Matching for Linked Data Integration
 
Linked Data Integration and semantic web
Linked Data Integration and semantic webLinked Data Integration and semantic web
Linked Data Integration and semantic web
 
PiLOD 2013: Is Linked Data the future of data integration in the enterprise?
PiLOD 2013: Is Linked Data the future of data integration in the enterprise?PiLOD 2013: Is Linked Data the future of data integration in the enterprise?
PiLOD 2013: Is Linked Data the future of data integration in the enterprise?
 
Linked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationLinked data for Enterprise Data Integration
Linked data for Enterprise Data Integration
 
Producing, publishing and consuming linked data - CSHALS 2013
Producing, publishing and consuming linked data - CSHALS 2013Producing, publishing and consuming linked data - CSHALS 2013
Producing, publishing and consuming linked data - CSHALS 2013
 
Linked Data, Ontologies and Inference
Linked Data, Ontologies and InferenceLinked Data, Ontologies and Inference
Linked Data, Ontologies and Inference
 
From Big Linked Data to Linked Big Data - DBpedia as a framework for data int...
From Big Linked Data to Linked Big Data - DBpedia as a framework for data int...From Big Linked Data to Linked Big Data - DBpedia as a framework for data int...
From Big Linked Data to Linked Big Data - DBpedia as a framework for data int...
 

Similar a [Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data approach”

Linked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGChris Ewing
 
Jarrar: Introduction to Linked Data
Jarrar: Introduction to Linked DataJarrar: Introduction to Linked Data
Jarrar: Introduction to Linked DataMustafa Jarrar
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataSören Auer
 
The Web of data and web data commons
The Web of data and web data commonsThe Web of data and web data commons
The Web of data and web data commonsJesse Wang
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutionsOpen Data Support
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data ApplicationsEUCLID project
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesOpen Data Support
 
Linked Energy Data Generation
Linked Energy Data GenerationLinked Energy Data Generation
Linked Energy Data GenerationFilip Radulovic
 
Using Linked Data Resources to generate web pages based on a BBC case study
Using Linked Data Resources to generate web pages based on a BBC case studyUsing Linked Data Resources to generate web pages based on a BBC case study
Using Linked Data Resources to generate web pages based on a BBC case studyLeila Zemmouchi-Ghomari
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataBoris Villazón-Terrazas
 
The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?Anna Fensel
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data UsecasesMyungjin Lee
 
Linked data and semantic wikis
Linked data and semantic wikisLinked data and semantic wikis
Linked data and semantic wikisSören Auer
 
Data Collection and Integration, Linked Data Management
Data Collection and Integration, Linked Data ManagementData Collection and Integration, Linked Data Management
Data Collection and Integration, Linked Data ManagementRENDER project
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked .
 
鏈結資料在圖書館的應用20131107
鏈結資料在圖書館的應用20131107鏈結資料在圖書館的應用20131107
鏈結資料在圖書館的應用20131107皓仁 柯
 

Similar a [Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data approach” (20)

Linked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIG
 
Jarrar: Introduction to Linked Data
Jarrar: Introduction to Linked DataJarrar: Introduction to Linked Data
Jarrar: Introduction to Linked Data
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
 
The Web of data and web data commons
The Web of data and web data commonsThe Web of data and web data commons
The Web of data and web data commons
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutions
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data Applications
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and Examples
 
Linked data life cycles
Linked data life cyclesLinked data life cycles
Linked data life cycles
 
Linked Data and Semantic Web Application Development by Peter Haase
Linked Data and Semantic Web Application Development by Peter HaaseLinked Data and Semantic Web Application Development by Peter Haase
Linked Data and Semantic Web Application Development by Peter Haase
 
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 Energy Data Generation
Linked Energy Data GenerationLinked Energy Data Generation
Linked Energy Data Generation
 
Using Linked Data Resources to generate web pages based on a BBC case study
Using Linked Data Resources to generate web pages based on a BBC case studyUsing Linked Data Resources to generate web pages based on a BBC case study
Using Linked Data Resources to generate web pages based on a BBC case study
 
Linked Data
Linked DataLinked Data
Linked Data
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked Data
 
The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data Usecases
 
Linked data and semantic wikis
Linked data and semantic wikisLinked data and semantic wikis
Linked data and semantic wikis
 
Data Collection and Integration, Linked Data Management
Data Collection and Integration, Linked Data ManagementData Collection and Integration, Linked Data Management
Data Collection and Integration, Linked Data Management
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
鏈結資料在圖書館的應用20131107
鏈結資料在圖書館的應用20131107鏈結資料在圖書館的應用20131107
鏈結資料在圖書館的應用20131107
 

Más de Data Beers

[Databeers] 20150423 “Los datos del banco en la portada del periódico” Mar Ca...
[Databeers] 20150423 “Los datos del banco en la portada del periódico” Mar Ca...[Databeers] 20150423 “Los datos del banco en la portada del periódico” Mar Ca...
[Databeers] 20150423 “Los datos del banco en la portada del periódico” Mar Ca...Data Beers
 
[Databeers] 20150423 “Transbordadores, soldados y pasta de dientes”. Javier C...
[Databeers] 20150423 “Transbordadores, soldados y pasta de dientes”. Javier C...[Databeers] 20150423 “Transbordadores, soldados y pasta de dientes”. Javier C...
[Databeers] 20150423 “Transbordadores, soldados y pasta de dientes”. Javier C...Data Beers
 
[Databeers] 20150423 “Llámalo irracional”. Santiago López.
[Databeers] 20150423 “Llámalo irracional”. Santiago López. [Databeers] 20150423 “Llámalo irracional”. Santiago López.
[Databeers] 20150423 “Llámalo irracional”. Santiago López. Data Beers
 
[Databeers] 20150423 “Se dice el pecado, pero no el pecador”. Borja Adsuara.
[Databeers] 20150423 “Se dice el pecado, pero no el pecador”. Borja Adsuara. [Databeers] 20150423 “Se dice el pecado, pero no el pecador”. Borja Adsuara.
[Databeers] 20150423 “Se dice el pecado, pero no el pecador”. Borja Adsuara. Data Beers
 
[Databeers] 20150423 “Datos no convencionales en problemas financieros”. Este...
[Databeers] 20150423 “Datos no convencionales en problemas financieros”. Este...[Databeers] 20150423 “Datos no convencionales en problemas financieros”. Este...
[Databeers] 20150423 “Datos no convencionales en problemas financieros”. Este...Data Beers
 
[Databeers] 20150129 “Data Superpowers”. Marco Bressan (BBVA D&A)
[Databeers] 20150129 “Data Superpowers”. Marco Bressan (BBVA D&A)[Databeers] 20150129 “Data Superpowers”. Marco Bressan (BBVA D&A)
[Databeers] 20150129 “Data Superpowers”. Marco Bressan (BBVA D&A)Data Beers
 
[Databeers] 20150129 “Desde #urbanData a la generación de servicios. #Running...
[Databeers] 20150129 “Desde #urbanData a la generación de servicios. #Running...[Databeers] 20150129 “Desde #urbanData a la generación de servicios. #Running...
[Databeers] 20150129 “Desde #urbanData a la generación de servicios. #Running...Data Beers
 
[Databeers] 20150129 “Datos para entender la realidad de la ayuda”. David Cab...
[Databeers] 20150129 “Datos para entender la realidad de la ayuda”. David Cab...[Databeers] 20150129 “Datos para entender la realidad de la ayuda”. David Cab...
[Databeers] 20150129 “Datos para entender la realidad de la ayuda”. David Cab...Data Beers
 
[Databeers] 20150129 “Bitcoin: dinero programable” Alberto Gómez (Coinffeine)
[Databeers] 20150129 “Bitcoin: dinero programable” Alberto Gómez (Coinffeine)[Databeers] 20150129 “Bitcoin: dinero programable” Alberto Gómez (Coinffeine)
[Databeers] 20150129 “Bitcoin: dinero programable” Alberto Gómez (Coinffeine)Data Beers
 
[Databeers] 27-11-2014 “Githubland”. Luis Osa
[Databeers] 27-11-2014 “Githubland”. Luis Osa[Databeers] 27-11-2014 “Githubland”. Luis Osa
[Databeers] 27-11-2014 “Githubland”. Luis OsaData Beers
 
[Databeers] 27-11-2014 “Del Control Media al Conversation Media: Analítica en...
[Databeers] 27-11-2014 “Del Control Media al Conversation Media: Analítica en...[Databeers] 27-11-2014 “Del Control Media al Conversation Media: Analítica en...
[Databeers] 27-11-2014 “Del Control Media al Conversation Media: Analítica en...Data Beers
 
[Databeers] 18-09-2014 Models: pets and herds. Carlos J. Gil Bellosta
[Databeers] 18-09-2014 Models: pets and herds. Carlos J. Gil Bellosta[Databeers] 18-09-2014 Models: pets and herds. Carlos J. Gil Bellosta
[Databeers] 18-09-2014 Models: pets and herds. Carlos J. Gil BellostaData Beers
 
[Databeers] 18-09-2014 Decide. Pedro Concejero.
[Databeers] 18-09-2014 Decide. Pedro Concejero.[Databeers] 18-09-2014 Decide. Pedro Concejero.
[Databeers] 18-09-2014 Decide. Pedro Concejero.Data Beers
 
[Databeers] 18-09-2014 La Geografía de las Redes Sociales Urbanas. Carlos Her...
[Databeers] 18-09-2014 La Geografía de las Redes Sociales Urbanas. Carlos Her...[Databeers] 18-09-2014 La Geografía de las Redes Sociales Urbanas. Carlos Her...
[Databeers] 18-09-2014 La Geografía de las Redes Sociales Urbanas. Carlos Her...Data Beers
 
[Databeers] 18-09-2014 Big data needs artist explorers. Fran Castillo
[Databeers] 18-09-2014 Big data needs artist explorers. Fran Castillo[Databeers] 18-09-2014 Big data needs artist explorers. Fran Castillo
[Databeers] 18-09-2014 Big data needs artist explorers. Fran CastilloData Beers
 
[Databeers] 17/06/2014 - Oscar Corcho: LSD
[Databeers] 17/06/2014 - Oscar Corcho: LSD[Databeers] 17/06/2014 - Oscar Corcho: LSD
[Databeers] 17/06/2014 - Oscar Corcho: LSDData Beers
 
[Databeers] 17/06/2014 - Ignacio Bustillo: “Data Master Chef. Cocinando datos...
[Databeers] 17/06/2014 - Ignacio Bustillo: “Data Master Chef. Cocinando datos...[Databeers] 17/06/2014 - Ignacio Bustillo: “Data Master Chef. Cocinando datos...
[Databeers] 17/06/2014 - Ignacio Bustillo: “Data Master Chef. Cocinando datos...Data Beers
 
[Databeers] 17/06/2014 - Alejandro Llorente: "¿Qué revela Twitter del paro en...
[Databeers] 17/06/2014 - Alejandro Llorente: "¿Qué revela Twitter del paro en...[Databeers] 17/06/2014 - Alejandro Llorente: "¿Qué revela Twitter del paro en...
[Databeers] 17/06/2014 - Alejandro Llorente: "¿Qué revela Twitter del paro en...Data Beers
 
[Databeers] 17/06/2014 - Mar Santamaria Varas+Pablo Martínez : “Data landscapes”
[Databeers] 17/06/2014 - Mar Santamaria Varas+Pablo Martínez : “Data landscapes”[Databeers] 17/06/2014 - Mar Santamaria Varas+Pablo Martínez : “Data landscapes”
[Databeers] 17/06/2014 - Mar Santamaria Varas+Pablo Martínez : “Data landscapes”Data Beers
 
[Databeers] 06/05/2014 - Dani Villatoro: “Cicerone: Your venue recommendation...
[Databeers] 06/05/2014 - Dani Villatoro: “Cicerone: Your venue recommendation...[Databeers] 06/05/2014 - Dani Villatoro: “Cicerone: Your venue recommendation...
[Databeers] 06/05/2014 - Dani Villatoro: “Cicerone: Your venue recommendation...Data Beers
 

Más de Data Beers (20)

[Databeers] 20150423 “Los datos del banco en la portada del periódico” Mar Ca...
[Databeers] 20150423 “Los datos del banco en la portada del periódico” Mar Ca...[Databeers] 20150423 “Los datos del banco en la portada del periódico” Mar Ca...
[Databeers] 20150423 “Los datos del banco en la portada del periódico” Mar Ca...
 
[Databeers] 20150423 “Transbordadores, soldados y pasta de dientes”. Javier C...
[Databeers] 20150423 “Transbordadores, soldados y pasta de dientes”. Javier C...[Databeers] 20150423 “Transbordadores, soldados y pasta de dientes”. Javier C...
[Databeers] 20150423 “Transbordadores, soldados y pasta de dientes”. Javier C...
 
[Databeers] 20150423 “Llámalo irracional”. Santiago López.
[Databeers] 20150423 “Llámalo irracional”. Santiago López. [Databeers] 20150423 “Llámalo irracional”. Santiago López.
[Databeers] 20150423 “Llámalo irracional”. Santiago López.
 
[Databeers] 20150423 “Se dice el pecado, pero no el pecador”. Borja Adsuara.
[Databeers] 20150423 “Se dice el pecado, pero no el pecador”. Borja Adsuara. [Databeers] 20150423 “Se dice el pecado, pero no el pecador”. Borja Adsuara.
[Databeers] 20150423 “Se dice el pecado, pero no el pecador”. Borja Adsuara.
 
[Databeers] 20150423 “Datos no convencionales en problemas financieros”. Este...
[Databeers] 20150423 “Datos no convencionales en problemas financieros”. Este...[Databeers] 20150423 “Datos no convencionales en problemas financieros”. Este...
[Databeers] 20150423 “Datos no convencionales en problemas financieros”. Este...
 
[Databeers] 20150129 “Data Superpowers”. Marco Bressan (BBVA D&A)
[Databeers] 20150129 “Data Superpowers”. Marco Bressan (BBVA D&A)[Databeers] 20150129 “Data Superpowers”. Marco Bressan (BBVA D&A)
[Databeers] 20150129 “Data Superpowers”. Marco Bressan (BBVA D&A)
 
[Databeers] 20150129 “Desde #urbanData a la generación de servicios. #Running...
[Databeers] 20150129 “Desde #urbanData a la generación de servicios. #Running...[Databeers] 20150129 “Desde #urbanData a la generación de servicios. #Running...
[Databeers] 20150129 “Desde #urbanData a la generación de servicios. #Running...
 
[Databeers] 20150129 “Datos para entender la realidad de la ayuda”. David Cab...
[Databeers] 20150129 “Datos para entender la realidad de la ayuda”. David Cab...[Databeers] 20150129 “Datos para entender la realidad de la ayuda”. David Cab...
[Databeers] 20150129 “Datos para entender la realidad de la ayuda”. David Cab...
 
[Databeers] 20150129 “Bitcoin: dinero programable” Alberto Gómez (Coinffeine)
[Databeers] 20150129 “Bitcoin: dinero programable” Alberto Gómez (Coinffeine)[Databeers] 20150129 “Bitcoin: dinero programable” Alberto Gómez (Coinffeine)
[Databeers] 20150129 “Bitcoin: dinero programable” Alberto Gómez (Coinffeine)
 
[Databeers] 27-11-2014 “Githubland”. Luis Osa
[Databeers] 27-11-2014 “Githubland”. Luis Osa[Databeers] 27-11-2014 “Githubland”. Luis Osa
[Databeers] 27-11-2014 “Githubland”. Luis Osa
 
[Databeers] 27-11-2014 “Del Control Media al Conversation Media: Analítica en...
[Databeers] 27-11-2014 “Del Control Media al Conversation Media: Analítica en...[Databeers] 27-11-2014 “Del Control Media al Conversation Media: Analítica en...
[Databeers] 27-11-2014 “Del Control Media al Conversation Media: Analítica en...
 
[Databeers] 18-09-2014 Models: pets and herds. Carlos J. Gil Bellosta
[Databeers] 18-09-2014 Models: pets and herds. Carlos J. Gil Bellosta[Databeers] 18-09-2014 Models: pets and herds. Carlos J. Gil Bellosta
[Databeers] 18-09-2014 Models: pets and herds. Carlos J. Gil Bellosta
 
[Databeers] 18-09-2014 Decide. Pedro Concejero.
[Databeers] 18-09-2014 Decide. Pedro Concejero.[Databeers] 18-09-2014 Decide. Pedro Concejero.
[Databeers] 18-09-2014 Decide. Pedro Concejero.
 
[Databeers] 18-09-2014 La Geografía de las Redes Sociales Urbanas. Carlos Her...
[Databeers] 18-09-2014 La Geografía de las Redes Sociales Urbanas. Carlos Her...[Databeers] 18-09-2014 La Geografía de las Redes Sociales Urbanas. Carlos Her...
[Databeers] 18-09-2014 La Geografía de las Redes Sociales Urbanas. Carlos Her...
 
[Databeers] 18-09-2014 Big data needs artist explorers. Fran Castillo
[Databeers] 18-09-2014 Big data needs artist explorers. Fran Castillo[Databeers] 18-09-2014 Big data needs artist explorers. Fran Castillo
[Databeers] 18-09-2014 Big data needs artist explorers. Fran Castillo
 
[Databeers] 17/06/2014 - Oscar Corcho: LSD
[Databeers] 17/06/2014 - Oscar Corcho: LSD[Databeers] 17/06/2014 - Oscar Corcho: LSD
[Databeers] 17/06/2014 - Oscar Corcho: LSD
 
[Databeers] 17/06/2014 - Ignacio Bustillo: “Data Master Chef. Cocinando datos...
[Databeers] 17/06/2014 - Ignacio Bustillo: “Data Master Chef. Cocinando datos...[Databeers] 17/06/2014 - Ignacio Bustillo: “Data Master Chef. Cocinando datos...
[Databeers] 17/06/2014 - Ignacio Bustillo: “Data Master Chef. Cocinando datos...
 
[Databeers] 17/06/2014 - Alejandro Llorente: "¿Qué revela Twitter del paro en...
[Databeers] 17/06/2014 - Alejandro Llorente: "¿Qué revela Twitter del paro en...[Databeers] 17/06/2014 - Alejandro Llorente: "¿Qué revela Twitter del paro en...
[Databeers] 17/06/2014 - Alejandro Llorente: "¿Qué revela Twitter del paro en...
 
[Databeers] 17/06/2014 - Mar Santamaria Varas+Pablo Martínez : “Data landscapes”
[Databeers] 17/06/2014 - Mar Santamaria Varas+Pablo Martínez : “Data landscapes”[Databeers] 17/06/2014 - Mar Santamaria Varas+Pablo Martínez : “Data landscapes”
[Databeers] 17/06/2014 - Mar Santamaria Varas+Pablo Martínez : “Data landscapes”
 
[Databeers] 06/05/2014 - Dani Villatoro: “Cicerone: Your venue recommendation...
[Databeers] 06/05/2014 - Dani Villatoro: “Cicerone: Your venue recommendation...[Databeers] 06/05/2014 - Dani Villatoro: “Cicerone: Your venue recommendation...
[Databeers] 06/05/2014 - Dani Villatoro: “Cicerone: Your venue recommendation...
 

Último

RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.natarajan8993
 
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSINGmarianagonzalez07
 
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...GQ Research
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Colleen Farrelly
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...Boston Institute of Analytics
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queensdataanalyticsqueen03
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 217djon017
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...Amil Baba Dawood bangali
 
Machine learning classification ppt.ppt
Machine learning classification  ppt.pptMachine learning classification  ppt.ppt
Machine learning classification ppt.pptamreenkhanum0307
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxMike Bennett
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 

Último (20)

RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.
 
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
2006_GasProcessing_HB (1).pdf HYDROCARBON PROCESSING
 
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queens
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
 
Machine learning classification ppt.ppt
Machine learning classification  ppt.pptMachine learning classification  ppt.ppt
Machine learning classification ppt.ppt
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptx
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 

[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data approach”

  • 1. Data Integration, A Linked Data Approach Boris Villazón-Terrazas @boricles Slides available at: http://www.slideshare.net/boricles/
  • 3. 3 Introduction  Current data systems combine data from a tremendous number of resources ….
  • 4. 4 Introduction  We use the term data shape to refer on how data is arranged and structured. resource data shape 1. Michael Hausenblas, Boris Villazon-Terrazas, Richard Cyganiak. Data shapes and data transformations. arXiv preprint arXiv:1211.1565 Fundamental data shapes • tabular • tree • graph
  • 6. 6 Classic Web MovieDB CIA World FactBook Data exposed to the Web via HTML, pdf, etc. © Slide adapted from “5min Introduction to Linked Data”- Olaf Hartig
  • 7. 7 Classic Web Information from single pages can be found via search engines Complex queries over multiple pages / data sources? © Slide adapted from “5min Introduction to Linked Data”- Olaf Hartig
  • 8. 8 What do we actually want? Use the Web like a single global database Move from a Web of documents to a Web of Data MovieDB CIA World FactBook © Slide adapted from “5min Introduction to Linked Data”- Olaf Hartig
  • 9. 9 Linked Data enables such Web of Data MovieDB CIA World FactBook Global Identifier: URI (Uniform Resource Identifier), which is a string of characters used to identify a name or a resource on the Internet. http://cia.../Bolivia http://imdb.../TLLuvia Data Model: RDF (Resource Description Framework), which is a standard model for data interchange on the Web http://.../population http://.../name 8000000 “Even the Rain” Access Mechanism: HTTP Connection: Typed Links http://.../filming_location © Slide adapted from “5min Introduction to Linked Data”- Olaf Hartig
  • 11. 12 Enterprise Linked Data  Linked Data is not necessarily free data  Enterprises have many disparate data sources and data silos  Linked Data allows having global identifiers for data that can be accessed using the Web infrastructure and typed links between data possibly from different applications  Graph-based RDF data model allows consuming and merging data without having to do complex structural transformation
  • 12. 13 Enterprise Linked Data Office A Office B Office C Products Company 1 Agency A Services Agency B Company 2
  • 13. 14 GeoLinkedData Ecuador – http://geo.linkeddata.ec Image taken from http://www.spatialytics.org/projects/geokettle/ RDF Generator Plugins • GeoKettle - Spatially-enabled version of the generic ETL tool, Kettle (Pentaho Data Integration) - Powerful, metadata-driven spatial ETL tool dedicates to the integration of different geospatial data resources Extract Transform Load
  • 14. 15 Publication and exploitation Parliament SPARQL http://purl.org/Ecuador/geo/sparql Rivers of the province of Guayas PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX geof: <http://www.opengis.net/def/function/geosparql/> PREFIX sf: <http://www.opengis.net/ont/sf#> PREFIX units: <http://www.opengis.net/def/uom/OGC/1.0/> SELECT distinct ?r ?label ?Figure ?r2 ?Figure2 WHERE { ?r rdf:type <http://geo.linkeddata.ec/ontology/riosdobles_promsa>. ?r rdfs:label ?label. ?r geo:hasGeometry ?geo. ?geo rdf:type ?geoType . ?geo geo:asWKT ?Figure. ?r2 rdf:type <http://geo.linkeddata.ec/ontology/provincias_promsa>. ?r2 rdfs:label "GUAYAS"@es. ?r2 geo:hasGeometry ?geo2. ?geo2 rdf:type ?geoType2 . ?geo2 geo:asWKT ?Figure2. FILTER (geof:sfIntersects(?Figure2, ?Figure)). }
  • 15. 16 Publication and exploitation Parliament SPARQL Rivers of the province of Guayas PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX geof: <http://www.opengis.net/def/function/geosparql/> PREFIX sf: <http://www.opengis.net/ont/sf#> PREFIX units: <http://www.opengis.net/def/uom/OGC/1.0/> SELECT distinct ?r ?label ?Figure ?r2 ?Figure2 WHERE { ?r a <http://geo.linkeddata.ec/ontology/riosdobles_promsa>. ?r rdfs:label ?label. ?r geo:hasGeometry ?geo. ?geo rdf:type ?geoType . ?geo geo:asWKT ?Figure. ?r2 a <http://geo.linkeddata.ec/ontology/provincias_promsa>. ?r2 rdfs:label "GUAYAS"@es. ?r2 geo:hasGeometry ?geo2. ?geo2 rdf:type ?geoType2 . ?geo2 geo:asWKT ?Figure2. FILTER (geof:sfIntersects(?Figure2, ?Figure)). } http://200.0.31.28:8081/map4rdf-0.0.4-OL-SNAPSHOT/#dashboard
  • 16. 17 iSOCO, tentative example Enterprise Linked Data Data Source iSOCO ICM Data Soource iSOCO Lab Data Source iSOCO ST Linked Data Platform External data sources Added value services
  • 18. 19
  • 19. Data Integration, A Linked Data Approach Boris Villazón-Terrazas @boricles Slides available at: http://www.slideshare.net/boricles/