GetLOD - Linked Open Data and Spatial Data Infrastructures

Size: px
Start display at page:

Download "GetLOD - Linked Open Data and Spatial Data Infrastructures"

Transcription

1 GetLOD - Linked Open Data and Spatial Data Infrastructures W3C Linked Open Data LOD2014 Roma, February 2014 Stefano Pezzi, Massimo Zotti, Giovanni Ciardi, Massimo Fustini

2 Agenda Context Geoportal & OpenData Portal SDI management Towards Linked Open geodata GetLOD: Open GeoData Solution 2

3 Context Local and interoperable Geo-Information (GI) is crucial for an increasing number of added value services provided by private companies on top of open government data Actually, local governments are playing an emerging role as they represent authoritative sources for highquality certified data for interlinking external information, and for smart cities applications In Europe main drivers for interoperable and open data are INSPIRE and Public Sector Information Directives and Open Data strategies, at various levels.

4 Context Usually geographical datasets are provided as quickand-dirty, simple and flat predefined files, with heterogeneous data models, semantics, content, as well Four critical issues: Local data should be published on different infrastructures; SDI and LOD infrastructures are not interoperable; Two parallel workflows and risk of additional workload and data quality; GI lacks persistent URIs and information cannot easily be linked on record level.

5 GetLOD: Open GeoData Solution GetLOD is an open and reusable solution for publishing geographic data on the Web as Linked Open Data, according to the standard RDF / XML. GetLOD thus ensures the Web publication of geospatial data and its related metadata as open and linkable data, starting from traditional cartographic webservices 5

6 Geoportal & OpenData Portal The Geoportal represents an important part of the Open Data policy of the Region Emilia-Romagna. With a strong integration with the regional Open Data portal, the Geoportal is a provider of (geo)data in favor of the portal dati.emiliaromagna.it

7 ER Geoportal The ER Geoportal allows the diffusion, the distribution and the use of geospatial data, information and geographical services both to the public and the staff of the local and national government. It is compliant to the latest regional, national (AGiD) and international (INSPIRE, CEN, ISO, OGC) standards in terms of interoperability.

8 ER Geoportal Home Page of the ER Geoportal

9 ER Geoportal The data catalog

10 ER Geoportal Example of ISO Metadata

11 Regional SDI management Moka is a suite to organize the Geographic Information System and to develop applications that provide GIS services to citizens, professionals and businesses. Regione Emilia Romagna organizes his SDI with Moka Catalog and builds GIS applications with Moka CMS (Content Management System).

12 SDI and LOD will interoperate through Moka In Regione Emilia Romagna SDI and LOD infrastructures will interoperate through Moka. Moka Content Management System organizes SDI and builds GIS applications (web, desktop, apps for smartphone). Moka Catalog organizes the whole SDI Moka builds open data using GetLOD services.

13 SDI and OpenData will interoperate through Moka How Moka (CMS GIS) helps users to create OpenData through GetLOD From Moka users can manage the update of Open Data 5 Open Data are catalogued in Moka repository 4 1 In Moka Catalog user selects the geodata to be published as Open Data 3 2 Moka Catalog invokes GetLOD services to create Open Data

14 SDI and OpenData will interoperate through Moka In Regione Emilia Romagna Moka will Web Applications Desktop Applications Apps for smartphone Create applications with data and OpenData Oraganize SDI GeoData RDBMD and tables Web services Metadata (RNDT, Metadata RER) OpenData Functions and appications Catalog OpenData Create OpenData Uses GetLOD services

15 Towards Linked Open geo-data Data, if isolated, have little value. The value of data increases when different data sets, produced and published independently by different individuals, can be crossed freely by third parties. The generation of dataset in RDF format (Linked Data) increases the value of the data allowing connections among themselves and with external dataset! 15

16 Towards Linked Open geo-data Free data is not enough! In order to offer a really useful service to citizens, institutions and companies, you need to aggregate, process data and offer them as services. The creation of an "ontology network" of the Geoportal data allows to move from one conceptual dataset to another. Ontologies are considered one of the pillars of the Semantic Web: a number of on-going initiatives in EU Member States and EU projects (such as InGeoCloudS, GeoKnow and SmartOpenData) are creating RDF vocabularies based on the INSPIRE data models.

17 Towards Linked Open geo-data Applicazione Application sopra il over modello conceptual concettuale model esplicito L'integrazione Integration at a the livello level di data dati 17

18 GetLOD: Open GeoData Solution The focus of GetLOD is on the governance of Linked Open Data from authoritative sources: data about addresses and buildings derive from municipal registers (e.g. building permits) provided by more than 200 municipalities, 9 provinces and gathered by the Region in the DBTR (Regional Topographic DB). 18

19 GetLOD: Open GeoData Solution Open and reusable solution It is integrated with the Spatial Data Infrastructure thanks to the standards defined by the Open Geospatial Consortium (OGC) WFS and CSW. It allows to publish the geographic open data both as RDF (Linked Open Data ) and, as a side effect, in other non-linkable interchange formats Shapefile and GML ) 19

20 GetLOD: Open GeoData Solution Download Ricerca LOD Front-end Triple server JAVA API RDF dump LOD Back-end connettori catalogazione TripleStore GetLOD mapping file API Catalogo MD catalogo Open Data www OGC WFS OGC CSW OGC server MD server GI Middleware GeoRepository MD GI Data & Metadata 20

21 GetLOD: Open GeoData Solution GetLOD is substantialy a batch RDFizer that extracts data from OGC services and transforms them in RDF/XML. It s a java application that can execute scheduled transformation jobs. A mapping file between GML elements and an ontology concepts controls the transformation. The core transformer is based on Apache Velocity. Data as well metadata are transformed in RDF graphs. 21

22 GetLOD: Open GeoData Solution GetLOD has a plug-in architecture for what concernes the output destination of data extracted, so you can: Create a dump file; Transfer the file and index it on the ER custom open data portal; Load the data into standard (CKAN) open data portals using APIs. Load the data into a SPARQL endpoint... 22

23 GetLOD: Open GeoData Solution Ontologies used by GetLOD have been derived directly from the conceptual model of the Topographic DB or, better, from the dissemination model of the DBTR. We did not start from scratch, asking ourself what is a building?. In this way, the mapping of concepts was fairly direct. Nevertheless, existing ontologies has been reused where possible, especially for geometry. Particular attention has been paid thinking at the real use of geometry in LOD data and we made some reasoning and drewed some conclusions 23

24 GetLOD: Open GeoData Solution Geometry 1. LOD data are especially used in mash up apps that likely use common maps APIs WGS84 instead of official regional SRS 24

25 GetLOD: Open GeoData Solution Geometry 2. If XML is verbose, RDF is really prolix In LOD context, location usually is more important than shape No complex geometry, but only simple & derived centroids for buildings, bounding box for Administrative Units 25

26 GetLOD: Open GeoData Solution Geometry 3. OGC service are still there, but let s use them only when we need them. Link to WFS GetFeature for Full geometry If an app need to draw the shape of a particular building, RDF carries the GetFeatureByID query as the value of a specific ontology predicate. 26

27 GetLOD: Open GeoData Solution Geometry 4. Standards are important, but does anyone already use them? Use OGC GeoSparql, but even WGS84 Redundancy is not a problem in LOD 27

28 GetLOD: Open GeoData Solution In order to extract spatial LOD from SDI, some basic principle must be adopted in the SDI data model; fortunately DBTR already was almost compliant: 1. Unique and persistent identifier for every geographic object 2. Hystorical management and object s life cycle well defined But some things could be better: 1. UUID are not URI friendly 2. Codelist vs dictionaries 28

29 GetLOD: Open GeoData Solution Not all geographical object are noteworthy: it makes no sense to convert to LOD a contour line or a land cover polygon. Only spatial object that can be thought as individual that can evolve in time (change and eventually die) and can be referred by other objects in the same or other datasets can be correctly converted to LOD. A lifeless object does not really die, that s why you should define its life cycle, that is which are the events that terminate its individual identity. 29

30 GetLOD: Open GeoData Solution Interlinking The data that GetLOD extracts do not have interlinks for the moment. Interlinks are important but since we are talking about datasets coming from authoritative sources, interlinks that lead to general dataset like Geonames do not add particular value. Interlinks should be created also from other PA datasets towards these reference data. 30

31 GetLOD: Open GeoData Solution 7. release 1. Identification & dataset selection GetLOD: solution that implements the entire LOD Life Cycle 2. cleaning up 6. validation LOD Life Cycle 3. analysis & modeling 5. external linking 4. enrichmenet Source Linee Guida per l Interoperabilità Semantica attraverso i Linked Open Data (Agenzia per l'italia Digitale) 31

32 GetLOD: Open GeoData Solution ShapeFile GML XML metadata ISO (RNDT compliant) XML describing OpenData Generate OpenData Generate Linked OpenData RDF for Data RDF for Metadata ISO (RNDT compliant) XML describing Linked Open Data 32

33 GetLOD: Open GeoData Solution 33

34 GetLOD: Open GeoData Solution 34

35 GetLOD: Demo GetLOD RDF Browser integrates: GeoER-API RDF Administrative boundaries, Buildings, Road Toponyms, Civic Numbers Events from E-R Culture ( ) Query Endpoint SPARQL 35

36 GetLOD: Evolution in 2014 In 2014 we will focus on: Interoperability: In Regione Emilia Romagna SDI and LOD infrastructures will interoperate through Moka Interlinking: to compare entities from different datasets available as LOD and calculate similarities through textual, geographical and temporal distance to match Natural browsing: to integrate the existing map viewer with navigation and browsing of Linked Open Data 36

37 GetLOD: Evolution in

38 Thanks for your attention! 39

PDOK Kaart, the Dutch Mapping API

PDOK Kaart, the Dutch Mapping API PDOK Kaart, the Dutch Mapping API Haico van der Vegt*, Leo van der Sluijs* * Cadastre, Land Registry and Mapping Agency of the Netherlands Abstract. PDOK (public services on the map) is a partnership of

More information

Enabling embedded maps

Enabling embedded maps Enabling embedded maps Case: National geoportal of Finland Antti Rainio National Land Survey of Finland Trends: Web Services, Mapping Mashup, Open Source, Open Data Decentralised data s Service interfaces

More information

http://opendata.comune.fi.it

http://opendata.comune.fi.it The Environmental Observation Web and its Service Applications within the Future Internet OPENDATA IN CITY OF FLORENCE Gianluca Vannuccini Head of the IT Infrastructure Development Office IT Department

More information

GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata

GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata Ing. Emanuele Tajariol, GeoSolutions Ing. Simone Giannecchini, GeoSolutions GeoSolutions GeoSolutions GeoNetwork

More information

The use of Semantic Web Technologies in Spatial Decision Support Systems

The use of Semantic Web Technologies in Spatial Decision Support Systems The use of Semantic Web Technologies in Spatial Decision Support Systems Adam Iwaniak Jaromar Łukowicz Iwona Kaczmarek Marek Strzelecki The INSPIRE Conference 2013, 23-27 June Wroclaw University of Environmental

More information

Francesco Tortorelli

Francesco Tortorelli Francesco Tortorelli Joint CEN/TC 287 and OGC Workshop Bringing GI Standards-making bodies together Frascati (Rome), 30 September 2013 (AgID) AgID (previously CNIPA and DigitPA) is a government agency

More information

Smart Cities require Geospatial Data Providing services to citizens, enterprises, visitors...

Smart Cities require Geospatial Data Providing services to citizens, enterprises, visitors... Cloud-based Spatial Data Infrastructures for Smart Cities Geospatial World Forum 2015 Hans Viehmann Product Manager EMEA ORACLE Corporation Smart Cities require Geospatial Data Providing services to citizens,

More information

Open Data Integration Using SPARQL and SPIN

Open Data Integration Using SPARQL and SPIN Open Data Integration Using SPARQL and SPIN A Case Study for the Tourism Domain Antonino Lo Bue, Alberto Machi ICAR-CNR Sezione di Palermo, Italy Research funded by Italian PON SmartCities Dicet-InMoto-Orchestra

More information

Cloud-based Linked Data Geoprocessing: Implementing Kriging as WPS on the Cloud

Cloud-based Linked Data Geoprocessing: Implementing Kriging as WPS on the Cloud Cloud-based Linked Data Geoprocessing: Implementing Kriging as WPS on the Cloud Elias Grinias Department of Civil Engineering, Surveying and Geomatics, TEI of Central Macedonia and Dimitris Kotzinos ETIS

More information

GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata

GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata Ing. Simone Giannecchini, GeoSolutions Ing. Emanuele Tajariol, GeoSolutions Outline GeoNetwork Introduction

More information

Lift your data hands on session

Lift your data hands on session Lift your data hands on session Duration: 40mn Foreword Publishing data as linked data requires several procedures like converting initial data into RDF, polishing URIs, possibly finding a commonly used

More information

An Esri White Paper June 2011 ArcGIS for INSPIRE

An Esri White Paper June 2011 ArcGIS for INSPIRE An Esri White Paper June 2011 ArcGIS for INSPIRE Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL [email protected] WEB esri.com Copyright 2011 Esri All rights reserved.

More information

CDI/THREDDS Interoperability: the SeaDataNet developments. P. Mazzetti 1,2, S. Nativi 1,2, 1. CNR-IMAA; 2. PIN-UNIFI

CDI/THREDDS Interoperability: the SeaDataNet developments. P. Mazzetti 1,2, S. Nativi 1,2, 1. CNR-IMAA; 2. PIN-UNIFI CDI/THREDDS Interoperability: the SeaDataNet developments P. Mazzetti 1,2, S. Nativi 1,2, 1. CNR-IMAA; 2. PIN-UNIFI Outline Interoperability Issues in SeaDataNet A broker solution for CDI/THREDDS interoperability

More information

What s new in Carmenta Server 4.2

What s new in Carmenta Server 4.2 What s new in Carmenta Server 4.2 A complete solution for cost-effective visualisation and distribution of GIS data through web services Carmenta Server provides cost-effective technology for building

More information

Cadastre in the context of SDI and INSPIRE

Cadastre in the context of SDI and INSPIRE Cadastre in the context of SDI and INSPIRE Dr. Markus Seifert Bavarian Administration for Surveying and Cadastre Cadastre in the digital age the approach in Germany 3 rd CLGE Conference, Hanover, 11.10.2012

More information

Standardized data sharing through an open-source Spatial Data Infrastructure: the Afromaison project

Standardized data sharing through an open-source Spatial Data Infrastructure: the Afromaison project Standardized data sharing through an open-source Spatial Data Infrastructure: the Afromaison project Yaniss Guigoz - University of Geneva/GRID-Geneva 1 EcoARM2ERA and AFROMAISON Why Afromaison in this

More information

Cloud-based Infrastructures. Serving INSPIRE needs

Cloud-based Infrastructures. Serving INSPIRE needs Cloud-based Infrastructures Serving INSPIRE needs INSPIRE Conference 2014 Workshop Sessions Benoit BAURENS, AKKA Technologies (F) Claudio LUCCHESE, CNR (I) June 16th, 2014 This content by the InGeoCloudS

More information

IAAA Grupo de Sistemas de Información Avanzados

IAAA Grupo de Sistemas de Información Avanzados Upgrading maps with Linked Data Lopez Pellicer Pellicer, Francisco J Lacasta, Javier Rentería, Walter, Universidad de Zaragoza Barrera, Jesús Lopez de Larrinzar, Juan Agudo, Jose M GeoSpatiumLab The Linked

More information

EXPLORING AND SHARING GEOSPATIAL INFORMATION THROUGH MYGDI EXPLORER

EXPLORING AND SHARING GEOSPATIAL INFORMATION THROUGH MYGDI EXPLORER EXPLORING AND SHARING GEOSPATIAL INFORMATION THROUGH MYGDI EXPLORER Subashini Panchanathan Malaysian Centre For Geospatial Data Infrastructure ( MaCGDI ) Ministry of National Resources and Environment

More information

Semantic Interoperability

Semantic Interoperability Ivan Herman Semantic Interoperability Olle Olsson Swedish W3C Office Swedish Institute of Computer Science (SICS) Stockholm Apr 27 2011 (2) Background Stockholm Apr 27, 2011 (2) Trends: from

More information

- a Humanities Asset Management System. Georg Vogeler & Martina Semlak

- a Humanities Asset Management System. Georg Vogeler & Martina Semlak - a Humanities Asset Management System Georg Vogeler & Martina Semlak Infrastructure to store and publish digital data from the humanities (e.g. digital scholarly editions): Technically: FEDORA repository

More information

Publishing Linked Data Requires More than Just Using a Tool

Publishing Linked Data Requires More than Just Using a Tool Publishing Linked Data Requires More than Just Using a Tool G. Atemezing 1, F. Gandon 2, G. Kepeklian 3, F. Scharffe 4, R. Troncy 1, B. Vatant 5, S. Villata 2 1 EURECOM, 2 Inria, 3 Atos Origin, 4 LIRMM,

More information

Geospatial Data and the Semantic Web. The GeoKnow Project. Sebastian Hellmann AKSW/KILT research group, Leipzig University & DBpedia Association

Geospatial Data and the Semantic Web. The GeoKnow Project. Sebastian Hellmann AKSW/KILT research group, Leipzig University & DBpedia Association spatial Data and the Semantic Web The Geo Project Sebastian Hellmann AKSW/KILT research group, Leipzig University & DBpedia Association # About the project Collaborative Project 2012-2015 Information and

More information

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract A Web services solution for Work Management Operations Venu Kanaparthy Dr. Charles O Hara, Ph. D Abstract The GeoResources Institute at Mississippi State University is leveraging Spatial Technologies and

More information

UK Location Programme

UK Location Programme Location Information Interoperability Board Data Publisher How To Guide Understand the background to establishing an INSPIRE View Service using GeoServer DOCUMENT CONTROL Change Summary Version Date Author/Editor

More information

ISO 19119 and OGC Service Architecture

ISO 19119 and OGC Service Architecture George PERCIVALL, USA Keywords: Geographic Information, Standards, Architecture, Services. ABSTRACT ISO 19119, "Geographic Information - Services," has been developed jointly with the Services Architecture

More information

How To Use An Orgode Database With A Graph Graph (Robert Kramer)

How To Use An Orgode Database With A Graph Graph (Robert Kramer) RDF Graph Database per Linked Data Next Generation Open Data, come sfruttare l innovazione tecnologica per creare nuovi scenari e nuove opportunità. [email protected] 1 Copyright 2011, Oracle

More information

Building a SDI for small countries the Portuguese example

Building a SDI for small countries the Portuguese example Building a SDI for small countries the Portuguese example Rui Pedro Julião Instituto Geográfico Português Deputy Director-General [email protected] Abstract Portugal was one of the SDI pioneers in the beginning

More information

Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data

Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data UNEP/GRID- Geneva 27/06/2013 ABOUT THIS DOCUMENT A technical

More information

Open Data Action Plan. Italy

Open Data Action Plan. Italy Open Data Action Plan Italy In June 2013, Italy endorsed the G8 Open Data Charter and, with other G8 Members, committed to implementing a number of open data activities in the G8 Members Collective Action

More information

Geospatial Platforms For Enabling Workflows

Geospatial Platforms For Enabling Workflows Geospatial Platforms For Enabling Workflows Steven Hagan Vice President Oracle Database Server Technologies November, 2015 Evolution of Enabling Workflows HENRY FORD 100 YEARS AGO Industrialized the Manufacturing

More information

LDIF - Linked Data Integration Framework

LDIF - Linked Data Integration Framework LDIF - Linked Data Integration Framework Andreas Schultz 1, Andrea Matteini 2, Robert Isele 1, Christian Bizer 1, and Christian Becker 2 1. Web-based Systems Group, Freie Universität Berlin, Germany [email protected],

More information

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data: Global Digital Data Growth Growing leaps and bounds by 40+% Year over Year! 2009 =.8 Zetabytes =.08

More information

An Enhanced Visualization Service based on Geospatial and Statistical Linked Open Data

An Enhanced Visualization Service based on Geospatial and Statistical Linked Open Data An Enhanced Visualization Service based on Geospatial and Statistical Linked Open Data Monica Scannapieco, Pasquale Testa IT Unit on Information Systems for Statistics Pina Grazia Ticca, Sonia Scialanca

More information

Linked Open Data Infrastructure for Public Sector Information: Example from Serbia

Linked Open Data Infrastructure for Public Sector Information: Example from Serbia Proceedings of the I-SEMANTICS 2012 Posters & Demonstrations Track, pp. 26-30, 2012. Copyright 2012 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes.

More information

Data Models For Interoperability. Rob Atkinson

Data Models For Interoperability. Rob Atkinson Data Models For Interoperability Rob Atkinson Contents Problem Statement Conceptual Architecture Role of Data Models Role of Registries Integration of GRID and SDI Problem Statement How do we derive useful

More information

ArcGIS. Server. A Complete and Integrated Server GIS

ArcGIS. Server. A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server enables you to distribute maps, models, and tools to others within your organization

More information

WP 3. Elaboration database Architecture Features (Software Architecture Document)

WP 3. Elaboration database Architecture Features (Software Architecture Document) Architecture Features (Software Architecture Document) o Best in class solution, using EC recommendations for IT in this field o Implementation based on free open source o Based on OGC standards, high

More information

DISMAR implementing an OpenGIS compliant Marine Information Management System

DISMAR implementing an OpenGIS compliant Marine Information Management System DISMAR implementing an OpenGIS compliant Marine Information Management System Éamonn Ó T uama, Coastal & Marine Resources Centre, ERI, University College Cork. DISMAR DISMAR (Data Integration System for

More information

Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software

Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software Data Integration for ArcGIS Users Data Interoperability Charmel Menzel, ESRI Don Murray, Safe Software Product overview Extension to ArcGIS (optional) Jointly developed with Safe Software Based on Feature

More information

CatMDEdit Metadata editor

CatMDEdit Metadata editor Advanced Information Systems Laboratory GeoSpatiumLab S.L. CatMDEdit Metadata editor University of Zaragoza Computer Science and Systems Engineering Department Advanced Information Systems Laboratory (IA3)

More information

Catalogue or Register? A Comparison of Standards for Managing Geospatial Metadata

Catalogue or Register? A Comparison of Standards for Managing Geospatial Metadata Catalogue or Register? A Comparison of Standards for Managing Geospatial Metadata Gerhard JOOS and Lydia GIETLER Abstract Publication of information items of any kind for discovery purposes is getting

More information

Implementation of Recent Metadata Directives and Guidelines in Public Administration: the Experience of Sardinia Region

Implementation of Recent Metadata Directives and Guidelines in Public Administration: the Experience of Sardinia Region Implementation of Recent Metadata Directives and Guidelines in Public Administration: the Experience of Sardinia Region Luisa Manigas, Michele Beneventi, Luca Corvetto, Rita Vinelli and Marco Melis Region

More information

Enterprise GIS Solutions to GIS Data Dissemination

Enterprise GIS Solutions to GIS Data Dissemination Enterprise GIS Solutions to GIS Data Dissemination ESRI International User Conference July 13 17, 2009 Wendy M. Turner Senior GIS Engineer & Program Manager Freedom Consulting Group, LLC Building the Enterprise

More information

An architecture for open and scalable WebGIS

An architecture for open and scalable WebGIS An architecture for open and scalable WebGIS Aleksandar Milosavljević, Leonid Stoimenov, Slobodanka Djordjević-Kajan CG&GIS Lab, Department of Computer Science Faculty of Electronic Engineering, University

More information

Data interchange between Web client based task controllers and management information systems using ISO and OGC standards

Data interchange between Web client based task controllers and management information systems using ISO and OGC standards Data interchange between Web client based task controllers and management information systems using ISO and OGC standards Michael Nørremark 1*, Ole Jørgensen 1, Jens Bligaard 2 and Claus G. Sørensen 1

More information

OPEN STANDARD WEB SERVICES FOR VISUALISATION OF TIME SERIES DATA OF FLOOD MODELS

OPEN STANDARD WEB SERVICES FOR VISUALISATION OF TIME SERIES DATA OF FLOOD MODELS OPEN STANDARD WEB SERVICES FOR VISUALISATION OF TIME SERIES DATA OF FLOOD MODELS Barend Köbben FRMRC RPA 7 Workshop visualisations and flow simulations as flood risk communication tools

More information

Spatial Data Infrastructure. A Collaborative Network

Spatial Data Infrastructure. A Collaborative Network Spatial Data Infrastructure A Collaborative Network Solving Challenges Takes Collaboration Social challenges, environmental issues, and economic downturns all take cooperation to solve. Working together

More information

ITALIAN SPATIAL DATA INFRASTRUCTURE

ITALIAN SPATIAL DATA INFRASTRUCTURE Il Sistema Informativo Catastale: una risorsa per le politiche di governo del territorio Roma, 10-11 dicembre 2008 ITALIAN SPATIAL DATA INFRASTRUCTURE Elettra Cappadozzi National Centre for ICT in the

More information

GeoKettle: A powerful open source spatial ETL tool

GeoKettle: A powerful open source spatial ETL tool GeoKettle: A powerful open source spatial ETL tool FOSS4G 2010 Dr. Thierry Badard, CTO Spatialytics inc. Quebec, Canada [email protected] Barcelona, Spain Sept 9th, 2010 What is GeoKettle? It is

More information

Geospatial Platforms For Enabling Workflows

Geospatial Platforms For Enabling Workflows Geospatial Platforms For Enabling Workflows Steven Hagan Vice President Oracle Database Server Technologies May, 2015 Evolution of Enabling Workflows HENRY FORD 100 YEARS AGO Industrialized the Manufacturing

More information

Implementing a Municipal SDI with Service Oriented Architecture

Implementing a Municipal SDI with Service Oriented Architecture Implementing a Municipal SDI with Service Oriented Architecture A. A. Ghaemi a, F. Samadzadegan b, A. Rajabifard c, M. Yadegari b a Tehran Municipality ICT Organazation, Tehran, Iran [email protected] b

More information

DISCOVERING RESUME INFORMATION USING LINKED DATA

DISCOVERING RESUME INFORMATION USING LINKED DATA DISCOVERING RESUME INFORMATION USING LINKED DATA Ujjal Marjit 1, Kumar Sharma 2 and Utpal Biswas 3 1 C.I.R.M, University Kalyani, Kalyani (West Bengal) India [email protected] 2 Department of Computer

More information

How To Build A Cloud Based Intelligence System

How To Build A Cloud Based Intelligence System Semantic Technology and Cloud Computing Applied to Tactical Intelligence Domain Steve Hamby Chief Technology Officer Orbis Technologies, Inc. [email protected] 678.346.6386 1 Abstract The tactical

More information

City Data Pipeline. A System for Making Open Data Useful for Cities. [email protected]

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at City Data Pipeline A System for Making Open Data Useful for Cities Stefan Bischof 1,2, Axel Polleres 1, and Simon Sperl 1 1 Siemens AG Österreich, Siemensstraße 90, 1211 Vienna, Austria {bischof.stefan,axel.polleres,simon.sperl}@siemens.com

More information

Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study

Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study Amar-Djalil Mezaour 1, Julien Law-To 1, Robert Isele 3, Thomas Schandl 2, and Gerd Zechmeister

More information

Applying Semantic Web Technologies in Service-Oriented Architectures

Applying Semantic Web Technologies in Service-Oriented Architectures Applying Semantic Web Technologies in Service-Oriented Architectures 24 August 2015 Semantic Web for Air Transportation (SWAT) Luis Bermudez - OGC Charles Chen - Skymantics Copyright 2015 Open Geospatial

More information

MSDI: Workflows, Software and Related Data Standards

MSDI: Workflows, Software and Related Data Standards MSDI: Workflows, Software and Related Data Standards By Andy Hoggarth October 2009 Introduction Leveraging SDI principles for hydrographic operational efficiency French INFRAGEOS example (SHOM - Service

More information

PostGIS Data Integration

PostGIS Data Integration PostGIS Data Integration & Display on SIS Alex Hill GIS Manager Contents Plus Dane Group who we are PostGIS Data Integration and Display on SIS What is a Spatial Database? What is PostgreSQL/PostGIS? Why

More information

Environment Canada Data Management Program. Paul Paciorek Corporate Services Branch May 7, 2014

Environment Canada Data Management Program. Paul Paciorek Corporate Services Branch May 7, 2014 Environment Canada Data Management Program Paul Paciorek Corporate Services Branch May 7, 2014 EC Data Management Program (ECDMP) consists of 5 foundational, incremental projects which will implement

More information

Emerging Trends in SDI.

Emerging Trends in SDI. Emerging Trends in SDI. Jeanne Foust ESRI gsdi 1 Spatial Data Infrastructure TRENDS GIS use continues to rapidly grow. Recognition Of GIS As Critical Infrastructure growing. Alignment of SDI and National

More information

Portal for ArcGIS. Satish Sankaran Robert Kircher

Portal for ArcGIS. Satish Sankaran Robert Kircher Portal for ArcGIS Satish Sankaran Robert Kircher ArcGIS A Complete GIS Data Management Planning & Analysis Field Mobility Operational Awareness Constituent Engagement End to End Integration Collect, Organize,

More information

Leveraging Cloud-Based Mapping Solutions

Leveraging Cloud-Based Mapping Solutions Leveraging Cloud-Based Mapping Solutions GeoAlberta October 28, 2014 Laura Kerssens Safe Software Agenda To the Cloud Using Basic Services Cloud Applications Web Services Cloud-Hosted Databases Real-time

More information

Interoperable Solutions in Web-based Mapping

Interoperable Solutions in Web-based Mapping ISPRS SIPT IGU UCI CIG ACSG Table of contents Table des matières Authors index Index des auteurs Search Recherches Exit Sortir Interoperable Solutions in Web-based Mapping Marta Wojnarowska and Bridget

More information

Fraunhofer FOKUS. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee 31 10589 Berlin, Germany. www.fokus.fraunhofer.

Fraunhofer FOKUS. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee 31 10589 Berlin, Germany. www.fokus.fraunhofer. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee 31 10589 Berlin, Germany www.fokus.fraunhofer.de 1 Identification and Utilization of Components for a linked Open Data Platform

More information

Integrating Linked Open Data into Open Source Web Mapping

Integrating Linked Open Data into Open Source Web Mapping Integrating Linked Open Data into Open Source Web Mapping Wiafe Owusu-Banahene 1,2, Serena Coetzee 1 1 Centre for Geoinformation Science, Department of Geography, Geoinformatics and Meteorology, University

More information

European Forest Information and Communication Platform

European Forest Information and Communication Platform 1 Metadata Model for the European Forest Information and Communication Platform D. Tilsner 1, C. Figueiredo 1, H. Silva 2, B. Chartier 3, J. San-Miguel 4, A. Camia 4, M. Millot 4 1 EDISOFT, S.A., Lisbon,

More information

Evolving Infrastructure: Growth and Evolution of Spatial Portals

Evolving Infrastructure: Growth and Evolution of Spatial Portals Evolving Infrastructure: Growth and Evolution of Spatial Portals Jeanne FOUST, USA, Winnie S.M. TANG, Hong Kong SAR, China and Jan SELWOOD, Japan Key words: GIS, Global, Spatial Infrastructures, Internet/Web,

More information

A Hybrid Architecture for Mobile Geographical Data Acquisition and Validation Systems

A Hybrid Architecture for Mobile Geographical Data Acquisition and Validation Systems A Hybrid Architecture for Mobile Geographical Data Acquisition and Validation Systems Claudio Henrique Bogossian 1, Karine Reis Ferreira 1, Antônio Miguel Vieira Monteiro 1, Lúbia Vinhas 1 1 DPI Instituto

More information

Return on Experience on Cloud Compu2ng Issues a stairway to clouds. Experts Workshop Nov. 21st, 2013

Return on Experience on Cloud Compu2ng Issues a stairway to clouds. Experts Workshop Nov. 21st, 2013 Return on Experience on Cloud Compu2ng Issues a stairway to clouds Experts Workshop Agenda InGeoCloudS SoCware Stack InGeoCloudS Elas2city and Scalability Elas2c File Server Elas2c Database Server Elas2c

More information

HydroDesktop Overview

HydroDesktop Overview HydroDesktop Overview 1. Initial Objectives HydroDesktop (formerly referred to as HIS Desktop) is a new component of the HIS project intended to address the problem of how to obtain, organize and manage

More information

Open Data collection using mobile phones based on CKAN platform

Open Data collection using mobile phones based on CKAN platform Proceedings of the Federated Conference on Computer Science and Information Systems pp. 1191 1196 DOI: 10.15439/2015F128 ACSIS, Vol. 5 Open Data collection using mobile phones based on CKAN platform Katarzyna

More information

Digital Assets Repository 3.0. PASIG User Group Conference Noha Adly Bibliotheca Alexandrina

Digital Assets Repository 3.0. PASIG User Group Conference Noha Adly Bibliotheca Alexandrina Digital Assets Repository 3.0 PASIG User Group Conference Noha Adly Bibliotheca Alexandrina DAR 3.0 DAR manages the full lifecycle of a digital asset: its creation, ingestion, metadata management, storage,

More information

African European Georesources Observation System

African European Georesources Observation System African European Georesources Observation System Spatial Data Infrastructure (SDI) Dr. Andreas Barth, Bernd Torchala Beak, Germany Outline Project Overview AEGOS SDI data / services hardware / software

More information

LinkZoo: A linked data platform for collaborative management of heterogeneous resources

LinkZoo: A linked data platform for collaborative management of heterogeneous resources LinkZoo: A linked data platform for collaborative management of heterogeneous resources Marios Meimaris, George Alexiou, George Papastefanatos Institute for the Management of Information Systems, Research

More information

Institute of Computational Modeling SB RAS

Institute of Computational Modeling SB RAS Institute of Computational Modeling SB RAS ORGANIZATION OF ACCESS TO OBSERVATIONAL DATA USING WEB SERVICES FOR MONITORING SYSTEMS THE STATE OF THE ENVIRONMENT Kadochnikov Aleksey A. Russia, Krasnoyarsk

More information

Esri Maps for Office, SharePoint & Dynamics CRM. Tony Howser Sentha Sivabalan Scott Ball

Esri Maps for Office, SharePoint & Dynamics CRM. Tony Howser Sentha Sivabalan Scott Ball Esri Maps for Office, SharePoint & Dynamics CRM Tony Howser Sentha Sivabalan Scott Ball Agenda Location Analytics Esri Maps for - SharePoint - Office - Dynamics CRM Pricing Road Map Q & A Evolving the

More information

BIG DATA AGGREGATOR STASINOS KONSTANTOPOULOS NCSR DEMOKRITOS, GREECE. Big Data Europe

BIG DATA AGGREGATOR STASINOS KONSTANTOPOULOS NCSR DEMOKRITOS, GREECE. Big Data Europe BIG DATA AGGREGATOR STASINOS KONSTANTOPOULOS NCSR DEMOKRITOS, GREECE Big Data Europe The Big Data Aggregator The Big Data Aggregator: o A general-purpose architecture for processing Big Data o An implementation

More information

MD imap 2.0 THE NEXT GENERATION OF MARYLAND S ENTERPRISE GIS. Esri MUG Conference Baltimore, MD December 3, 2014 http://imap.maryland.

MD imap 2.0 THE NEXT GENERATION OF MARYLAND S ENTERPRISE GIS. Esri MUG Conference Baltimore, MD December 3, 2014 http://imap.maryland. THE NEXT GENERATION OF MARYLAND S ENTERPRISE GIS MD imap 2.0 Matt Sokol, GISP Senior GIS Analyst Maryland Department of Information Technology Geographic Information Office Julia Fischer, GISP Senior GIS

More information

Create a single 360 view of data Red Hat JBoss Data Virtualization consolidates master and transactional data

Create a single 360 view of data Red Hat JBoss Data Virtualization consolidates master and transactional data Whitepaper Create a single 360 view of Red Hat JBoss Data Virtualization consolidates master and transactional Red Hat JBoss Data Virtualization can play diverse roles in a master management initiative,

More information

Visual Analysis of Statistical Data on Maps using Linked Open Data

Visual Analysis of Statistical Data on Maps using Linked Open Data Visual Analysis of Statistical Data on Maps using Linked Open Data Petar Ristoski and Heiko Paulheim University of Mannheim, Germany Research Group Data and Web Science {petar.ristoski,heiko}@informatik.uni-mannheim.de

More information

Managing a Geographic Database From Mobile Devices Through OGC Web Services

Managing a Geographic Database From Mobile Devices Through OGC Web Services Managing a Geographic Database From Mobile Devices Through OGC Web Services Nieves R. Brisaboa 1, Miguel R. Luaces 1, Jose R. Parama 1, and Jose R. Viqueira 2 1 Database Laboratory, University of A Coruña,

More information