Geographic Feature Pipes

Total Page:16

File Type:pdf, Size:1020Kb

Geographic Feature Pipes Geographic Feature Pipes Marcell Roth Institute for Geoinformatics, University of Muenster, Germany [email protected] Abstract. Aggregating and combining data coming from different Web sources to create ad-hoc information refers to the concept of “piping” data. Linked Data is a solution which facilitates the browsing through related information and provides technologies to easily pipe data included in this Web of Data. The Open Geospatial Consortium (OGC) has estab- lished standards for the storage, retrieval, and processing of geospatial data. These standards act as foundation for the Spatial Data Infrastruc- tures. The integration of existing geospatial data into the Data Web is missing yet. The presented Geographic Feature Pipes (GFP) is an API deployed as free Web service working towards closing this gap. It trans- lates sensor data based on the OGC’s Observations and Measurements specification as well as geospatial data served by OGC Web Feature Ser- vices into its RDF representations. This enables complex queries and browsing through related geospatial data sources, as well as means of merging information of geographic features with related sensor data into one document. The translated data based on ontologies providing the vo- cabulary for the definition of the data entities. The presented approach shows that in conjunction with semantic annotations, we are able to bridge the gap between geospatial applications and Semantic Web tech- nologies to move toward the development of the Geospatial Semantic Web. 1 Introduction The Web is based on URLs as unique identifiers for documents and other data. These links allow users for browsing through the Web in order to retrieve infor- mation. Despite the advantages the Web offers, published data (information) is primary nested in HTML Web pages. HTML is about layouting content and not able to type links connecting an entity of the Web document to related entities [3]. Hyperlinks indicate that two documents are related, but leave it to the user to infer the nature of the relationship. Linked Data is a solution to create shared and structured information spaces [3], which include links between related infor- mation stating the nature of the connection. Its purpose is to create and connect related data on the Web with typed links, as if it would be one global database. To realize such a Web of Data, published data has to follow the Linked Data principles first outlined by Berners-Lee in 2006 [2]: the “raw” data is encoded in the machine-readable RDF [17], the data is Web addressable via URIs, and data is linked with other data via RDF links. RDF is a graph-based data model representing information with subject-predicate-object expressions (also called triples). A RDF link is one type of RDF triple and states that one data entity has some kind of relation to another data entity [4]. Linked Data promotes the reuse of information and reduces redundancy of existing information. It facil- itates the discovery of relevant information within the variety of information resources. Instead of following hyperlinks, users follow RDF links. The SPARQL Protocol and RDF Query Language (SPARQL) [25] supports users in formu- lating more sophisticated queries. Information of relationships stated in various RDF documents can be retrieved by querying across different sources. SPARQL also provides capabilities to easily combine information from different sources by merging two sets of triples into a single RDF graph [12]. Thus, new information can be created from the resulting dataset. Location is ubiquitous [11] and is an issue in many of the problems deci- sion makers must solve [16]. Such problems may vary from simple questions like “Where are my friends now?” to complex ones, for example, which areas are prone to floods in order to reduce the potential damage. Such geographic problems il- lustrate the increasing interest in geographic information (GI) in recent years. Geobrowsers like GoogleEarth1 or Microsoft’s Bing Maps2 are responses to user needs for location-based information services. They are part of the Geospatial Web [26], which makes GI shareable, searchable and ubiquitous for users and decision makers [8] by using the infrastructure of the Web. In the Geospatial Web, a distinction is made between geospatial data and services that facilitate the use of GI in many domain applications [14]. The variety of datasets con- taining GI reaches from simple map images to complex vector or sensor data. The Open Geospatial Consortium3 (OGC) developed the XML-based Geogra- phy Markup Language (GML) [24] as data modeling and encoding standard for GI, in particular when modeled as features, following the ISO/OGC reference model [23]. Vector data is conceived of as a feature, which is an abstraction of a real world phenomenon. Associated with a geographic location relative to the Earth, it is labeled as a geographic feature. Examples include buildings, streets, and rivers. Sensor data is stored and published using OGC’s Observations and Measurements (O&M) [6] model. Much of this data has been made available as Web services in the last decades. Web services are an important component in the fabric of the Geospatial Web [14], since they enable the sharing of geospatial data across organization boundaries over the Web [29]. Furthermore, they act on data and support discovery, retrieval and processing functionality. The OGC specifies implementation standards for such geospatial Web services. They are divided into various types: Web Feature Services (WFS) [28] serve vector-based data. A Sensor Observation Service (SOS) [22] provides a Web service interface to access observation results measured by sensors and sensor systems. Web Pro- cessing Services process or analyze geospatial data, e.g. the complex calculation of roadway noise. Various other OGC Web Services (OWS) exist and are listed 1 See http://earth.google.com/ 2 See http://www.bing.com/maps/ 3 See http://www.opengeospatial.org/ on the OGC Web site4. These services can be combined to Spatial Data Infras- tructures (SDI) to improve the interoperability between various data providers and users by smoothly exchanging and integrating GI. Despite the benefits the Geospatial Web provides, several open issues have to be discussed. GI is not well integrated in the Geospatial Web yet. It is possible to request GI from an OWS via an unique URL, e.g. a feature collection served by a WFS, but features (data entities) included in this dataset cannot be deref- erenced by people or clients. Consequently, links to information that is related to such a feature do not exist as well, although it would facilitate the Geographic Information Retrieval (GIR) [15]. Different OGC standards also raise compat- ibility issues across different applications. Merging different datasets, such as O&M and GML, into one dataset is very difficult. The transformation and publication of the OpenStreetMap [1] and Ordnance Survey [10] data according to the Linked Data principles have added a new dimension to the Web of Data. This work also adds spatial and temporal di- mensions to the Web of Data. With its benefits the work solves the mentioned issues of the Geospatial Web. In this paper we present our implementation of the Geographic Feature Pipes (GFP) which translate O&M based observations and GML features into RDF. This provides options to discover spatiotemporal data and possible related information by following RDF links or even to merge information related to a geographic feature into one document. GFP is a proxy- based solution [13] and a first step to bridge the gap between geospatial data included in the Geospatial Web and the Linked Data community. It increases the accessibility to non-OGC data sources. Features might be linked to Geon- ames5 entries. DBpedia6 entries might be connected with real-time sensor data. Providing features and observations as Linked Data make them accessible for a broad audience, which is maybe not aware of the geospatial Web services defined by the OGC. Linking them to entries included in the LinkedGeoData dataset [1] bridges the gap between the emerging Volunteered Geographic Information (bottom-up) data formats [9] and top-down standards like GML or O&M as well. Our approach adds extra knowledge to the datasets by using RDF-Schema (RDF-S) [5] ontologies for the definition of the geospatial linked data entities. Ontologies provide domain-specific terms for describing types of things in the real world and relations among those. Even more powerful queries can be for- mulated as a result. Linking information of the geographic domain to the Web of Data bridges the gap to the Semantic Web community as well. The remainder of this paper is structured as follows. A brief application sce- nario is introduced in Section 2 which illustrates the benefit of creating geospatial linked data entities. The implementation of GFP is described in Section 3, before we summarize and outline future work in Section 4. 4 See http://www.opengeospatial.org/standards 5 See http://www.geonames.org/ 6 See http://dbpedia.org/ 2 Application Scenario Creating GI following the Linked Data principles has several advantages. Geospa- tial linked data entities can easily be linked to related information and provide capabilities of merging two datasets to infer more information. It supports users to construct sophisticated queries and if the data is semantically annotated, the queries are even more powerful. The semantic enrichment of the underlying data models by linking them to formally specified vocabularies such as ontolo- gies is called semantic annotation [21,18]. Semantic query processing performed by reasoning engines like IRIS7 with semantic annotations return more precise discovery results. In the following we present an application scenario which il- lustrates the benefit of O&M based observations and GML features provided as linked data. Here we assume that the underlying data models, which are defined as RDF-S ontologies, are semantically annotated.
Recommended publications
  • Environmental Architecture
    SEVENTH FRAMEWORK PROGRAMME ICT PPP Future Internet The Environmental Observation Web and its Service Applications within the Future Internet FP7-284898 Collaborative project D4.2 Environmental Architecture Fraunhofer IOSB Deliverable due date: 30/03/2012 Actual submission date: 20/04/2012 The research leading to these results has received funding from the European Community's Seventh Framework Programme (FP7/2007-2013) under grant agreement n° 284898 D4.2 Environmental Architecture Document Control Page Title D4.2 Environmental Architecture Creator Fraunhofer IOSB This deliverable D4.2 describes the ENVIROFI Environmental Architec- ture according to the viewpoint approach of the ISO Reference Model for Description Open Distributed Processing. In its current version it draws upon relevant results of previous European research projects and their application of in- ternational standards of the geospatial and environmental domain. Publisher ENVIROFI Consortium Sven Schade, Andrea Perego, (JRC) Hylke van der Schaaf (IOSB) Denis Havlik (AIT) Contributors Stuart Middleton, Stefano Modafferi, Ajay Chakravarthy (IT) Arne J. Berre, Roy Grønmo, Dumitru Roman (SINTEF) Paolo Mazzetti (CNR) Creation date 07/03/2012 Type Text Language en-GB Rights copyright ―ENVIROFI Consortium‖ internal Audience public restricted Draft WP leader accepted Review status Technical Manager accepted Coordinator accepted to be revised by Partners for approval by the WP leader Action requested for approval by the Technical Committee for approval by the Project Coordinator
    [Show full text]
  • Open Geospatial Consortium, Inc
    Open Geospatial Consortium, Inc. Date: 2007-11-16 Reference number of this document: OGC 07-152 Version: 0.4 Category: Discussion Paper Editor: Corentin Guillo OGC® FedEO Pilot Engineering Report Copyright © 2007 Open Geospatial Consortium, Inc. All Rights Reserved. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/. Warning This document is not an OGC Standard. This document is an OGC Discussion Paper and is therefore not an official position of the OGC membership. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard. Further, an OGC Discussion Paper should not be referenced as required or mandatory technology in procurement. License Agreement Permission is hereby granted by the Open Geospatial Consortium, ("Licensor"), free of charge and subject to the terms set forth below, to any person obtaining a copy of this Intellectual Property and any associated documentation, to deal in the Intellectual Property without restriction (except as set forth below), including without limitation the rights to implement, use, copy, modify, merge, publish, distribute, and/or sublicense copies of the Intellectual Property, and to permit persons to whom the Intellectual Property is furnished to do so, provided that all copyright notices on the intellectual property are retained intact and that each person to whom the Intellectual Property is furnished agrees to the terms of this Agreement. If you modify the Intellectual Property, all copies of the modified Intellectual Property must include, in addition to the above copyright notice, a notice that the Intellectual Property includes modifications that have not been approved or adopted by LICENSOR.
    [Show full text]
  • NGDA Baseline Standards Inventory Companion Guide
    The Companion Guide: Achieving an NGDA Baseline Standards Inventory A Baseline Assessment to Meet Geospatial Data Act, Federal Data Strategy, and Other Requirements Federal Geographic Data Committee August 31, 2020 Contents Introduction .................................................................................................................................................. 1 Approach ....................................................................................................................................................... 2 Outcomes ...................................................................................................................................................... 2 How to Use this Document ........................................................................................................................... 2 Geospatial Data and Metadata Standards .................................................................................................... 3 Data Standards Categories ............................................................................................................................ 5 Data Content Standards Category Definitions .......................................................................................... 5 Data Exchange Standards Definitions ....................................................................................................... 8 Metadata Standards Categories ..................................................................................................................
    [Show full text]
  • Semantic Infrastructure and Platforms for Geospatial Services: a Report from European Projects 4Th International Workshop On
    Semantic Infrastructure and Platforms for Geospatial Services: A report from European Projects 4th International Workshop on Semantic and Conceptual Issues in GIS (SeCoGIS 2010) Vancouver, Canada November 1st, 2010 [email protected] ENVISION Content • ISO/TC211 19101, 19103, 19119 – OGC Ref.Architecture • European projects (1): Orchestra, SANY • Focus on Semantic technologies • European projects (2): SWING, ENVISION • European projects (3): Objective 6.4 projects • ENVIP projects – objective 6 list • TATOO, REMICS, … • Future work – harmonisation/integration … standards ? ENVISION 2 Relevant European projects Orchestra - Open Architecture and Spatial Data Sany -Sensors Anywhere SWING -Semantic Web Services INteroperability in Geospatial decision making ENVISION -ENVIronmental Services Infrastructure with Ontologies NETMAR - Open service network for marine environmental data OEPI - Exploring and Monitoring Any Organisation' s Environmental Performance Indicators PESCADO - Personalized Environmental Service Configuration and Delivery Orchestration SUDPLAN - Sustainable Urban Development Planner for Climate Change Adaptation TATOO - Tagging Tool based on a Semantic Discovery Framework UncertWeb - The Uncertainty Enabled Model Web UrbanFlood - Building an Early Warning System Framework for European Cities GENESIS -GENeric Europppean Sustainable Information Space for environment ICT-ENSURE - ICT for Environmental Sustainability Research GIGAS - GEOSS INSPIRE and GMES an Action in Support REMICS: Migration to Cloud services – with Model
    [Show full text]
  • OGC Vector Tiles Pilot Phase 2 (VTP-2) Call for Participation (CFP)
    OGC Vector Tiles Pilot Phase 2 (VTP-2) Call for Participation (CFP) Version 0.4 - September 4, 2019 Table of Contents 1. OGC Vector Tiles Pilot Phase 2 (VTP-2) . 1 1.1. Introduction . 1 1.2. Background. 2 1.3. OGC Innovation Program Initiative . 3 1.4. Benefits of Participation. 3 1.5. Master Schedule. 3 2. Technical Architecture . 4 2.1. Detailed Objectives . 5 2.2. Work Items & Deliverables. 7 3. Deliverables Summary & Funding Status. 10 4. Miscellaneous . 11 Appendix A: Pilot Organization and Execution . 13 A.1. Temporal and Thematic Overlap with Testbed-15 . 13 A.2. Initiative Policies and Procedures . 13 A.3. Initiative Roles . 13 A.4. Types of Deliverables . 13 A.4.1. Documents . 14 A.4.2. Implementations . 14 A.5. Proposals & Proposal Evaluation. 14 A.5.1. Evaluation Process. 14 A.5.2. Management Criteria. 15 A.5.3. Technical Criteria . 15 A.5.4. Cost Criteria. 15 A.6. Reporting. 15 Appendix B: Proposal Submission Guidelines . 17 B.1. General Requirements . 17 B.2. What to Submit . 18 B.3. How to Transmit the Response . 19 B.4. Questions and Clarifications. 19 B.5. Tips for new bidders . 19 Appendix C: Abbreviations. 23 Appendix D: Corrigenda & Clarifications. 24 Chapter 1. OGC Vector Tiles Pilot Phase 2 (VTP-2) 1.1. Introduction The Open Geospatial Consortium (OGC®) is releasing this Call for Participation ("CFP") to solicit proposals for the OGC Vector Tiles Pilot Phase 2 (VTP-2) Initiative ("Pilot" or "Initiative"). The goal of the initiative is to advance the handling of tiled feature data, better known as vector tiles.
    [Show full text]
  • OWS-9 Reference Architecture Profile (RAP) Advisor Engineering Report
    Open Geospatial Consortium Approval Date: 2013-01-18 Posted Date: 2012-12-26 Publication Date: 2013-02-19 OGC 12-156 OGC URI: http://www.opengis.net/def/doc-type/per/OWS-9-RAP Category: Public Engineering Report Editor: George Percivall OGC® OWS-9 Reference Architecture Profile (RAP) Advisor Engineering Report Copyright © 2013 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/. Warning This document is not an OGC Standard. This document is an OGC Public Engineering Report created as a deliverable in an OGC Interoperability Initiative and is not an official position of the OGC membership. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard. Further, any OGC Engineering Report should not be referenced as required or mandatory technology in procurements. ® Document type: OGC Engineering Report Document subtype: NA Document stage: Approved for public release Document language: English OGC 12-156 Abstract The Reference Architecture Profiler (RAP) Advisor™ is a web based application that recommends OGC Standards and OGC Reference Model (ORM) Sections that are relevant to a system development; such that a community of interest could derive and build a profile of suitable OGC standards to meet their specific needs. This Engineering Report contains the requirements, conceptual design, development methodology, and implementation of the RAP Advisor. Initial development of the RAP Advisor™ was concurrent with the OGC Web Services Testbed, Phase 9 (OWS-9) with NGA sponsorship. During OWS-9 timeframe, key concepts of the RAP Advisor were confirmed through prototyping.
    [Show full text]
  • OGC Reference Model Editor: George Percivall
    OGC 03-040 Open Geospatial Consortium Inc. Date: 2003-09-16 Reference number: OGC 03-040 Version: 0.1.3 Category: OGC Reference Model Editor: George Percivall OGC Reference Model Copyright notice This OGC document is a living document which will be maintained regularly by OGC and its members. It is copyright-protected by OGC. While the reproduction of drafts in any form for use by participants in the OGC standards development process is permitted without prior permission from OGC, neither this document nor any extract from it may be reproduced, stored or transmitted in any form for any other purpose without prior written permission from OGC. Warning This document is not an OGC Standard. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard. Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting documentation. OGC 03-040 Copyright 2003 Open Geospatial Consortium, Inc. This document does not represent a commitment to implement any portion of this specification in any company’s products. OGC’s Legal, IPR and Copyright Statements are found at http://www.opengeospatial.org/about/?page=ipr&view=ipr_policy NOTICE Permission to use, copy, and distribute this document in any medium for any purpose and without fee or royalty is hereby granted, provided that you include the above list of copyright holders and the entire text of this NOTICE. We request that authorship attribution be provided in any software, documents, or other items or products that you create pursuant to the implementation of the contents of this document, or any portion thereof.
    [Show full text]
  • OGC: Standards in Action
    OGC: Standards in Action Sam A. Bacharach Outreach and Community Adoption Program [email protected] © 2004, Open Geospatial Consortium, Inc. News Flash ! • Open GIS Consortium, Inc., becomes: Open Geospatial Consortium, Inc. • Recognizes breadth of focus to include – Location Based Services – Imagery Exploitation – Cartography and Mapping – Transportation – Along with GIS OGC © 2004, Open Geospatial Consortium, Inc. 2 What is the OGC? • The Open GIS Consortium, Inc. (OGC) is a not-for-profit international voluntary consensus standards organization leading the development of standards for geospatial and location based services. • The OGC facilitates a consensus process in which government, private industry, and academia collaborate to create open and extensible software application programming interfaces for geospatial and other mainstream information technologies. OGC © 2004, Open Geospatial Consortium, Inc. 5 When was the OGC founded? • OGC was founded with eight charter members at the time of its first Board of Directors meeting on September 25, 1994. • Incorporated in the U.S., U.K., and Australia • A complete history of the OGC can be found on the OGC website at http://www.opengeospatial.org/about/?page=history OGC © 2004, Open Geospatial Consortium, Inc. 6 The OpenGIS Consortium Vision A world in which everyone benefits from geospatial information and services made available across any network, application, or platform. OGC © 2004, Open Geospatial Consortium, Inc. 7 What is the Mission of the OGC? To lead the global development, promotion and harmonization of open standards and architectures that enable the integration of geospatial data and services into user applications and advance the formation of related market opportunities. OGC © 2004, Open Geospatial Consortium, Inc.
    [Show full text]
  • DGIWG Service Architecture
    DGIWG – 306 DGIWG Service Architecture Document Identifier: TCR-DP-07-041-ed2.0.1-DGIWG_Service_Architecture Publication Date: 05 November 2008 Edition: 2.0.1 Edition Date: 05 November 2008 Responsible Party: DGIWG Audience: Approved for public release Abstract: This document provides architecture guidance to DGIWG. Copyright: (C) Copyright DGIWG, some rights reserved - (CC) (By:) Attribution You are free: - to copy, distribute, display, and perform/execute the work - to make derivative works - to make commercial use of the work Under the following conditions: - (By:) Attribution. You must give the original author (DGIWG) credit. - For any reuse or distribution, you must make clear to others the license terms of this work. Any of these conditions can be waived if you get permission from the copyright holder DGIWG. Your fair use and other rights are in no way affected by the above. This is a human-readable summary of the Legal Code (the full license is available from Creative Commons <http://creativecommons.org/licenses/by/2.0/ >). DN:07-041 05 November 2008 Contents Executive summary ..................................................................................................... 1 Acknowledgement ....................................................................................................... 1 1 Introduction .......................................................................................................... 2 1.1 Scope .............................................................................................................
    [Show full text]
  • Web Coverage Service Developer Guide Cloud Services | August 2013
    Web Coverage Service Developer Guide Cloud Services | August 2013 Web Coverage Service Developer Guide | 2 Table of Contents List of Figures .................................................................................................................................. 3 List of Tables ................................................................................................................................... 4 1 Introduction ................................................................................................................................ 5 1.1 About This Document ............................................................................................................ 5 1.2 Targeted Audience ................................................................................................................ 5 1.3 What is WCS? ....................................................................................................................... 5 1.4 References ............................................................................................................................ 5 2 Open Geospatial Consortium (OGC) ......................................................................................... 6 2.1 About OGC ............................................................................................................................ 6 2.2 The OGC Process ................................................................................................................. 6 2.3 OGC Standards and Specification
    [Show full text]
  • [Working Group Title]
    Open Geospatial Consortium Meteorology and Oceanography Domain Working Group progress report 14th Workshop on Meteorological Operational Systems ECMWF November 2013 Chris Little, Marie-Françoise Voidrot-Martinez Co-chairs OGC Met Ocean DWG Copyright © 2009, Open Geospatial Consortium, Inc. Introduction • OGC Overview • Other Standards organisations • OGC Standards • OGC Strategies • Met Ocean DWG • OGC-WMO MoU • WMO / Met Ocean DWG Interests & Progress • Questions & Answers Copyright © 2009 Open Geospatial Consortium Helping the World to Communicate Geographically © 2010 Open Geospatial Consortium, Inc. OGC Overview • Voluntary, Consensus, Standards Development Organisation • International, non-profit, consortium, established 1994 • Develops publicly available interface standards for geospatial data and services • 482 companies, govt. agencies, universities, individuals • Voluntary consensus processes: – “Any objection to Unanimous Consent?” – 1 or 2 NO votes could stop things. Only 79 votes at Tech Committee • “The only game in town” for geospatial standards • Several standards adopted by ISO • Standards specified by Governments (e.g. INSPIRE) • Significant Open Source community support Copyright © 2009 Open Geospatial Consortium Helping the World to Communicate Geographically © 2010 Open Geospatial Consortium, Inc. Other Standards Organisations • WMO • ICAO • ISO • ITU • UNESCO/IOC • IHO • IMO • … • IETF (Internet Engineering Task Force) • IANA (Internet Assigned Name Authority) • IEEE (Institute of Electrical and Electronic Engineers)
    [Show full text]
  • International Standards for Spatial Data Infrastructures
    ® International Standards for Spatial Data Infrastructures Sam A. Bacharach [email protected] +1 703-352-3938 Copyright 2006, Open Geospatial Consortium, Inc. (OGC) WhatWhat isis thethe OGC?OGC? • Open Geospatial Consortium (OGC) – Global, not-for-profit, international voluntary consensus standards organization – More than 335 industry, government, research and university member organizations – Founded in 1994, Incorporated in US, UK, Australia OGCOGC Vision:Vision: AA worldworld inin whichwhich allall peoplepeople andand institutionsinstitutions benefitbenefit fromfrom spatialspatial informationinformation resourcesresources andand supportingsupporting technologytechnology services.services. ® Helping the World to Communicate Geographically 2 Copyright 2006, Open Geospatial Consortium, Inc. (OGC) TheThe NutsNuts andand BoltsBolts ofof thatthat VisionVision Data Civil Analysis & Emergency First Providers Authorities Support Mgmt Personnel Responders Common User Defined Interoperable Operating Pictures Private Data and Services Local Data and Services State Data and Services Federal Data and Services Tribal Data and Services Information Architecture: Service Architecture: Models, Transforms, Application Standards, Certified Services for Accessing, Schemas and Dictionaries Processing, Presenting Information ® Geospatial Interoperability Framework development is a key focus of ongoing OGC Helping the World to Communicate Geographically 3 TestbedsCopyright 2006, to Open meet Geospatial cross-organizational Consortium, Inc. (OGC)
    [Show full text]