The use of Semantic Web Technologies in Spatial Decision Support Systems

Size: px
Start display at page:

Download "The use of Semantic Web Technologies in Spatial Decision Support Systems"

Transcription

1 The use of Semantic Web Technologies in Spatial Decision Support Systems Adam Iwaniak Jaromar Łukowicz Iwona Kaczmarek Marek Strzelecki The INSPIRE Conference 2013, June Wroclaw University of Environmental and Life Sciences Kon-dor

2 How to make GIS systems more intelligent? How to make their interface simpler and more intuitive in use?

3 Add mouse to CAD the 80s Line segment is represented by a pair of points P1 and P2 with coordinates (x1,y1) and (x2,y2)

4 Add RDB How to find buildings that have two floors? graphics in CAD system, attributes in relational databases (Access, Oracle,...), example: MGE, GeoGraphics, AutoCad Map. Features Name_of_feature parcels buidlings roads Buildings Function Nr_storeys id

5 Add topology Spatial queries Select * from Counties where Counties.pop < and Counties are within distance 100 mi of Major Cities; Spatial operator

6 Spatial + RDB The development of technology that stores geometry and attributes in a single database allows to use the mechanisms of RDBMS in GIS. This resolve problems with: multi-user access data protection versioning transactions backup performance data integrity.

7 Use SOA architecture A new dimension of heterogeneity on a global scale A design for PCs with GUIs WFS Server WMS Server WMS Server Catalogue Server Geoportal

8 Maturity of SDI in 2013 Implementation of the ideas from the early 90s, developed in other realities, before Google era Different business model for distributing spatial data Inefficient method of implementing CS-W OGC catalog services OGC standards are not fully compatible with W3C Automatic WPS orchestration is broken 2 milion of GIS users in 2001.

9 Web 2.0 and VGI

10 3D

11 Linked Data Best practices for publishing and connecting structured data on the Web: Use URIs as names for things Use HTTP URIs, so that people can look up those names When someone looks up a URI, provide useful information, using the standards (RDF, SPARQL) Include links to other URIs, so that they can discover more things.

12 A new era of Internet access Android already has been activated on 900 million devices Hugo Barra, Google I/O 2013 Keynote Notes More than half of Internet users in Poland use the Internet via a smartphone, it's four times more than voice a year and ago. touch, 45% no of mouse, Internet users as a reason no for keyboard, buying indicate no big the screen use of maps and GPS, MEC Analytics & Insight People have easier access to smartphones than toilets, Zet Radio

13 Example 1 1. Find the nearest petrol station 2. Find the shortest route between point A and point B 3. Find international hotel in Florence Task does not seem to be difficult to implement when the questions are predefined and the data is stored in one database which model is well known.

14 Example 2 Find a building in Wroclaw that is owned by Adam Iwaniak There are three databases available: administrative boundaries, parcels and their owners and topographic database Classic GIS * 1. Find all parcels in Wroclaw, owned by Adam Iwaniak 2. Find buildings which are located in these parcels 3. Show a list of buildings and their addresses *required inference

15 Possible solutions Creation of specialized software e.g. for mobile apps for searching buildings in Polish cities Tag buildings with a name of the owner - Google The use of Semantic Web technologies Siri is an intelligent personal assistant and knowledge navigator which works as an application for Apple's ios. The application uses a natural language user interface to answer questions, make recommendations, and perform actions by delegating requests to a set of Web services /wikipedia/

16 Semantic Web Technologies and standards that allow machines to understand the semantics of the information on the Web: Ontologies and thesauri Reasoning based on ontologies RDF RDFa RDFS, OWL SPARQL SWRL

17 Metadata expressed in RDFa - annotating html An alternative method of distributing metadata

18 Publication of spatial planning documents using ontology-driven approach, I.Kaczmarek Wednesday, 9:40, room 5

19 Spatial Decision Support System Interactive, computer-based system designed to support a user or a group of users in achieving a higher effectiveness of decision making while solving a semistructured spatial decision problem (Abdullah A., 2005).

20 SDSS to obtain decision on development conditions Issuing the decision about building conditions is possible only in the case of fulfilling the following conditions: 1) at least one adjacent parcel, reachable from the same public road, is built on in a way that the requirements for the new buildings can be defined 2) the parcel has access to a public road 3) the existing or planned utilities are sufficient for the development goal 4) the parcel does not require obtaining a permit for changing the land use type from rural or forested to non-rural and nonforested

21 Architecture of SDSS An alternative method of inference and analysis

22 Tbox - domain ontology

23 SDSS - Abox PostGIS RDF Topology ABox RDF Spatial objects

24 Abox - instances

25 Application ontology

26 SDSS and GIS Knowledge base Reasoner PostGIS

27 Summary of SDSS Similar results can be achieved using GIS system Unfortunately, using GIS is much easier The problem of processing geometry and topology Inference in OWL and SWRL Possibility of integration of data from different sources Rules are described in a formal way - knowledge sharing and knowledge reuse No need to transfer all the information from the geospatial database, the area of analysis can be narrowed.

28 Intelligent Spatial Information Infrastructure Inteligent SII Thesauri Ontology Semantic Web Services CS-W+ Metadata for use SDI WFS WMS WPS CS-W Metadata for discovery GIS dgn GML SHP Oracle MS SQL PostGIS

29 Intelligent Spatial Information Infrastructure Spatial Data Infrastructure Retrieval, publication and access to spatial data WMS, clearing house, CS-W, data set Spatial Information Infrastructure Interpretation of data, analysis and processing Data harmonization, WFS, WPS, XML, GML, XSLT, object oriented Intelligent Spatial Information Infrastructure The ability to understand by humans and computers the data and services across systems significantly facilitating: linking, retrieval and integration of information automated orchestration of geospatial web services inference new facts based on existing ones Semantic interoperability, linked data, ontology, RDF, OWL, object, URI

30 Summary Research on Semantic Web in SDI has a great potential It is conducted by many leading academic centers, but the number of practical solutions is limited However there are attempts to extend existing SDI services with semantic layer, and use a new standard for geospatial data GeoSPARQL Semantic Web can be alternative, but today is in an initial phase of development

31 Summary 1. Change in GIS technologies is required, because: Huge number of naive users Change of the user interface and user experience voice and touch instead of mouse and keyboard Simple interface needs more intelligence behind 2. The popularity of smartphones could be one of the key drivers of research on Semantic Web technologies. 3. Making Open and Machine Readable the New Default for Government Information May 9th, 2013, President`s Obama Executive Order.

32 Thank you for your attention

33 Additional slides for discussion

34 102 hasnr parcel2 contains buidling2 2 hasaddress RDF Sienkiewicza 3 Jan Kowalski area1 hasname Wrocław cd:area1 cd:hasname Wrocław spatial:contains :parcel1 spatial:contains :parcel2 by I. Kaczmarek overlaps parcel1 contains contains building1 hasowner hasaddress Adam Iwaniak Iwaniak 101 Mokra134 cd:parcel1 spatial:contains :building1 cd:hasowner Adam Iwaniak cd:hasnr 101 spatial:overlaps :area1 cd:parcel2 spatial:contains :building2 cd:hasowner Jan Kowalski cd:hasnr 102 cd:building1 cd:hasaddress Mokra 134 cd:building2 cd:hasaddress Sienkiewicza

35 SPARQL query Select all the buildings in Wroclaw which belong to Adam Iwaniak PREFIX cd: spatial: SELECT?building?address WHERE {?parcel cd:hasowner Adam Iwaniak.?parcel spatial:contains?building.?parcel spatial:overlaps?area.?area cd:hasname Wrocław.?building cd:hasaddress?address}. Answer: Building: budynek1, Address: Mokra 134

36 Building ontology in Protege by J.Łukowicz <Ontology :isOwnedBy rdf:resource=" 2.owl#JanKowalski"/> <rdf:type rdf:resource=" 2.owl#Plot"/> <Ontology :overlaps rdf:resource=" 2.owl#building_03"/> </Ontology :SpatialObject> </Ontology :owns> <Ontology :owns rdf:resource=" 2.owl#plot_06"/> <rdf:type rdf:resource=" <rdf:type rdf:resource=" <Ontology :owns rdf:resource=" 2.owl#plot_05"/> <Ontology :owns rdf:resource=" 2.owl#building_03"/> <rdf:type rdf:resource=" 2.owl#Owner"/> <Ontology :owns> <owl:namedindividual rdf:about=" wl#plot_15">

37 Rule in SWRL Building(?building), OwnerOfPlot(?owner), Plot(?plot), iscontainedby(?building,?plot), isownedby(?plot,?owner) -> owns(?owner,?building) SPARQL SELECT?budynek FROM < y owl#> WHERE {?owner rdf:about myont:adamiwaniak.?owner myont:owns?budynek.?budynek myont:islocatedin myont:wroclaw. }

GetLOD - Linked Open Data and Spatial Data Infrastructures

GetLOD - Linked Open Data and Spatial Data Infrastructures GetLOD - Linked Open Data and Spatial Data Infrastructures W3C Linked Open Data LOD2014 Roma, 20-21 February 2014 Stefano Pezzi, Massimo Zotti, Giovanni Ciardi, Massimo Fustini Agenda Context Geoportal

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

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB Product Update Title of Presentation Lorilie Barteski Edmonton, AB Know the audience poll Existing /Pro users Version 6.1 Version 6.0 Version 5.2 or earlier Existing WebMap users Version 6.1 Version 6.0

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 RDF Vocabulary for Spatiotemporal Observation Data Sources

A RDF Vocabulary for Spatiotemporal Observation Data Sources A RDF Vocabulary for Spatiotemporal Observation Data Sources Karine Reis Ferreira 1, Diego Benincasa F. C. Almeida 1, Antônio Miguel Vieira Monteiro 1 1 DPI Instituto Nacional de Pesquisas Espaciais (INPE)

More information

Geospatially Enabling the World: The Convergence of Geospatial and Architectural and Engineering Design

Geospatially Enabling the World: The Convergence of Geospatial and Architectural and Engineering Design Geospatially Enabling the World: The Convergence of Geospatial and Architectural and Engineering Design Geoff Zeiss Director of Technology Autodesk Map Middle East Dubai 2007 1 Overview Geospatial inflection

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

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

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

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

DESIGN SECURITY AND GEO-RIGHTS MANAGEMENT SERVICES IN SPATIAL DATA INFRASTRUCTURE

DESIGN SECURITY AND GEO-RIGHTS MANAGEMENT SERVICES IN SPATIAL DATA INFRASTRUCTURE DESIGN SECURITY AND GEO-RIGHTS MANAGEMENT SERVICES IN SPATIAL DATA INFRASTRUCTURE Tomasz Kubik 1, Witold Paluszyński 1, Bartosz Kopańczyk 2, Adam Iwaniak 3, Paweł Netzel 4 1 Institute of Computer Engineering,

More information

Sustainable Development with Geospatial Information Leveraging the Data and Technology Revolution

Sustainable Development with Geospatial Information Leveraging the Data and Technology Revolution Sustainable Development with Geospatial Information Leveraging the Data and Technology Revolution Steven Hagan, Vice President, Server Technologies 1 Copyright 2011, Oracle and/or its affiliates. All rights

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

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

Deploying a Geospatial Cloud

Deploying a Geospatial Cloud Deploying a Geospatial Cloud Traditional Public Sector Computing Environment Traditional Computing Infrastructure Silos of dedicated hardware and software Single application per silo Expensive to size

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

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

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

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014 County of Los Angeles Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014 CIO Preferred Technologies for GIS This document lists the preferred Geographic

More information

Geospatial Technology Innovations and Convergence

Geospatial Technology Innovations and Convergence Geospatial Technology Innovations and Convergence Processing Big and Fast Data: Best with a Multi-Model Database Steven Hagan Vice President Oracle Database Server Technologies August, 2015 Data Volume

More information

Introduction to the Mapbender OWS Security Proxy

Introduction to the Mapbender OWS Security Proxy Introduction to the Mapbender OWS Security Proxy Arnulf Christl, WhereGroup GmbH & Co. KG, Bonn, Germany 1/16 Agenda 1 Introduction to the Architecture OWS from Bottom Up with the OSGeo SDI Software Stack

More information

GeoMedia Smart Client

GeoMedia Smart Client GEOSPATIAL GeoMedia Smart Client Dynamically Jumpstart Your GIS GeoMedia Smart Client Is your geographic information system (GIS) at a gridlock, stuck in a department, limited to a few, contained and

More information

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben WIS & Engineering Geert-Jan Houben Contents Web Information System (WIS) Evolution in Web data WIS Engineering Languages for Web data XML (context only!) RDF XML Querying: XQuery (context only!) RDFS SPARQL

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

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

Open Source GIS The Future?

Open Source GIS The Future? Open Source GIS The Future? Daniel Morissette DM Solutions Group Inc. Open Source Licensing No licensing costs Unlimited rights to: Use the software View and analyse the source Copy, reuse in other systems

More information

Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo

Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo Expected Outcomes You will learn: Basic concepts related to ontologies Semantic model Semantic web Basic features of RDF and RDF

More information

Leveraging Big Data Technologies to Support Research in Unstructured Data Analytics

Leveraging Big Data Technologies to Support Research in Unstructured Data Analytics Leveraging Big Data Technologies to Support Research in Unstructured Data Analytics BY FRANÇOYS LABONTÉ GENERAL MANAGER JUNE 16, 2015 Principal partenaire financier WWW.CRIM.CA ABOUT CRIM Applied research

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

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

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

gvsig: A GIS desktop solution for an open SDI.

gvsig: A GIS desktop solution for an open SDI. gvsig: A GIS desktop solution for an open SDI. ALVARO ANGUIX1, LAURA DÍAZ1, MARIO CARRERA2 1 IVER Tecnologías de la Información. Valencia, Spain. Tel. +34 96 316 34 00; Fax. +34 96 316 34 00 Email: alvaro.anguix@iver.es

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

Information Technology for KM

Information Technology for KM On the Relations between Structural Case-Based Reasoning and Ontology-based Knowledge Management Ralph Bergmann & Martin Schaaf University of Hildesheim Data- and Knowledge Management Group www.dwm.uni-hildesheim.de

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

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

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

The various steps in the solution approach are presented below.

The various steps in the solution approach are presented below. From Web 1.0 3.0: Is RDF access to RDB enough? Vipul Kashyap, Senior Medical Informatician, Partners Healthcare System, vkashyap1@partners.org Martin Flanagan, CTO, InSilico Discovery, mflanagan@insilicodiscovery.com

More information

Web and Mobile GIS Applications Development

Web and Mobile GIS Applications Development Web and Mobile GIS Applications Development Presented by : Aamir Ali Manager Section Head (GIS Software Customization) Pakistan Space and Upper Atmosphere Research Commission (SUPARCO) Geographical Information

More information

CommonTime Making Business Mobile. Enterprise. CommonTime. Mobile Solutions. mdesign Platform. www.commontime.com

CommonTime Making Business Mobile. Enterprise. CommonTime. Mobile Solutions. mdesign Platform. www.commontime.com Enterprise Mobile Solutions Platform www.commontime.com Platform - Overview All Businesses Are Unique At we understand that no two businesses are the same. We believe that a mobile solution should be designed

More information

The GeoMedia Architecture Advantage. White Paper. April 2002. The GeoMedia Architecture Advantage Page 1

The GeoMedia Architecture Advantage. White Paper. April 2002. The GeoMedia Architecture Advantage Page 1 The GeoMedia Architecture Advantage White Paper April 2002 The GeoMedia Architecture Advantage Page 1 Introduction What is wrong with GIS? GIS is primarily about data not software. Data should be independent

More information

Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach

Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach Rustem Dautov Iraklis Paraskakis Dimitrios Kourtesis South-East European Research Centre International Faculty, The University

More information

Semantic Data Management. Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies

Semantic Data Management. Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies Semantic Data Management Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies 1 Enterprise Information Challenge Source: Oracle customer 2 Vision of Semantically Linked Data The Network of Collaborative

More information

Annotea and Semantic Web Supported Collaboration

Annotea and Semantic Web Supported Collaboration Annotea and Semantic Web Supported Collaboration Marja-Riitta Koivunen, Ph.D. Annotea project Abstract Like any other technology, the Semantic Web cannot succeed if the applications using it do not serve

More information

Integration of location based services for Field support in CRM systems

Integration of location based services for Field support in CRM systems Invited Contribution to GeoInformatics. Deadline September 15, 2001. Integration of location based services for Field support in CRM systems By P. Álvarez, J.A. Bañares, P.R. Muro-Medrano and F.J. Zarazaga

More information

Agenda. What is GIS? GIS and SAP Real Examples

Agenda. What is GIS? GIS and SAP Real Examples Agenda What is GIS? GIS and SAP Real Examples Life Without GIS My Stuff My Paper Maps Features Three Elements of a GIS Attributes What parcels are adjacent to Main Street? Behavior Display Query Analysis

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

Content. What is Metadata Design and Thing Catalogs INSPIRE and digital Geo Data New Requirement: Pragmatics...and the w holy REST.

Content. What is Metadata Design and Thing Catalogs INSPIRE and digital Geo Data New Requirement: Pragmatics...and the w holy REST. Download: http://arnulf.us/publications/the potential of metadata_foss4g 2010.odp http://arnulf.us/publications/the potential of metadata_foss4g 2010.pdf Content Arnulf Christl What is Metadata Design

More information

Oracle Platform GIS & Location-Based Services. Fred Louis Solution Architect Ohio Valley

Oracle Platform GIS & Location-Based Services. Fred Louis Solution Architect Ohio Valley Oracle Platform GIS & Location-Based Services Fred Louis Solution Architect Ohio Valley Overview Geospatial Technology Trends Oracle s Spatial Technologies Oracle10g Locator Spatial Oracle Application

More information

FreeGIS.net, INSPIRE, Open Source Software and OGC standards

FreeGIS.net, INSPIRE, Open Source Software and OGC standards FreeGIS.net, INSPIRE, Open Source Software and OGC standards Workshop: How Open Source / Free Software and Open Standards complement each other in an SDI environment SFScon 13 Free Software Conference

More information

Leveraging Geospatial Information Across the Enterprise: Bentley s Flexible Geospatial Approach

Leveraging Geospatial Information Across the Enterprise: Bentley s Flexible Geospatial Approach Leveraging Geospatial Information Across the Enterprise: Bentley s Flexible Geospatial Approach A Bentley White Paper Gijsbert Noordam Product Manager Nicolas Loubier Senior Product Manager July 2012 www.bentley.com

More information

Semantic Method of Conflation. International Semantic Web Conference Terra Cognita Workshop Oct 26, 2009. Jim Ressler, Veleria Boaten, Eric Freese

Semantic Method of Conflation. International Semantic Web Conference Terra Cognita Workshop Oct 26, 2009. Jim Ressler, Veleria Boaten, Eric Freese Semantic Method of Conflation International Semantic Web Conference Terra Cognita Workshop Oct 26, 2009 Jim Ressler, Veleria Boaten, Eric Freese Northrop Grumman Information Systems Intelligence Systems

More information

Vision. South Pacific GIS/RS Conference 2015 11/17/2015. Applying Geography Everywhere. Applying Geography Everywhere

Vision. South Pacific GIS/RS Conference 2015 11/17/2015. Applying Geography Everywhere. Applying Geography Everywhere South Pacific GIS/RS Conference 2015 Applying Geography Everywhere Jithen (J) Singh Eagle Technology Group Ltd (Esri New Zealand) Suva, Fiji Vision Applying Geography Everywhere 1 GIS Is Evolving A Whole

More information

How To Use Gis

How To Use Gis Welcome Understanding Purpose Creating Relationships You A Global Community of GIS Professionals Changing the World Together Applying Geography Everywhere Your WORK Showcasing Your Web Apps Vision Applying

More information

Advancing Sustainability with Geospatial Steven Hagan, Vice President, Server Technologies João Paiva, Ph.D. Spatial Information and Science

Advancing Sustainability with Geospatial Steven Hagan, Vice President, Server Technologies João Paiva, Ph.D. Spatial Information and Science Advancing Sustainability with Geospatial Steven Hagan, Vice President, Server Technologies João Paiva, Ph.D. Spatial Information and Science Engineering 1 Copyright 2011, Oracle and/or its affiliates.

More information

Ecuadorian Geospatial Linked Data

Ecuadorian Geospatial Linked Data Ecuadorian Geospatial Linked Data Víctor Saquicela 1, Mauricio Espinoza 1, Nelson Piedra 2 and Boris Villazón Terrazas 3 1 Department of Computer Science, Universidad de Cuenca 2 Department of Computer

More information

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@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

Basics on Geodatabases

Basics on Geodatabases Basics on Geodatabases 1 GIS Data Management 2 File and Folder System A storage system which uses the default file and folder structure found in operating systems. Uses the non-db formats we mentioned

More information

Development tools to create Web-GIS applications DbMAP ASJ the best solution to easily publish GIS data from existing spatial databases and distributed GIS data sources Easily designs, produces, and publishes

More information

Best Practice Network for SDI Nature Conservation TECHNOLOGICAL ASPECTS

Best Practice Network for SDI Nature Conservation TECHNOLOGICAL ASPECTS Best Practice Network for SDI Nature Conservation TECHNOLOGICAL ASPECTS Authors: Giorgio Saio, Carmelo Attardo Maria Cabello Giacomo Martirano Andrea Fiduccia, Stefano Turcato, Alina Kmiecik Monica De

More information

Introduction to Geospatial Web Services

Introduction to Geospatial Web Services Geospatial Web Services Introduction to Geospatial Web Services An introduction and inventory of geospatial web services and their importance to interoperability in the geospatial domain. vers. 20100604

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

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

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

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

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

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

D.5.2: Metadata catalogue for drought information

D.5.2: Metadata catalogue for drought information Project start date: 01 May 2009 Acronym: EuroGEOSS Project title: EuroGEOSS, a European Theme: FP7-ENV-2008-1: Environment (including climate change) Theme title: ENV.2008.4.1.1.1: European Environment

More information

Leveraging Geospatial Information Across the Enterprise: Bentley s Flexible Geospatial Approach

Leveraging Geospatial Information Across the Enterprise: Bentley s Flexible Geospatial Approach Leveraging Geospatial Information Across the Enterprise: Bentley s Flexible Geospatial Approach A Bentley White Paper Gijsbert Noordam Senior Consultant, Geospatial Center of Excellence www.bentley.com

More information

Task AR-09-01a Progress and Contributions

Task AR-09-01a Progress and Contributions Doug Nebert, POC U.S. Geological Survey ddnebert@usgs.gov March 2010 Task AR-09-01a Progress and Contributions Background and scope for AR-09-01a This Task defines the minimum, common technical capabilities

More information

Oracle8i Spatial: Experiences with Extensible Databases

Oracle8i Spatial: Experiences with Extensible Databases Oracle8i Spatial: Experiences with Extensible Databases Siva Ravada and Jayant Sharma Spatial Products Division Oracle Corporation One Oracle Drive Nashua NH-03062 {sravada,jsharma}@us.oracle.com 1 Introduction

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

Spatial data models (types) Not taught yet

Spatial data models (types) Not taught yet Spatial data models (types) Not taught yet A new data model in ArcGIS Geodatabase data model Use a relational database that stores geographic data A type of database in which the data is organized across

More information

USING SDI AND WFS FOR QUALITY ASSURANCE ON FIELD DATA COLLECTION

USING SDI AND WFS FOR QUALITY ASSURANCE ON FIELD DATA COLLECTION USING SDI AND WFS FOR QUALITY ASSURANCE ON FIELD DATA COLLECTION Mohammad Hosseinpour 1, Ali Asghar Alesheikh 2, Majid Hamrah 2 1 GIS M.Sc student at KNT University of Technology Hosseinpour. - mhp@gmail.com

More information

Secure and Semantic Web of Automation

Secure and Semantic Web of Automation Secure and Semantic Web of Automation Wolfgang Kastner 1, Andreas Fernbach 1, Wolfgang Granzer 2 1 Technische Universität Wien 2 NETxAutomation Software GmbH Automation Systems Group Computer Engineering/Software

More information

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

A Web Service based U.S. Cropland Visualization, Dissemination and Querying System

A Web Service based U.S. Cropland Visualization, Dissemination and Querying System A Web Service based U.S. Cropland Visualization, Dissemination and Querying System Rick Mueller, Zhengwei Yang, and Dave Johnson USDA/National Agricultural Statistics Service Weiguo Han and Liping Di GMU/Center

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

gvsig Mobile: gvsig goes Mobile Amelia del Rey Prodevelop gvsig Team adelrey@prodevelop.es

gvsig Mobile: gvsig goes Mobile Amelia del Rey Prodevelop gvsig Team adelrey@prodevelop.es gvsig Mobile: gvsig goes Mobile Amelia del Rey Prodevelop gvsig Team adelrey@prodevelop.es Agenda Introduction New functionalities Conclusion Demo Introduction Company profile Spanisn company (Valencia)

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

Core Enterprise Services, SOA, and Semantic Technologies: Supporting Semantic Interoperability

Core Enterprise Services, SOA, and Semantic Technologies: Supporting Semantic Interoperability Core Enterprise, SOA, and Semantic Technologies: Supporting Semantic Interoperability in a Network-Enabled Environment 2011 SOA & Semantic Technology Symposium 13-14 July 2011 Sven E. Kuehne sven.kuehne@nc3a.nato.int

More information

How To Write An Inspire Directive

How To Write An Inspire Directive INSPIRE Infrastructure for Spatial Information in Europe Detailed definitions on the INSPIRE Network Services Title Detailed definitions on the INSPIRE Network Services Creator Date 2005-07-22 Subject

More information

Horizontal IoT Application Development using Semantic Web Technologies

Horizontal IoT Application Development using Semantic Web Technologies Horizontal IoT Application Development using Semantic Web Technologies Soumya Kanti Datta Research Engineer Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Challenges

More information

Big Data for Official Statistics Processing Big and Fast Data Optimizing Results with a Multi-Model Database

Big Data for Official Statistics Processing Big and Fast Data Optimizing Results with a Multi-Model Database Big Data for Official Statistics Processing Big and Fast Data Optimizing Results with a Multi-Model Database Steven Hagan Vice President Oracle Database Server Technologies October, 2015 Global Digital

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

How To Create A Web Of Knowledge From Data And Content In A Web Browser (Web)

How To Create A Web Of Knowledge From Data And Content In A Web Browser (Web) Semantic Technologies: Linked Data and OER Opening and linking the data and content silos, to leverage the knowledge capital represented by our OER repositories Edmundo Tovar (UPM etovar@fi.upm.es ) Nelson

More information

Industry 4.0 and Big Data

Industry 4.0 and Big Data Industry 4.0 and Big Data Marek Obitko, mobitko@ra.rockwell.com Senior Research Engineer 03/25/2015 PUBLIC PUBLIC - 5058-CO900H 2 Background Joint work with Czech Institute of Informatics, Robotics and

More information

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps Presented by: Mike Sharp State Geographic Information Coordinator Oklahoma Office of Geographic Information MAGIC 2014 Symposium April 28-May1,

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 rpj@igeo.pt Abstract Portugal was one of the SDI pioneers in the beginning

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

Oracle Spatial and Graph. Jayant Sharma Director, Product Management

Oracle Spatial and Graph. Jayant Sharma Director, Product Management Oracle Spatial and Graph Jayant Sharma Director, Product Management Agenda Oracle Spatial and Graph Graph Capabilities Q&A 2 Oracle Spatial and Graph Complete Open Integrated Most Widely Used 3 Open and

More information

Using CAD Data in ArcGIS

Using CAD Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 27, 2012 Using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support Using CAD Datasets

More information

Graph Database Performance: An Oracle Perspective

Graph Database Performance: An Oracle Perspective Graph Database Performance: An Oracle Perspective Xavier Lopez, Ph.D. Senior Director, Product Management 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Program Agenda Broad Perspective

More information

GIS Databases With focused on ArcSDE

GIS Databases With focused on ArcSDE Linköpings universitet / IDA / Div. for human-centered systems GIS Databases With focused on ArcSDE Imad Abugessaisa g-imaab@ida.liu.se 20071004 1 GIS and SDBMS Geographical data is spatial data whose

More information

PROJECT ONEMAP. Gunnar Misund, Østfold University College, Norway

PROJECT ONEMAP. Gunnar Misund, Østfold University College, Norway PROJECT ONEMAP Background Objectives Project Profile Distributed Geodata Management Current Status Remarks Gunnar Misund Associate Professor Head of Environmental Computing - Knut-Erik Johnsen Master Student

More information

Green Move Web Viewer: critical issues and implementation

Green Move Web Viewer: critical issues and implementation GIT Geology and Information Technology 8a Riunione del Gruppo di Geologia informatica Sezione della Società Geologica Italiana Chiavenna, 17-19 giugno 2013 Polo Territoriale di Como Laboratorio di Geomatica

More information

From Geoportal to Spatial Data Service Platform. Jani Kylmäaho National Land Survey of Finland Development Centre

From Geoportal to Spatial Data Service Platform. Jani Kylmäaho National Land Survey of Finland Development Centre From Geoportal to Spatial Data Service Platform Jani Kylmäaho National Land Survey of Finland Development Centre 29.6.2012 Introduction National Land Survey of Finland - 1900 employees Development Centre

More information

Centre for EcologicalNoosphere Studies NAS RA CENS

Centre for EcologicalNoosphere Studies NAS RA CENS SCOPES 2009-2012 Scientific Co-operation between Eastern Europe and Switzerland Accessing Armenian Environmental data through CENS Spatial Data Infrastructure Centre for EcologicalNoosphere Studies NAS

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