SlideShare a Scribd company logo
KDrive

Ecuadorian Geospatial Linked Data
Victor Saquicela1, Mauricio Espinoza1,
Nelson Piedra2, and Boris Villazón-Terrazas3
Universidad de Cuenca, Ecuador
{victor.saquicela,mauricio.espinoza}@ucuenca.edu.ec
2 Universidad Técnica Particular de Loja, Ecuador
nopiedra@utpl.edu.ec
3 Intelligent Software Components, iSOCO
bvillazon@isoco.com
@boricles
http://www.slideshare.net/boricles
1
ToC
» Motivation
» Architecture
» Geospatial Linked Data Life Cycle

2
Motivation

http://datosenlazados.org/cms/

http://linkeddata.ec/

3
Architecture

4
Geospatial Linked Data Life Cycle

Taking into account geospatial component
•  Selection of geospatial data sources
•  URIs for geospatial resources
•  Geospatial Vocabularies
•  RDF generation for the geospatial data
•  Linking of geospatial data

Boris Villazon-Terrazas, Luis Vilches, Asunción Gómez-Pérez, and Oscar Corcho
Methodological Guidelines for Publishing Linked Data. http://link.springer.com/chapter/10.1007/978-1-4614-1767-5_2
5
Selection of the data sources
•  Identify and select geospatial resources from Ecuadorian Government Agencies.
•  Geo-databases
•  Shapefiles
•  Spreadsheets
•  KML

6
URIs for Geospatial Resources

• 

General guidelines

- 
- 
- 
- 
- 

• 

BP for publishing LD http://www.w3.org/TR/ld-bp/
URIs for UK Public sector
https://www.gov.uk/government/publications/designing-uri-sets-for-the-uk-public-sector
Study of persistent URIs http://philarcher.org/diary/2013/uripersistence/
Guidelines for Naming and Labeling Ontologies
http://dcevents.dublincore.org/IntConf/dc-2011/paper/download/47/15
….

Geospatial specific guidelines
- 
- 
- 
- 
- 

RFC5870 URI for geospatial locations http://tools.ietf.org/search/rfc5870
INSPIRE http://inspire.jrc.ec.europa.eu/events/conferences/inspire_2012/presentations/ds1/
Clements%20Portele.pdf
https://www.deri.ie/content/applying-design-patterns-uri-strategies-naming-linked-geospatialdata-infrastructure
http://inspire-forum.jrc.ec.europa.eu/pg/forum/topic/29922/cool-uris-for-linked-geospatialdata/
…
7
Geospatial Vocabularies
• 

NeoGeo

http://geovocab.org/doc/neogeo/

• 

GeoSPARQL

http://www.opengeospatial.org/standards/geosparql

• 

ISA Programme Location Core Vocabulary

• 

schema.org

http://schema.org/

- 
- 
- 

http://schema.org/Place
http://schema.org/GeoShape
http://schema.org/GeoCoordinates

• 

Place
GeoShape
GeoCoordinates

http://www.w3.org/ns/locn

ISO-19115 Ontology
https://www.seegrid.csiro.au/subversion/xmml/metadata/ISO19115/iso-19115.owl

…

8
Geospatial Vocabularies

• 

Some discussions
- 

Geometry separated from the feature

- 

Represent geometry as RDF Literal

- 

Represent CRS as a property.

- 

URIs for the CRSs, e.g.,
http://geovocab.org/crs/EPSG4979

- 

Multilinguality

9
RDF Generation for the Geospatial Data
• 

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

Transform
Extract

Load

RDF Generator Plugins

Image taken from http://www.spatialytics.org/projects/geokettle/

10
RDF Generation for the Geospatial Data

Reading shape files

SRS Transformation

RDF Generation

11
Linking of Geospatial Data

‪http://wifo5-03.informatik.uni-mannheim.de/bizer/silk/

12
Publication and Exploitation
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.

http://purl.org/Ecuador/geo/sparql
SPARQL

?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)).
}

Parliament

13
Publication and Exploitation
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)).
}

SPARQL

http://200.0.31.28:8081/map4rdf-0.0.4-OL-SNAPSHOT/#dashboard

Parliament

14
15
KDrive

Ecuadorian Geospatial Linked Data
Victor Saquicela1, Mauricio Espinoza1,
Nelson Piedra2, and Boris Villazón-Terrazas3
Universidad de Cuenca, Ecuador
{victor.saquicela,mauricio.espinoza}@ucuenca.edu.ec
2 Universidad Técnica Particular de Loja, Ecuador
nopiedra@utpl.edu.ec
3 Intelligent Software Components, iSOCO
bvillazon@isoco.com
@boricles
http://www.slideshare.net/boricles
1

More Related Content

PDF
Yet another SPARQL 1.1 brief introduction
PDF
RDFa In A Nutshell V2
PDF
Linked Open Data: an overview
PDF
Culture Geeks Feb talk: Adventures in Linked Data Land
PPTX
Querying Linked Data
PPTX
Building Linked Data Applications
PPTX
MOAR RDA For Systems Folks
PDF
Data Management Systems for Government Agencies - with CKAN
Yet another SPARQL 1.1 brief introduction
RDFa In A Nutshell V2
Linked Open Data: an overview
Culture Geeks Feb talk: Adventures in Linked Data Land
Querying Linked Data
Building Linked Data Applications
MOAR RDA For Systems Folks
Data Management Systems for Government Agencies - with CKAN

What's hot (20)

KEY
RDFa Introductory Course Session 2/4 How RDFa
PPTX
Scaling up Linked Data
PPTX
Providing Linked Data
PDF
BM2LOD: Platform For Publishing Bibliographic Data As Linked Open Data
PPTX
Interaction with Linked Data
PPTX
Microtask Crowdsourcing Applications for Linked Data
PDF
Drupal, CKAN and Public Data. DrupalGov 08 february 2016
PPTX
RDF-Gen: Generating RDF from streaming and archival data
KEY
RDFa Introductory Course Session 4/4 When RDFa
PDF
CKAN - the open source data portal platform
PPTX
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
PPT
Site Interoperability Projects at DERI Galway's SW Cluster
PPTX
Data.dcs: Converting Legacy Data into Linked Data
PPTX
Linked data for Libraries
PPTX
Usage of Linked Data: Introduction and Application Scenarios
PDF
Documents, services, and data on the web
PDF
Drupal and Apache Stanbol. What if you could reliably do autotagging?
PPT
Web smatch wod2012
PDF
Querying Linked Data with SPARQL (2010)
PPTX
Linked data life cycles
RDFa Introductory Course Session 2/4 How RDFa
Scaling up Linked Data
Providing Linked Data
BM2LOD: Platform For Publishing Bibliographic Data As Linked Open Data
Interaction with Linked Data
Microtask Crowdsourcing Applications for Linked Data
Drupal, CKAN and Public Data. DrupalGov 08 february 2016
RDF-Gen: Generating RDF from streaming and archival data
RDFa Introductory Course Session 4/4 When RDFa
CKAN - the open source data portal platform
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
Site Interoperability Projects at DERI Galway's SW Cluster
Data.dcs: Converting Legacy Data into Linked Data
Linked data for Libraries
Usage of Linked Data: Introduction and Application Scenarios
Documents, services, and data on the web
Drupal and Apache Stanbol. What if you could reliably do autotagging?
Web smatch wod2012
Querying Linked Data with SPARQL (2010)
Linked data life cycles
Ad

Viewers also liked (20)

PDF
Sitemap4rdf(v2 boris)
PDF
Methodological Guidelines for Publishing Linked Data
PDF
Methodological Guidelines for Publishing Linked Data
PDF
Geolinkeddata 07042011 1
PDF
A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...
PDF
SEEMP - Semantic Aspects and Interoperability
PDF
Linguistic resources enhanced with geospatial Information
PDF
Towards a Commons RDF Java library
PDF
FOSS based integrated software framework for E-Governance and sustainable dev...
PDF
GeoForAll: a successful OSGeo Initiative
PDF
Ease-of-use and Effectiveness of Participatory GIS in Empowering Rural Commun...
PDF
nagesh_PGIS
PDF
Indian Cashless Health Insurance
PDF
UN Open GIS Capacity Building
PDF
Using QGIS to create 3D indoor maps
PDF
Introduction of MAGO3D
PDF
QGIS server: the good, the not-so-good and the ugly
PDF
iSOCO - Research Lab Brief Introduction
PPTX
2016 conservation track: applications of rapid ecoregional assessments (re as...
PPTX
2016 gisco track: deploying an enterprise gis for the town of snowmass villag...
Sitemap4rdf(v2 boris)
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked Data
Geolinkeddata 07042011 1
A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...
SEEMP - Semantic Aspects and Interoperability
Linguistic resources enhanced with geospatial Information
Towards a Commons RDF Java library
FOSS based integrated software framework for E-Governance and sustainable dev...
GeoForAll: a successful OSGeo Initiative
Ease-of-use and Effectiveness of Participatory GIS in Empowering Rural Commun...
nagesh_PGIS
Indian Cashless Health Insurance
UN Open GIS Capacity Building
Using QGIS to create 3D indoor maps
Introduction of MAGO3D
QGIS server: the good, the not-so-good and the ugly
iSOCO - Research Lab Brief Introduction
2016 conservation track: applications of rapid ecoregional assessments (re as...
2016 gisco track: deploying an enterprise gis for the town of snowmass villag...
Ad

Similar to Ecuadorian Geospatial Linked Data (20)

PDF
GeoKettle: A powerful open source spatial ETL tool
PPT
GeoKettle: A powerful open source spatial ETL tool
PPTX
PPTX
도시 설계와 GIS 기술의 관계
PPTX
도시건축설계와 오픈소스 기반 GIS
PPTX
OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...
PPT
Geographic information in govt linked data
PPT
Geographic information in govt linked data
PDF
Integrating PostGIS in Web Applications
PDF
Smash & Geopaparazzi - State of the art 2021
PDF
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use Case
PDF
Geo linked data lstd10(v2-boris)
PPT
Geo-linked data: towards deep integration of location in the web of data
ODP
2016 - Migração para software livre do Inteligeo - o sistema de inteligência ...
PDF
Geosolutions FOSS4g 2009 Redux
PDF
Map4rdf - Faceted Browser for Geospatial Datasets
PPTX
LIFE GreenYourMove Project - GTFS data
PPTX
Raster data in GeoServer and GeoTools: Achievements, issues and future devel...
PPT
Addy Pope: Go-Geo! and GeoDoc
GeoKettle: A powerful open source spatial ETL tool
GeoKettle: A powerful open source spatial ETL tool
도시 설계와 GIS 기술의 관계
도시건축설계와 오픈소스 기반 GIS
OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...
Geographic information in govt linked data
Geographic information in govt linked data
Integrating PostGIS in Web Applications
Smash & Geopaparazzi - State of the art 2021
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use Case
Geo linked data lstd10(v2-boris)
Geo-linked data: towards deep integration of location in the web of data
2016 - Migração para software livre do Inteligeo - o sistema de inteligência ...
Geosolutions FOSS4g 2009 Redux
Map4rdf - Faceted Browser for Geospatial Datasets
LIFE GreenYourMove Project - GTFS data
Raster data in GeoServer and GeoTools: Achievements, issues and future devel...
Addy Pope: Go-Geo! and GeoDoc

More from Boris Villazón-Terrazas (10)

PDF
Data Shapes and Data Transformations
PDF
RDB2RDF, an overview of R2RML and Direct Mapping
PDF
Statistical Linked Data
PDF
Publishing Linked Data from RDB
PDF
Linked Data Projects at OEG - Current Status
PDF
A Provenance-Aware Linked Data Application for Trip Management and Organization
PDF
Methodological Guidelines for Publishing Linked Data
PDF
Linked Data Research Projects at Ontology Engineering Group
PDF
Lightweight Semantic Annotation of Geospatial RESTful Services
PPTX
Geometry2rdf(v2 boris)
Data Shapes and Data Transformations
RDB2RDF, an overview of R2RML and Direct Mapping
Statistical Linked Data
Publishing Linked Data from RDB
Linked Data Projects at OEG - Current Status
A Provenance-Aware Linked Data Application for Trip Management and Organization
Methodological Guidelines for Publishing Linked Data
Linked Data Research Projects at Ontology Engineering Group
Lightweight Semantic Annotation of Geospatial RESTful Services
Geometry2rdf(v2 boris)

Recently uploaded (20)

PPTX
Cloud computing and distributed systems.
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
cuic standard and advanced reporting.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Big Data Technologies - Introduction.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Electronic commerce courselecture one. Pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
KodekX | Application Modernization Development
Cloud computing and distributed systems.
Review of recent advances in non-invasive hemoglobin estimation
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
cuic standard and advanced reporting.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Chapter 3 Spatial Domain Image Processing.pdf
The AUB Centre for AI in Media Proposal.docx
NewMind AI Weekly Chronicles - August'25 Week I
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Encapsulation_ Review paper, used for researhc scholars
Per capita expenditure prediction using model stacking based on satellite ima...
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Machine learning based COVID-19 study performance prediction
Big Data Technologies - Introduction.pptx
Spectral efficient network and resource selection model in 5G networks
Programs and apps: productivity, graphics, security and other tools
Electronic commerce courselecture one. Pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
MIND Revenue Release Quarter 2 2025 Press Release
KodekX | Application Modernization Development

Ecuadorian Geospatial Linked Data

  • 1. KDrive Ecuadorian Geospatial Linked Data Victor Saquicela1, Mauricio Espinoza1, Nelson Piedra2, and Boris Villazón-Terrazas3 Universidad de Cuenca, Ecuador {victor.saquicela,mauricio.espinoza}@ucuenca.edu.ec 2 Universidad Técnica Particular de Loja, Ecuador nopiedra@utpl.edu.ec 3 Intelligent Software Components, iSOCO bvillazon@isoco.com @boricles http://www.slideshare.net/boricles 1
  • 5. Geospatial Linked Data Life Cycle Taking into account geospatial component •  Selection of geospatial data sources •  URIs for geospatial resources •  Geospatial Vocabularies •  RDF generation for the geospatial data •  Linking of geospatial data Boris Villazon-Terrazas, Luis Vilches, Asunción Gómez-Pérez, and Oscar Corcho Methodological Guidelines for Publishing Linked Data. http://link.springer.com/chapter/10.1007/978-1-4614-1767-5_2 5
  • 6. Selection of the data sources •  Identify and select geospatial resources from Ecuadorian Government Agencies. •  Geo-databases •  Shapefiles •  Spreadsheets •  KML 6
  • 7. URIs for Geospatial Resources •  General guidelines -  -  -  -  -  •  BP for publishing LD http://www.w3.org/TR/ld-bp/ URIs for UK Public sector https://www.gov.uk/government/publications/designing-uri-sets-for-the-uk-public-sector Study of persistent URIs http://philarcher.org/diary/2013/uripersistence/ Guidelines for Naming and Labeling Ontologies http://dcevents.dublincore.org/IntConf/dc-2011/paper/download/47/15 …. Geospatial specific guidelines -  -  -  -  -  RFC5870 URI for geospatial locations http://tools.ietf.org/search/rfc5870 INSPIRE http://inspire.jrc.ec.europa.eu/events/conferences/inspire_2012/presentations/ds1/ Clements%20Portele.pdf https://www.deri.ie/content/applying-design-patterns-uri-strategies-naming-linked-geospatialdata-infrastructure http://inspire-forum.jrc.ec.europa.eu/pg/forum/topic/29922/cool-uris-for-linked-geospatialdata/ … 7
  • 8. Geospatial Vocabularies •  NeoGeo http://geovocab.org/doc/neogeo/ •  GeoSPARQL http://www.opengeospatial.org/standards/geosparql •  ISA Programme Location Core Vocabulary •  schema.org http://schema.org/ -  -  -  http://schema.org/Place http://schema.org/GeoShape http://schema.org/GeoCoordinates •  Place GeoShape GeoCoordinates http://www.w3.org/ns/locn ISO-19115 Ontology https://www.seegrid.csiro.au/subversion/xmml/metadata/ISO19115/iso-19115.owl … 8
  • 9. Geospatial Vocabularies •  Some discussions -  Geometry separated from the feature -  Represent geometry as RDF Literal -  Represent CRS as a property. -  URIs for the CRSs, e.g., http://geovocab.org/crs/EPSG4979 -  Multilinguality 9
  • 10. RDF Generation for the Geospatial Data •  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 Transform Extract Load RDF Generator Plugins Image taken from http://www.spatialytics.org/projects/geokettle/ 10
  • 11. RDF Generation for the Geospatial Data Reading shape files SRS Transformation RDF Generation 11
  • 12. Linking of Geospatial Data ‪http://wifo5-03.informatik.uni-mannheim.de/bizer/silk/ 12
  • 13. Publication and Exploitation 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. http://purl.org/Ecuador/geo/sparql SPARQL ?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)). } Parliament 13
  • 14. Publication and Exploitation 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)). } SPARQL http://200.0.31.28:8081/map4rdf-0.0.4-OL-SNAPSHOT/#dashboard Parliament 14
  • 15. 15
  • 16. KDrive Ecuadorian Geospatial Linked Data Victor Saquicela1, Mauricio Espinoza1, Nelson Piedra2, and Boris Villazón-Terrazas3 Universidad de Cuenca, Ecuador {victor.saquicela,mauricio.espinoza}@ucuenca.edu.ec 2 Universidad Técnica Particular de Loja, Ecuador nopiedra@utpl.edu.ec 3 Intelligent Software Components, iSOCO bvillazon@isoco.com @boricles http://www.slideshare.net/boricles 1