29
Alexander De Leon, Boris Villazon-Terrazas, Luis M. Vilches, Victor Saquicela Ontology Engineering Group Universidad Politécnica de Madrid Madrid, Spain jueves 7 de abril de 2011

GeoLinkedData

Embed Size (px)

DESCRIPTION

Overview of the GeoLinkedData project.

Citation preview

Page 1: GeoLinkedData

Alexander De Leon, Boris Villazon-Terrazas, Luis M. Vilches, Victor Saquicela

Ontology Engineering GroupUniversidad Politécnica de Madrid

Madrid, Spain

jueves 7 de abril de 2011

Page 2: GeoLinkedData

Motivation

2

• 80% information has a geospatial part.

• GeoLinkedData is an open initiative whose

aim is to enrich the Web of Data with Spanish

geospatial data.

http://geo.linkeddata.es

jueves 7 de abril de 2011

Page 3: GeoLinkedData

Motivation

3

• It is publishing diverse information from the

National Geographic Institute (IGN) and

the National Statistics Institute (INE).

http://geo.linkeddata.es

jueves 7 de abril de 2011

Page 4: GeoLinkedData

Linked Data Life Cycle

4

Modeling Generation Publication Exploitation

jueves 7 de abril de 2011

Page 5: GeoLinkedData

Domain Modeling

5

Modeling Generation Publication Exploitation

jueves 7 de abril de 2011

Page 6: GeoLinkedData

Domain Modeling

6

• Designing the vocabularies/ontologies that

model a view of the domain at hand.

• Reuse existing vocabularies in full or partially.

jueves 7 de abril de 2011

Page 7: GeoLinkedData

Geometry Model

7

• Simple Features Specification as base

hyerarchy of geometry types.

• Feature and Geometry are separate objects

Requirements captured at GeoVoCamp Southampton 2011

jueves 7 de abril de 2011

Page 8: GeoLinkedData

Geometry Model

8

• A feature can have multiple geometries,

geometries are parameterized (e.g. reference

system, dimension, resolution, temporal aspects)

• Different geometry representations are

resolvable via content negotiation.

Requirements captured at GeoVoCamp Southampton 2011

jueves 7 de abril de 2011

Page 9: GeoLinkedData

Geometry Model

9

• Topological relations (as per RCC8) can be

inferred or made explicit between geometries.

Requirements captured at GeoVoCamp Southampton 2011

jueves 7 de abril de 2011

Page 10: GeoLinkedData

Geometry Model

10Simple Feature Specification 2010 OGC.

jueves 7 de abril de 2011

Page 11: GeoLinkedData

Geometry Model

11

• One importante issue: How to handle order

of points in composite geometries?

• Using an order data property.

• rdf:seq

• rdf:List

• SPARQL 1.1 allows to query this.

Requirements captured at GeoVoCamp Southampton 2011

jueves 7 de abril de 2011

Page 12: GeoLinkedData

Data Generation

12

Modeling Generation Publication Exploitation

jueves 7 de abril de 2011

Page 13: GeoLinkedData

Data Generation

13

• Adquiere data from heterogenous data sources

and transforme it to RDF using the choose

domain model;

• Or generate new data directly as RDF.

jueves 7 de abril de 2011

Page 14: GeoLinkedData

Data Generation

14

•Domain independent tools:

• ODEMapster

• NOR2O

• Domain specific tools:

• geometry2rdf

What’s in our toolbox?

jueves 7 de abril de 2011

Page 15: GeoLinkedData

geometry2rdf

15

• Configurable data model

• Support of geo datatypes in RDBMS (e.g.

Oracle, GML, WKT)

Generation of RDF from geospatial relational

databases.

jueves 7 de abril de 2011

Page 16: GeoLinkedData

geometry2rdf

16

jueves 7 de abril de 2011

Page 17: GeoLinkedData

geometry2rdf

17

Oracle STO UTIL package

SELECT TO_CHAR(SDO_UTIL.TO_GML311GEOMETRY(geometry)) AS Gml311GeometryFROM "BCN200"."BCN200_0301L_RIO" cWHERE c.Etiqueta='Arroyo'

jueves 7 de abril de 2011

Page 18: GeoLinkedData

geometry2rdf

18

jueves 7 de abril de 2011

Page 19: GeoLinkedData

Data Publication

19

Modeling Generation Publication Exploitation

jueves 7 de abril de 2011

Page 20: GeoLinkedData

Data Publication

20

• Make data accessible on the Web according to

the Linked Data Principles

• Make your dataset visible

• Dataset Repositories (e.g. CKAN)

• Indexing Services (e.g. Sindice, sameas.org)

jueves 7 de abril de 2011

Page 21: GeoLinkedData

Data Publication

21

• Virtuoso

• Apache Webserver +

Pubby

• Snorql

What’s in our toolbox?

jueves 7 de abril de 2011

Page 22: GeoLinkedData

Exploitation

22

Modeling Generation Publication Exploitation

jueves 7 de abril de 2011

Page 23: GeoLinkedData

Exploitation

23

• Develop application that unlocks the value

of the data to provide benefits to a specific

community of end users.

jueves 7 de abril de 2011

Page 24: GeoLinkedData

Exploitation

24

• map4rdf

What’s in our toolbox?

jueves 7 de abril de 2011

Page 25: GeoLinkedData

map4rdf

25

• Faceted navigation.

• Suport for complex geometries (Lines,

Polygons, etc)

• Extensible overlays (e.g. statical data)

Map-based visualization of RDF Linked Data

with Geospatial dimensions.

jueves 7 de abril de 2011

Page 26: GeoLinkedData

map4rdf

26

SPARQLEndpoint

map4rdfServer Visualization in

User’s Browser

jueves 7 de abril de 2011

Page 27: GeoLinkedData

map4rdf

27

jueves 7 de abril de 2011

Page 28: GeoLinkedData

map4rdf

28

jueves 7 de abril de 2011

Page 29: GeoLinkedData

29

jueves 7 de abril de 2011