GeoQuery Tool to Pose Spatial Queries over the Web

Size: px
Start display at page:

Download "GeoQuery Tool to Pose Spatial Queries over the Web"

Transcription

1 GeoQuery Tool to Pose Spatial Queries over the Web Nancy Wiegand Space Science and Engineering Center University of Wisconsin Madison Geospatial Semantics June 2014

2 Querying Linked Data (RDF) Information is Stored as Triples Subject Predicate Object Subject Predicate Object (Karmy s Airport) is a type of airport (Karmy s Airport) has label Karmy s Airport etc. RDF is queried using the W3C query language called SPARQL. GeoSPARQL adds spatial operators. Wiegand Geospatial Summit April 2014

3 Uniform Resource Identifiers (URIs) Subject Predicate Object Subject Predicate Object Karmy s Airport etc. Wiegand Geospatial Summit April 2014

4 GeoSPARQL Query language for geospatial RDF systems Specification approved by Open Geospatial Consortium (OGC) Technical Committee GeoSPARQL queries allow spatial processing and indexing over Semantic Web datasets (Dave Kolas) SELECT?m WHERE {?p a ex:park; geo:hasgeometry?pgeo.?m a ex:monument; geo:hasgeometry?mgeo.?mgeo geo:sfwithin?pgeo. } Find all Monuments within Parks. (? Denotes a variable)

5 Developed by Professor Ralph Grove at James Madison University with funds from our NSF INTEROP Grant (idea from Professor James Wilson, JMU) Videos Tool for posing GeoSPARQL queries Can perform spatial operations over the Web

6 Uses Parliament s implementation of GeoSPARQL (triple store)

7 Spatial Relationships

8 A query with one feature Find all airports

9 Select Feature Type airportpoint

10 Select Property for airportpoint

11 Type in airport List of airports Spatial results

12 Click on Karmy s Airport to select it, Choose Buffer, See result

13 A query with two features Find the county Karmy s Airport is in

14 Find the county Karmy s Airport is in

15 For Feature 2, Find Karmy s Airport Typing just Kar in the text box finds Karmy s Airport Wiegand Geospatial Semantics 2014

16 Choose SF:Contains to get county containing Karmy s Airport Shenandoah is listed and turns a different color on the map

17 GeoSPARQL Query Find the county name for Karmy s airport: (? Denotes a variable) SELECT?countyName WHERE {?county rdf:type cegis:countyorequivalent.?county rdfs:label?countyname.?county geo:hasgeometry?countygeometry.?countygeometry geo:aswkt?countywkt.?airport rdf:type cegis:airportpoint.?airport rdfs:label Karmy s Airport.?airport hasgeometry?airportgeometry.?airportgeometry geo:aswkt?airportwkt. } FILTER (geof:sfcontains(?countywkt,?airportwkt)).

18 From the GeoSPARQL User Guide Dave Kolas and Robert Battle Spatial Object A feature can have multiple geometries with this model. Feature hasgeometry Geometry

19 Summary: GeoQuery Tool Allows easy querying over the Web for spatial data in RDF format because SPARQL/GeoSPARQL syntax is avoided Geospatial Semantic Web

20 Land Use Code Demo With much appreciation to Tommy Jasmin (SSEC)! (who helped REU students Alec Anderson and Coda Phillips)

21

22

23 Thank you! Nancy Wiegand Geospatial Semantics June 2014

Geospatial Semantics for Topographic Data

Geospatial Semantics for Topographic Data Geospatial Semantics for Topographic Data E. Lynn Usery U.S. Geological Survey Abstract. Whereas The National Map of the U.S. Geological Survey is based on data models and processes of geographic information

More information

GeomRDF : A Geodata Converter with a Fine-Grained Structured Representation of Geometry in the Web

GeomRDF : A Geodata Converter with a Fine-Grained Structured Representation of Geometry in the Web GeomRDF : A Geodata Converter with a Fine-Grained Structured Representation of Geometry in the Web Fayçal Hamdi 1 Nathalie Abadie 2 Bénédicte Bucher 2 Abdelfettah Feliachi 2 1 ISID TEAM, CEDRIC Lab Conservatoire

More information

Design and Development of Linked Data from The National Map. E. Lynn Usery and Dalia Varanka.

Design and Development of Linked Data from The National Map. E. Lynn Usery and Dalia Varanka. Design and Development of Linked Data from The National Map E. Lynn Usery and Dalia Varanka usery@usgs.gov; dvaranka@usgs.gov Abstract The development of linked data on the World-Wide Web provides the

More information

FINNISH LINKED DATA PILOTS

FINNISH LINKED DATA PILOTS FINNISH LINKED DATA PILOTS Kai Koistinen Data Linking by Indirect Reference Systems -workshop 5.9.2018 1 NLS FINLAND National Land Survey of Finland National mapping and cadastral agency Geodetic research

More information

GeoVoID: Geospatial Dataset Discovery in the Semantic Web

GeoVoID: Geospatial Dataset Discovery in the Semantic Web GeoVoID: Geospatial Dataset Discovery in the Semantic Web GeoVoCamp Madison, WI June 2, 2014 Todd Pehle 1 Agenda Motivation for GeoVoID Introduction to VoID Vocabulary GeoVoID Vocabulary Application of

More information

Publishing Value Added EO Products as Linked Data

Publishing Value Added EO Products as Linked Data Publishing Value Added EO Products as Linked Data Massimo Zotti Head of Government & Security SBU, Planetek Italia Pkm002-02-8.2 Planetek Group Roma Bari Athens 2 Key Numbers year 1994 Planetek Group SME

More information

Incomplete Information in RDF

Incomplete Information in RDF Incomplete Information in RDF Charalampos Nikolaou and Manolis Koubarakis charnik@di.uoa.gr koubarak@di.uoa.gr Department of Informatics and Telecommunications National and Kapodistrian University of Athens

More information

Discovering Spatial and Temporal Links among RDF Data Panayiotis Smeros and Manolis Koubarakis

Discovering Spatial and Temporal Links among RDF Data Panayiotis Smeros and Manolis Koubarakis Discovering Spatial and Temporal Links among RDF Data Panayiotis Smeros and Manolis Koubarakis WWW2016 Workshop: Linked Data on the Web (LDOW2016) April 12, 2016 - Montréal, Canada Outline Introduction

More information

DEKDIV: A Linked-Data-Driven Web Portal for Learning Analytics Data Enrichment, Interactive Visualization, and Knowledge Discovery

DEKDIV: A Linked-Data-Driven Web Portal for Learning Analytics Data Enrichment, Interactive Visualization, and Knowledge Discovery DEKDIV: A Linked-Data-Driven Web Portal for Learning Analytics Data Enrichment, Interactive Visualization, and Knowledge Discovery Yingjie Hu, Grant McKenzie, Jiue-An Yang, Song Gao, Amin Abdalla, and

More information

A Gazetteer for biodiversity data as a linked open data solution

A Gazetteer for biodiversity data as a linked open data solution Universidade de São Paulo Biblioteca Digital da Produção Intelectual - BDPI Departamento de Ciências de Computação - ICMC/SCC Comunicações em Eventos - ICMC/SCC 2014-06 A Gazetteer for biodiversity data

More information

Spatial Data on the Web Working Group. Geospatial RDA P9 Barcelona, 5 April 2017

Spatial Data on the Web Working Group. Geospatial RDA P9 Barcelona, 5 April 2017 Spatial Data on the Web Working Group Geospatial IG @ RDA P9 Barcelona, 5 April 2017 Spatial Data on the Web Joint effort of the World Wide Web Consortium (W3C) and the Open Geospatial Consortium (OGC)

More information

Semantic GIS GeoSPARQL

Semantic GIS GeoSPARQL Semantic GIS GeoSPARQL Michal Med michal.med@fel.cvut.cz December 20, 2018 Michal Med (michal.med@fel.cvut.cz) Semantic GIS GeoSPARQL December 20, 2018 1 / 47 Outline 1 WTF is GIS?? 2 Usage of GIS 3 Linked

More information

A Spatial Decision Support System for Tourism Land Use Planning.

A Spatial Decision Support System for Tourism Land Use Planning. INTERNATIONAL JOURNAL OF REAL ESTATE AND LAND PLANNING VOL.1 (2018) eissn 2623-4807 A Spatial Decision Support System for Tourism Land Use Planning. Miltiades Lazoglou a, Demos C. Angelides b a Town and

More information

Towards a Web application for viewing Spatial Linked Open Data of Rotterdam

Towards a Web application for viewing Spatial Linked Open Data of Rotterdam Towards a Web application for viewing Spatial Linked Open Data of Rotterdam Godelief Abhilakh Missier Msc Geomatics for the Built Environment P5 presentation 22-06-2015 Challenge the future 1 Content 1.

More information

Geospatial data integration and visualisation using Linked Data

Geospatial data integration and visualisation using Linked Data Geospatial data integration and visualisation using Linked Data Weiming Huang weiming.huang@nateko.lu.se Ali Mansourian ali.mansourian@nateko.lu.se Lars Harrie lars.harrie@nateko.lu.se Abstract Geospatial

More information

Dynamic Ontology Service for Historical Persons and Places Based on Crowdsourcing

Dynamic Ontology Service for Historical Persons and Places Based on Crowdsourcing Dynamic Ontology Service for Historical Persons and Places Based on Crowdsourcing 22.1.2016, COST RRL WG2 Workshop Jouni Tuominen Semantic Computing Research Group (SeCo), http://seco.cs.aalto.fi, Aalto

More information

Exploring Visualization of Geospatial Ontologies Using Cesium

Exploring Visualization of Geospatial Ontologies Using Cesium Exploring Visualization of Geospatial Ontologies Using Cesium Abhishek V. Potnis, Surya S. Durbha Centre of Studies in Resources Engineering, Indian Institue of Technology Bombay, India abhishekvpotnis@iitb.ac.in,

More information

Some of the underlying goals of the GIS Library are to:

Some of the underlying goals of the GIS Library are to: 1 2001 It was born out of the recognition that several of the regions prominent resource management agencies have similar, if not shared, requirements for GIS data. Some of the underlying goals of the

More information

SPARQL Formalization

SPARQL Formalization SPARQL Formalization Marcelo Arenas, Claudio Gutierrez, Jorge Pérez Department of Computer Science Pontificia Universidad Católica de Chile Universidad de Chile Center for Web Research http://www.cwr.cl

More information

The Role of Metadata and Semantic Web in SDI - selected issues

The Role of Metadata and Semantic Web in SDI - selected issues The Role of Metadata and Semantic Web in SDI - selected issues Adam Iwaniak Wroclaw University of Environmental and Life Sciences Kon-dor s.c. 8th Cartography and Geoinformation Conference, Zagreb 2012

More information

Leveraging Semantic Web Techniques to Gain Situational Awareness

Leveraging Semantic Web Techniques to Gain Situational Awareness Wright State University CORE Scholar Kno.e.sis Publications The Ohio Center of Excellence in Knowledge- Enabled Computing (Kno.e.sis) 11-14-2007 Leveraging Semantic Web Techniques to Gain Situational Awareness

More information

SPARQL Extensions and Outlook

SPARQL Extensions and Outlook SPARQL Extensions and Outlook Axel Polleres 1 1 DERI Galway, National University of Ireland, Galway axel.polleres@deri.org European Semantic Web Conference 2007 A. Polleres SPARQL Extensions and Outlook

More information

Semantic Web SPARQL. Gerd Gröner, Matthias Thimm. July 16,

Semantic Web SPARQL. Gerd Gröner, Matthias Thimm. July 16, Semantic Web SPARQL Gerd Gröner, Matthias Thimm {groener,thimm}@uni-koblenz.de Institute for Web Science and Technologies (WeST) University of Koblenz-Landau July 16, 2013 Gerd Gröner, Matthias Thimm Semantic

More information

Linked Open Data From OGC Compliant Web Services: The Case of Regione Emilia - Romagna Geoportal

Linked Open Data From OGC Compliant Web Services: The Case of Regione Emilia - Romagna Geoportal Linked Open Data From OGC Compliant Web Services: The Case of Regione Emilia - Romagna Geoportal Inspire Conference Florence 26/06/2013 Giovanni Ciardi (Regione Emilia-Romagna) Alfredo Abrescia (Planetek

More information

Towards knowledge-based integration and visualization of geospatial data using Semantic Web technologies *

Towards knowledge-based integration and visualization of geospatial data using Semantic Web technologies * Towards knowledge-based integration and visualization of geospatial data using Semantic Web technologies * Weiming Huang GIS Centre, Lund University, Lund, Sweden weiming.huang@nateko.lu.se Abstract. Geospatial

More information

Question Answering on Statistical Linked Data

Question Answering on Statistical Linked Data Question Answering on Statistical Linked Data AKSW Colloquium paper presentation Konrad Höffner Universität Leipzig, AKSW/MOLE, PhD Student 2015-2-16 1 / 18 1 2 3 2 / 18 Motivation Statistical Linked Data

More information

THE WASHINGTON COASTAL ATLAS

THE WASHINGTON COASTAL ATLAS THE ICAN COASTAL ATLAS MEDIATOR PROTOTYPE AND CONNECTING THE WASHINGTON COASTAL ATLAS Liz O Dea 1, Yassine Lassoued 2, Tanya Haddad 3, Declan Dunne 2 1 GIS Services Unit, WA State Dept. of Ecology 2 Coastal

More information

IDBE. Common conceptual framework and roadmap of collaboration in Spatial Standards for the Digital Built Environment

IDBE. Common conceptual framework and roadmap of collaboration in Spatial Standards for the Digital Built Environment IDBE Common conceptual framework and roadmap of collaboration in Spatial Standards for the Digital Built Environment GeoBIM: 3D GIS in China Mei Xue: In my opinion, what matters most in the integration

More information

Comparing Vocabularies for Representing Geographical Features and Their Geometry

Comparing Vocabularies for Representing Geographical Features and Their Geometry Comparing Vocabularies for Representing Geographical Features and Their Geometry Ghislain Auguste Atemezing, Raphaël Troncy EURECOM, Sophia Antipolis, France, {auguste.atemezing, raphael.troncy}@eurecom.fr

More information

WEB MAP SERVICE (WMS) FOR GEOLOGICAL DATA GEORGE TUDOR

WEB MAP SERVICE (WMS) FOR GEOLOGICAL DATA GEORGE TUDOR WEB MAP SERVICE (WMS) FOR GEOLOGICAL DATA GEORGE TUDOR WEB MAP SERVICE (WMS) - GENERALITIES Projects with data from different sources Geological data are in different GIS software format Large amount of

More information

Spatial analysis in XML/GML/SVG based WebGIS

Spatial analysis in XML/GML/SVG based WebGIS Spatial analysis in XML/GML/SVG based WebGIS Haosheng Huang, Yan Li huang@cartography.tuwien.ac.at and yanli@scnu.edu.cn Research Group Cartography, Vienna University of Technology Spatial Information

More information

Geospatial Ontology Trade Study

Geospatial Ontology Trade Study Ontology for the Intelligence Community (OIC-2007) November 28-29, 2007 Columbia, Maryland Geospatial Ontology Trade Study James Ressler 1, Mike Dean 2 1 a james.ressler@ngc.com Northrop Grumman Corporation

More information

Regional GIS Initiatives Geospatial Technology Center

Regional GIS Initiatives Geospatial Technology Center Regional GIS Initiatives Geospatial Technology Center Mr. Bobby Lear GIS Coordinator St. James Parish & Dr. Balaji Ramachandran Contractors Educational Trust Fund Endowed Professor Geomatics Program, Department

More information

Applying the Semantic Web to Computational Chemistry

Applying the Semantic Web to Computational Chemistry Applying the Semantic Web to Computational Chemistry Neil S. Ostlund, Mirek Sopek Chemical Semantics Inc., Gainesville, Florida, USA {ostlund, sopek}@chemicalsemantics.com Abstract. Chemical Semantics

More information

From the Venice Lagoon Atlas towards a collaborative federated system

From the Venice Lagoon Atlas towards a collaborative federated system From the Venice Lagoon Atlas towards a collaborative federated system City of Venice Alessandro Mulazzani CORILA Consortium for Coordination of Research Activities Concerning the Venice Lagoon System ISMAR-CNR

More information

The National Map Data Delivery Services

The National Map Data Delivery Services The National Map Data Delivery Services U.S. Department of the Interior U.S. Geological Survey April 2015 Jim Langtry jlangtry@usgs.gov Topics for Today The National Map Delivery Services The National

More information

S. Nativi*, J. Caron^ and B. Domenico^ * University of Florence at Prato Piazza Ciardi, Prato Italy

S. Nativi*, J. Caron^ and B. Domenico^ * University of Florence at Prato Piazza Ciardi, Prato Italy NcML-G ML : encoding NetCDF datasets using GML S. Nativi*, J. Caron^ and B. Domenico^ * University of Florence at Prato Piazza Ciardi, 25 59100 Prato Italy stefano.nativi@pin.unifi.it ^ Unidata Program

More information

Querying for Provenance, Trust, Uncertainty and other Meta Knowledge in RDF 1

Querying for Provenance, Trust, Uncertainty and other Meta Knowledge in RDF 1 Querying for Provenance, Trust, Uncertainty and other Meta Knowledge in RDF 1 Renata Dividino a, Sergej Sizov a, Steffen Staab a, Bernhard Schueler a a ISWeb - Information Systems and Semantic Web University

More information

An Ontology-based Framework for Modeling Movement on a Smart Campus

An Ontology-based Framework for Modeling Movement on a Smart Campus An Ontology-based Framework for Modeling Movement on a Smart Campus Junchuan Fan 1, Kathleen Stewart 1 1 Department of Geographical and Sustainability Sciences, University of Iowa, Iowa City, IA, 52242,

More information

Approximation and Relaxation of Semantic Web Path Queries

Approximation and Relaxation of Semantic Web Path Queries *Manuscript Click here to view linked References Approximation and Relaxation of Semantic Web Path Queries Alexandra Poulovassilis a, Petra Selmer a, Peter T. Wood a a Knowledge Lab, Department of Computer

More information

BIM Building Information Modelling/Management

BIM Building Information Modelling/Management 1 BIM Building Information Modelling/Management Outline What is the Industry Foundation Classes? Background Schema Domains What is the Information Delivery Manual? 2 Managing Data Requirements The Information

More information

Flexible Querying for SPARQL

Flexible Querying for SPARQL Flexible Querying for SPARQL Andrea Calì 1,2, Riccardo Frosini 1, Alexandra Poulovassilis 1, Peter T. Wood 1 1 Dept. of Computer Science and Inf. Systems, Birkbeck University of London, UK 2 Oxford-Man

More information

OGC Environmental Data Interoperability Experiments

OGC Environmental Data Interoperability Experiments December 17 OGC Environmental Data IEs PAGE 1 OGC Environmental Data Interoperability Experiments Alistair Ritchie Research Data Architect/Engineer Manaaki Whenua Landcare Research December 17 MANAAKI

More information

Development of an On-Line Interactive GIS Map 1995 OAS Geology Field Trip in NE Oklahoma

Development of an On-Line Interactive GIS Map 1995 OAS Geology Field Trip in NE Oklahoma Development of an On-Line Interactive GIS Map 1995 OAS Geology Field Trip in NE Oklahoma JODIE MURRAY BURNS NORTHWEST ARKANSAS COMMUNITY COLLEGE, ROGERS, ARKANSAS FALL 2015 INDEPENDENT STUDY PROJECT PROFESSOR:

More information

INTEGRATING GIS AND BIM FOR COMMUNITY BUILDING ENERGY DESIGN. Yunpiao Bai. B.E.s., The University of Waterloo, 2014

INTEGRATING GIS AND BIM FOR COMMUNITY BUILDING ENERGY DESIGN. Yunpiao Bai. B.E.s., The University of Waterloo, 2014 INTEGRATING GIS AND BIM FOR COMMUNITY BUILDING ENERGY DESIGN by Yunpiao Bai B.E.s., The University of Waterloo, 2014 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER

More information

ADDING METADATA TO MAPS AND STYLED LAYERS TO IMPROVE MAP EFFICIENCY

ADDING METADATA TO MAPS AND STYLED LAYERS TO IMPROVE MAP EFFICIENCY ADDING METADATA TO MAPS AND STYLED LAYERS TO IMPROVE MAP EFFICIENCY B. Bucher, S. Mustière, L. Jolivet, J. Renard IGN-COGIT, Saint Mandé, France Introduction Standard APIs to visualise geodata on information

More information

Data Conversion to I3S for 3D Modeling from CityGML. Christian Dahmen (con terra GmbH) Satish Sankaran (Esri)

Data Conversion to I3S for 3D Modeling from CityGML. Christian Dahmen (con terra GmbH) Satish Sankaran (Esri) Data Conversion to I3S for 3D Modeling from CityGML Christian Dahmen (con terra GmbH) Satish Sankaran (Esri) 3D Across the ArcGIS Platform Manage Multiscale 3D Models 3D Geodesign ArcGIS for 3D Cities

More information

OGC Environmental Data Standards for Monitoring and Mapping. Alistair Ritchie Research Data Architect/Engineer Informatics Team

OGC Environmental Data Standards for Monitoring and Mapping. Alistair Ritchie Research Data Architect/Engineer Informatics Team MANAAKI WH ENUA L ANDCARE RES EARCH OGC Environmental Data Standards for Monitoring and Mapping Alistair Ritchie Research Data Architect/Engineer Informatics Team April 18 MANAAKI WH ENUA L ANDCARE RES

More information

Abstracts for the Workshop on Semantics in Geospatial Architectures: Applications and Implementation

Abstracts for the Workshop on Semantics in Geospatial Architectures: Applications and Implementation Abstracts for the Workshop on Semantics in Geospatial Architectures: Applications and Implementation 28-29 October 2013 Pyle Center, University of Wisconsin-Madison (Abstracts, listed alphabetically by

More information

Environmental Chemistry through Intelligent Atmospheric Data Analysis (EnChIlADA): A Platform for Mining ATOFMS and Other Atmospheric Data

Environmental Chemistry through Intelligent Atmospheric Data Analysis (EnChIlADA): A Platform for Mining ATOFMS and Other Atmospheric Data Environmental Chemistry through Intelligent Atmospheric Data Analysis (EnChIlADA): A Platform for Mining ATOFMS and Other Atmospheric Data Katie Barton, John Choiniere, Melanie Yuen, and Deborah Gross

More information

5A.10 A GEOSPATIAL DATABASE AND CLIMATOLOGY OF SEVERE WEATHER DATA

5A.10 A GEOSPATIAL DATABASE AND CLIMATOLOGY OF SEVERE WEATHER DATA 5A.10 A GEOSPATIAL DATABASE AND CLIMATOLOGY OF SEVERE WEATHER DATA Steve Ansari * and Stephen Del Greco NOAA National Climatic Data Center, Asheville, North Carolina Mark Phillips University of North Carolina

More information

Assessing the Robustness of Web Feature Services Necessary to Satisfy the Requirements of Coastal Management

Assessing the Robustness of Web Feature Services Necessary to Satisfy the Requirements of Coastal Management Assessing the Robustness of Web Feature Services Necessary to Satisfy the Requirements of Coastal Management Jennifer Bauer M.S. Geography GISci Certificate June 4, 2012 Presentation Outline!! Background

More information

Chesapeake Bay Program s New Land Cover Map (and some other neat stuff)

Chesapeake Bay Program s New Land Cover Map (and some other neat stuff) Chesapeake Bay Program s New Land Cover Map (and some other neat stuff) Cassandra Pallai Geospatial Project Manager Chesapeake Conservancy December 6, 2016 Potomac Watershed Partnership Chesapeake Conservancy

More information

DARIAH Geo-Browser. Service for spa-o- temporal visualisa-on. Stefan E. Funk, Ubbo Veentjer, Stefan Schmunk State and University Library (SUB)

DARIAH Geo-Browser. Service for spa-o- temporal visualisa-on. Stefan E. Funk, Ubbo Veentjer, Stefan Schmunk State and University Library (SUB) DARIAH Geo-Browser Service for spa-o- temporal visualisa-on Stefan E. Funk, Ubbo Veentjer, Stefan Schmunk Gö@ngen State and University Library (SUB) de.dariah.eu DARIAH Geo- Browser Overview 30.07.2014

More information

4CitySemantics. GIS-Semantic Tool for Urban Intervention Areas

4CitySemantics. GIS-Semantic Tool for Urban Intervention Areas 4CitySemantics GIS-Semantic Tool for Urban Intervention Areas Nuno MONTENEGRO 1 ; Jorge GOMES 2 ; Paulo URBANO 2 José P. DUARTE 1 1 Faculdade de Arquitectura da Universidade Técnica de Lisboa, Rua Sá Nogueira,

More information

Basic Dublin Core Semantics

Basic Dublin Core Semantics Basic Dublin Core Semantics DC 2006 Tutorial 1, 3 October 2006 Marty Kurth Head of Metadata Services Cornell University Library Getting started Let s introduce ourselves Let s discuss our expectations

More information

INVESTIGATING GEOSPARQL REQUIREMENTS FOR PARTICIPATORY URBAN PLANNING

INVESTIGATING GEOSPARQL REQUIREMENTS FOR PARTICIPATORY URBAN PLANNING INVESTIGATING GEOSPARQL REQUIREMENTS FOR PARTICIPATORY URBAN PLANNING E. Mohammadi a, *, A. J.S. Hunter a a Geomatics Department, Schulich School of Engineering, University of Calgary, Calgary, T2N 1N4,

More information

On Redundancy in Linked Geospatial Data

On Redundancy in Linked Geospatial Data On Redundancy in Linked Geospatial Data Michael Sioutis 1, Sanjiang Li 2, and Jean-François Condotta 1 1 CRIL CNRS UMR 8188, Université d Artois, Lens, France {sioutis,condotta}@cril.fr 2 QCIS, University

More information

A Model of GIS Interoperability Based on JavaRMI

A Model of GIS Interoperability Based on JavaRMI A Model of GIS Interoperability Based on Java Gao Gang-yi 1 Chen Hai-bo 2 1 Zhejiang University of Finance & Economics, Hangzhou 310018, China 2 College of Computer Science and Technology, Zhejiang UniversityHangzhou

More information

Annotation algebras for RDFS

Annotation algebras for RDFS University of Edinburgh Semantic Web in Provenance Management, 2010 RDF definition U a set of RDF URI references (s, p, o) U U U an RDF triple s subject p predicate o object A finite set of triples an

More information

Beyond points: How to turn SMW into a complete Geographic Information System

Beyond points: How to turn SMW into a complete Geographic Information System Beyond points: How to turn SMW into a complete Geographic Information System SMWCon 2013, New-York Pierre Racine Contributor to PostGIS Research Professional Center for Forest Research Québec, Canada Objectives

More information

Efficient OLAP Operations For RDF Analytics

Efficient OLAP Operations For RDF Analytics Efficient OLAP Operations For RDF Analytics Elham Akbari-Azirani, François Goasdoué, Ioana Manolescu, Alexandra Roatis To cite this version: Elham Akbari-Azirani, François Goasdoué, Ioana Manolescu, Alexandra

More information

February 7, Jay Krafthefer, L.S.

February 7, Jay Krafthefer, L.S. February 7, 2013 Jay Krafthefer, L.S. Introduction Background Web applications References Maps released on the Internet self-service not filed for record referenced by Commissioner s orders (Minn. Statute

More information

Exploiting Context and Semantics for UAV Path-finding in an Urban Setting

Exploiting Context and Semantics for UAV Path-finding in an Urban Setting Exploiting Context and Semantics for UAV Path-finding in an Urban Setting Marjan Alirezaie, Andrey Kiselev, Franziska Klügl, Martin Längkvist, and Amy Loutfi Machine Perception and Interaction Lab, AASS

More information

Resource Description Framework (RDF) A basis for knowledge representation on the Web

Resource Description Framework (RDF) A basis for knowledge representation on the Web Resource Description Framework (RDF) A basis for knowledge representation on the Web Simple language to capture assertions (as statements) Captures elements of knowledge about a resource Facilitates incremental

More information

Dresden University of Technology, Helmholtzstraße 10, D Dresden {Stefan.Hahmann, Dirk.Burghardt,

Dresden University of Technology, Helmholtzstraße 10, D Dresden   {Stefan.Hahmann, Dirk.Burghardt, 80% of All Information is Geospatially Referenced??? Towards a Research Framework: Using the Semantic Web for (In)Validating this Famous Geo Assertion. Stefan Hahmann 1, Dirk Burghardt 1 and Beatrix Weber

More information

On-demand mapping and integration of thematic data

On-demand mapping and integration of thematic data On-demand mapping and integration of thematic data Weiming Huang, Ali Mansourian and Lars Harrie Department of Physical Geography and Ecosystem Science, Lund University Sölvegatan 12, SE-223 62 Lund, Sweden

More information

Serving Up Large Overlapping Polygon Data for Web Queries. Leta Rogers GEOG 596A Winter 2012

Serving Up Large Overlapping Polygon Data for Web Queries. Leta Rogers GEOG 596A Winter 2012 Serving Up Large Overlapping Polygon Data for Web Queries. Leta Rogers GEOG 596A Winter 2012 Challenge -concepts, data intensive spatial queries Background objectives, data preparation Methods overview

More information

RDF Workshop. ChEMBL Examples and Tutorial. Mark Davies. ChEMBL Group, Technical Lead 30/04/2014

RDF Workshop. ChEMBL Examples and Tutorial. Mark Davies. ChEMBL Group, Technical Lead 30/04/2014 RDF Workshop ChEMBL Examples and Tutorial Mark Davies ChEMBL Group, Technical Lead 30/04/2014 Query 1 Find All Small Molecules PREFIX cco: SELECT?molecule WHERE {?molecule

More information

GIS Functions and Integration. Tyler Pauley Associate Consultant

GIS Functions and Integration. Tyler Pauley Associate Consultant GIS Functions and Integration Tyler Pauley Associate Consultant Contents GIS in AgileAssets products Displaying data within AMS Symbolizing the map display Display on Bing Maps Demo- Displaying a map in

More information

80% of All Information is Geospatially Referenced??? Towards a Research Framework: Using the Semantic Web for (In)Validating this Famous Geo Assertion

80% of All Information is Geospatially Referenced??? Towards a Research Framework: Using the Semantic Web for (In)Validating this Famous Geo Assertion 80% of All Information is Geospatially Referenced??? Towards a Research Framework: Using the Semantic Web for (In)Validating this Famous Geo Assertion Stefan Hahmann 1, Dirk Burghardt 1 and Beatrix Weber

More information

GeoLink: Semantics and Linked Data for the Geosciences. The Web is the API.

GeoLink: Semantics and Linked Data for the Geosciences. The Web is the API. GeoLink: Semantics and Linked Data for the Geosciences The Web is the API. Goal: Bring together experts from the geo sciences, computer science, and library science; to develop Semantic Web components;

More information

Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web

Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web Joshua Lieberman, Todd Pehle, Mike Dean Traverse Technologies, Inc., Northrop Grumman Information

More information

FAO GAEZ Data Portal

FAO GAEZ Data Portal FAO GAEZ Data Portal www.fao.org/nr/gaez Renato Cumani Environment Officer Land and Water Division Natural Resources Management and Environment Department Food and Agriculture Organization of the UN October

More information

Query Processing on RDF data

Query Processing on RDF data Query Processing on RDF data Hai Huang B.E. (HFUT, China) M.E. (IIM of CAS, China) A dissertation submitted to the Faculty of Information and Communication Technologies Swinburne University of Technology

More information

SPARQL Rewriting for Query Mediation over Mapped Ontologies

SPARQL Rewriting for Query Mediation over Mapped Ontologies SPARQL Rewriting for Query Mediation over Mapped Ontologies Konstantinos Makris*, Nektarios Gioldasis*, Nikos Bikakis**, Stavros Christodoulakis* *Laboratory of Distributed Multimedia Information Systems

More information

The Research Agenda of the Wisconsin Coastal Atlas

The Research Agenda of the Wisconsin Coastal Atlas The Research Agenda of the Wisconsin Coastal Atlas David Hart GIS Specialist University of Wisconsin Sea Grant Institute International Coastal Atlas Network Workshop 4 Trieste, Italy Tuesday, November

More information

Digital Map of Mexico Platform and MxSIG. March 2017

Digital Map of Mexico Platform and MxSIG. March 2017 Digital Map of Mexico Platform and MxSIG March 2017 1 I. Digital Map of Mexico Platform Concept Evolution II. Digital Map of Mexico online Concept Capabilities Information available Other state units information

More information

Open Geospatial Consortium 35 Main Street, Suite 5 Wayland, MA Telephone: Facsimile:

Open Geospatial Consortium 35 Main Street, Suite 5 Wayland, MA Telephone: Facsimile: Open Geospatial Consortium 35 Main Street, Suite 5 Wayland, MA 01778 Telephone: +1-508-655-5858 Facsimile: +1-508-655-2237 Editor: Carl Reed Telephone: +1-970-402-0284 creed@opengeospatial.org The OGC

More information

Transportation and Logistics Planning and Development Mapping Tool

Transportation and Logistics Planning and Development Mapping Tool Transportation and Logistics Planning and Development Mapping Tool Doreen Gonzales-Gaboyan Business Development and Outreach Center for Innovation through Visualization and Simulation (CIVS) Purdue University

More information

Machine-processable representation and applications of the Globally Harmonized System

Machine-processable representation and applications of the Globally Harmonized System Machine-processable representation and applications of the Globally Harmonized System 247 th ACS National Meeting Dallas, Texas, USA Dr Mark Borkum (m.i.borkum@soton.ac.uk) 16 March 2014 Introduction Original

More information

Smart Data Collection and Real-time Digital Cartography

Smart Data Collection and Real-time Digital Cartography Smart Data Collection and Real-time Digital Cartography Yuji Murayama and Ko Ko Lwin Division of Spatial Information Science Faculty of Life and Environmental Sciences University of Tsukuba IGU 2013 1

More information

nsparql: A Navigational Language for RDF 1

nsparql: A Navigational Language for RDF 1 nsparql: A Navigational Language for RDF 1 Jorge Pérez a,c, Marcelo Arenas a,c, Claudio Gutierrez b,c a Department of Computer Science, Pontificia Universidad Católica de Chile b Department of Computer

More information

Atmospheric Science and GIS Interoperability issues: some Data Model and Computational Interface aspects

Atmospheric Science and GIS Interoperability issues: some Data Model and Computational Interface aspects UNIDATA Boulder, Sep. 2003 Atmospheric Science and GIS Interoperability issues: some Data and Computational Interface aspects Stefano Nativi University of Florence and IMAA-CNR Outline Service-Oriented

More information

Oracle Spatial: Essentials

Oracle Spatial: Essentials Oracle University Contact Us: 1.800.529.0165 Oracle Spatial: Essentials Duration: 5 Days What you will learn The course extensively covers the concepts and usage of the native data types, functions and

More information

CAD: Introduction to using CAD Data in ArcGIS. Kyle Williams & Jeff Reinhart

CAD: Introduction to using CAD Data in ArcGIS. Kyle Williams & Jeff Reinhart CAD: Introduction to using CAD Data in ArcGIS Kyle Williams & Jeff Reinhart What we will accomplish today Overview of ArcGIS CAD Support Georeferencing CAD data for ArcGIS How Mapping Specification for

More information

The GeoLink Modular Oceanography Ontology

The GeoLink Modular Oceanography Ontology The GeoLink Modular Oceanography Ontology Adila Krisnadhi 1,8, Yingjie Hu 2, Krzysztof Janowicz 2, Pascal Hitzler 1, Robert Arko 3, Suzanne Carbotte 3, Cynthia Chandler 4, Michelle Cheatham 1, Douglas

More information

Model-theoretic Semantics

Model-theoretic Semantics Model-theoretic Semantics 1 Semantics Intro I What is the semantics of the following statement, according to RDF and according to RDFS? Ex:SpaceAccessory rdfs:subclassof ex:product 2 Semantics Intro II

More information

General Chemistry (Fourth Edition) By Ralph H. Petrucci, John W. Hill READ ONLINE

General Chemistry (Fourth Edition) By Ralph H. Petrucci, John W. Hill READ ONLINE General Chemistry (Fourth Edition) By Ralph H. Petrucci, John W. Hill READ ONLINE Solutions to exercises in Chemistry textbooks More. Spanish Latin French More languages. World history US government US

More information

Lab Activity: The Central Limit Theorem

Lab Activity: The Central Limit Theorem Lab Activity: The Central Limit Theorem In this lab activity, you will explore the properties of the Central Limit Theorem. Student Learning Outcomes By the end of this chapter, you should be able to do

More information

Contextualizing Historical Places in a Gazetteer by Using Historical Maps and Linked Data

Contextualizing Historical Places in a Gazetteer by Using Historical Maps and Linked Data Contextualizing Historical Places in a Gazetteer by Using Historical Maps and Linked Data Esko Ikkala, Jouni Tuominen, and Eero Hyvönen Semantic Computing Research Group (SeCo), Aalto University http://www.seco.tkk.fi/,

More information

Knowledge Sharing. A conceptualization is a map from the problem domain into the representation. A conceptualization specifies:

Knowledge Sharing. A conceptualization is a map from the problem domain into the representation. A conceptualization specifies: Knowledge Sharing A conceptualization is a map from the problem domain into the representation. A conceptualization specifies: What sorts of individuals are being modeled The vocabulary for specifying

More information

Zagreb Spatial Data Infrastructure. Sanja Batić, APIS IT Split, 14. rujna 2011.

Zagreb Spatial Data Infrastructure. Sanja Batić, APIS IT Split, 14. rujna 2011. Zagreb Spatial Data Infrastructure Sanja Batić, APIS IT Split, 14. rujna 2011. Agenda Zagreb Spatial Data Infrastructure - ZIPP Guidelines for further ZIPP Geoportal development Conclusion 1964 The Centre

More information

Dynamic Maps and Historical Context

Dynamic Maps and Historical Context Dynamic Maps and Historical Context Jeanette Zerneke International Joint GIS-IDEAS and PNC/ECAI Conference December 2008 Dynamic Maps Roles and Functions of Dynamic Maps in Cultural Collections and Atlases

More information

Georef - Linked Data Deployment for Spatial Data; Finnish Initiative

Georef - Linked Data Deployment for Spatial Data; Finnish Initiative Georef - Linked Data Deployment for Spatial Data; Finnish Initiative Esa TIAINEN, Finland Key words: Linked Data, Semantics, Ontology, Web, RDF, Big Data SUMMARY 'Georef' is an initiative for a service

More information

RDFLog: It s like Datalog for RDF

RDFLog: It s like Datalog for RDF RDFLog: It s like Datalog for RDF François Bry 1, Tim Furche 1, Clemens Ley 2, Benedikt Linse 1, and Bruno Marnette 2 1 Institute for Informatics, University of Munich, Oettingenstraße 67, D-80538 München,

More information

Global 3D Models with Local Content

Global 3D Models with Local Content Gunnar Misund Associate Professor Head of Environmental Computing gunnar.misund@hiof.no - Morten Granlund, Scientfic Assistant Herman Kolås, Master Student Mats Lindh, Master Student - Østfold University

More information

CLICK HERE TO KNOW MORE

CLICK HERE TO KNOW MORE CLICK HERE TO KNOW MORE GeoSpace for Singapore s Whole-of-Government Data Sharing Asia GeoSpatial Forum 17 19 Oct 2011 Lee Kim Haw Singapore Land Authority Introducing Singapore Land Authority Limited

More information

Surface Network Ontology Design Patterns for Linked Topographic Data

Surface Network Ontology Design Patterns for Linked Topographic Data Surface Network Ontology Design Patterns for Linked Topographic Data Editor(s): Solicited review(s): Open review(s): Gaurav Sinha a,*, Dave Kolas b, David M. Mark, c, Boleslo E. Romero d, E. Lynn Usery

More information

arxiv: v1 [cs.db] 22 Mar 2016 ABSTRACT

arxiv: v1 [cs.db] 22 Mar 2016 ABSTRACT Efficient Approximation of Well-Designed SPARQL Queries arxiv:163.6732v1 [cs.db] 22 Mar 216 ABSRAC Zhenyu Song szyhw@tju.edu.cn Xin Wang wangx@tju.edu.cn Zhiyong Feng zyfeng@tju.edu.cn Guozheng Rao rgz@tju.edu.cn

More information