An Open Geospatial Internet of Things Cloud Service Architecture Based on the Big Data Lambda Architecture

Total Page:16

File Type:pdf, Size:1020Kb

An Open Geospatial Internet of Things Cloud Service Architecture Based on the Big Data Lambda Architecture University of Calgary PRISM: University of Calgary's Digital Repository Graduate Studies The Vault: Electronic Theses and Dissertations 2018-12-20 An Open Geospatial Internet of Things Cloud Service Architecture Based on the Big Data Lambda Architecture Khalafbeigi, Tania Khalafbeigi, T. (2018). An Open Geospatial Internet of Things Cloud Service Architecture Based on the Big Data Lambda Architecture (Unpublished doctoral thesis). University of Calgary, Calgary, AB. http://hdl.handle.net/1880/109398 doctoral thesis University of Calgary graduate students retain copyright ownership and moral rights for their thesis. You may use this material in any way that is permitted by the Copyright Act or through licensing that has been assigned to the document. For uses that are not allowable under copyright legislation or licensing, you are required to seek permission. Downloaded from PRISM: https://prism.ucalgary.ca UNIVERSITY OF CALGARY An Open Geospatial Internet of Things Cloud Service Architecture Based on the Big Data Lambda Architecture by Tania Khalafbeigi A THESIS SUBMITTED TO THE FACULTY OF GRADUATE STUDIES IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY GRADUATE PROGRAM IN GEOMATICS ENGINEERING CALGARY, ALBERTA DECEMBER, 2018 © Tania Khalafbeigi 2018 Abstract The Internet of Things (IoT) consists of sensors and actuators embedded in everyday devices interconnecting and communicating through interoperable information and communication technologies. The real potential of IoT is in creating innovative applications by integrating and repurposing IoT sensing and controlling capabilities from different sources. However, proprietary IoT systems now create silos that make the IoT goal almost unreachable as the applications need to deal with heterogeneous data from different systems. In addition to the problem of heterogeneity, big data is a challenge for all technologies in the modern world. As predicted by CISCO and IDC, the number of internet-connected objects will reach at least 50 billion by 2020. As a result, IoT is facing heterogeneity and big data challenges including volume and velocity. We have proposed an architecture for IoT with the focus on data management challenges in this dissertation. The proposed architecture merges the Lambda architecture with the SensorThings API. The SensorThings API is used as a solution for the heterogeneity problem. One of the solutions for data heterogeneity or so-called interoperability in IoT is the use of a standard API. SensorThings API has been proven to be a mature, open geospatial standard for IoT by various literature, implementations, and its widespread adoption. Moreover, the Lambda architecture addresses big data volume and velocity challenges through the use of three layers architecture: batch, serving, and speed. We implemented a case study of our proposed architecture with real air quality data. For our implementation, we used Hadoop and Azure technologies. Our case study showed that our proposed architecture significantly improves the performance of IoT service on real-world big open data. Keywords: Internet of Things, Big Data, SensorThings API, Lambda Architecture ii Acknowledgements I would like to thank the following individuals who supported me and did not leave me alone in all aspects of my research: • Dr Steve Liang for his guidance, financial support, and excellent supervision. • Dr Xin Wang, Dr Reda Alhajj, Dr Mea Wang, and Dr Kyle O'Keefe for providing useful comments about my research during my candidacy exam. • Charlene K for helping me polishing the English of this dissertation • Mahdi, my husband, and also my parents for their spiritual support. I would also want to thank my colleagues in GeoSensorWeb lab for all their help when we worked on SensorThings API design, especially Alec Huang and Mohammad Jazayeri. Last, but not least, I would like to thank SensorUp Inc. for sponsoring my implementation on Microsoft Azure. iii Table of Contents Abstract ............................................................................................................................... ii Acknowledgements ............................................................................................................ iii Table of Contents ............................................................................................................... iv List of Tables .................................................................................................................... vii List of Figures and Illustrations ....................................................................................... viii List of Symbols, Abbreviations and Nomenclature .............................................................x INTRODUCTION ...............................................................................................................1 Challenges of Data Management in IoT ..........................................................................3 IoT Big Data Management .........................................................................................3 Data Volume ........................................................................................................4 Data Velocity .......................................................................................................5 Data Variety .........................................................................................................5 Objectives and Proposed Solutions ..................................................................................6 Objective 1: To Propose a Solution for the Data Variety Challenge for IoT .............6 Objective 2: To Propose a Solution for the Data Volume Challenge for IoT ............9 Objective 3: To Propose a Solution for the Data Velocity Challenge for IoT ...........9 SENSORTHINGS API, DETAILS AND DESIGN DECISIONS ....................................12 Introduction ....................................................................................................................12 OData and SensorThings ...............................................................................................16 IoT Reference Model and Place of SensorThings .........................................................16 Related Work .................................................................................................................18 IoT Interoperability Challenge .................................................................................19 Adaptor/Translator Solutions .............................................................................19 IoT Platforms and Standards ..............................................................................21 SensorThings API in Literature ................................................................................25 Data Model ....................................................................................................................29 SensorThings Application Interface ..............................................................................39 Data Retrieval ...........................................................................................................39 MQTT ................................................................................................................42 DataArray ...........................................................................................................43 Data Insertion and Modification ...............................................................................43 MQTT ................................................................................................................45 DataArray ...........................................................................................................45 Batch Requests Extension ..............................................................................................45 MultiDatastream Extension ...........................................................................................46 Summary ........................................................................................................................47 Future Work ...................................................................................................................48 DATA MANAGEMENT FOR INTERNET OF THINGS AND LAMBDA ARCHITECTURE ....................................................................................................50 Big Data and Internet of Things ....................................................................................50 Related Work .................................................................................................................54 Related Literature .....................................................................................................55 iv Big Data Platforms and Technologies ......................................................................64 Hadoop ...............................................................................................................65 Hortonworks ......................................................................................................66 Pivotal Big Data Suite ........................................................................................67 Cloudera Enterprise Data Hub ...........................................................................68 MapR .................................................................................................................69 Database
Recommended publications
  • OGC Sensorthings API FROST Server
    OGC SensorThings API and FROST Server® Michael Jacoby Open Geospatial Consortium http://www.opengeospatial.org ▪ International consortium ▪ over 522 companies, government agencies and universities ▪ “Geo-enable” mainstream IT ▪ Develop publicly available standards ▪ Web Map Service ▪ CityGML ▪ WaterML ▪ Earth Observations 2019-10-29 2 / 38 © Fraunhofer IOSB OGC & IoT? ▪ IoT deals with Sensors and Actuators ▪ Sensors and Actuators have Location ▪ OGC Sensor Web Enablement (SWE) ▪ Enable developers to make all types of sensors and sensor data repositories discoverable, accessible and useable via the Web ▪ Since 1990 by NASA ▪ Since 2001 in OGC ▪ SensorML Sensor Observation Service (SOS) Sensor Planning Service (SPS) Observations & Measurements (O&M) ▪ Sensor Data & Metadata ©OGC: http://www.opengeospatial.org/ogc/markets-technologies/swe 2019-10-29 3 / 38 © Fraunhofer IOSB From SWE to SensorThings ▪ “Old” SWE Standards ▪ XML Encoded ▪ SOAP bindings ▪ Complex in use ▪ No easy browsing ▪ No pagination ▪ No pub/sub Time for an update → SensorThings API 2019-10-29 4 / 38 © Fraunhofer IOSB OGC SensorThings API https://www.opengeospatial.org/standards/sensorthings https://github.com/opengeospatial/sensorthings ▪ A standard for exchanging sensor data and metadata ▪ Historic data & current data ▪ JSON Encoded ▪ RESTful ▪ Adapting OASIS OData URL patterns and query options ▪ Supporting MQTT pub/sub ▪ Easy to use & understand ▪ Discoverable with only a web browser 2019-10-29 5 / 38 © Fraunhofer IOSB OGC SensorThings API ▪ Divided into multiple Parts
    [Show full text]
  • Usage of Standards in the Smart Factory Web Testbed
    Usage of Standards in the Smart Factory Web Testbed An Industrial Internet Consortium White Paper Version 1.0 2020-06-29 Usage of Standards in the Smart Factory Web Testbed CONTENT 1 Standards Overview ............................................................................................................... 6 2 Smart Factory Web Architecture ........................................................................................... 8 2.1 Asset Definition ....................................................................................................................... 9 2.2 Describing a Factory in AML................................................................................................... 12 2.3 The Asset Graph View ............................................................................................................ 18 2.4 Factory Registration ............................................................................................................... 19 2.5 Cloud Integration ................................................................................................................... 19 2.6 Implementation Status .......................................................................................................... 32 3 Detailed Description of Standards Usage............................................................................. 34 3.1 AutomationML ...................................................................................................................... 35 3.2 AML and OPC UA ..................................................................................................................
    [Show full text]
  • ITU-T Technical Specification TELECOMMUNICATION STANDARDIZATION SECTOR (7 April 2019) of ITU
    International Telecommunication Union ITU-T Technical Specification TELECOMMUNICATION STANDARDIZATION SECTOR (7 April 2019) OF ITU ITU-T Focus Group on Data Processing and Management to support IoT and Smart Cities & Communities Technical Specification D3.2 SensorThings API – Sensing FOREWORD The International Telecommunication Union (ITU) is the United Nations specialized agency in the field of telecommunications, information and communication technologies (ICTs). The ITU Telecommunication Standardization Sector (ITU-T) is a permanent organ of ITU. ITU-T is responsible for studying technical, operating and tariff questions and issuing Recommendations on them with a view to standardizing telecommunications on a worldwide basis. The procedures for establishment of focus groups are defined in Recommendation ITU-T A.7. ITU-T Study Group 20 set up the ITU-T Focus Group on Data Processing and Management to support IoT and Smart Cities & Communities (FG-DPM) at its meeting in March 2017. ITU-T Study Group 20 is the parent group of FG-DPM. Deliverables of focus groups can take the form of technical reports, specifications, etc., and aim to provide material for consideration by the parent group in its standardization activities. Deliverables of focus groups are not ITU-T Recommendations. ITU 2019 All rights reserved. No part of this publication may be reproduced, by any means whatsoever, without the prior written permission of ITU. Technical Specification D3.2 SensorThings API – Sensing Summary The SensorThings API provides an open, geospatial-enabled and unified way to interconnect the Internet of Things devices, data, and applications over the Web. The SensorThings API is an open standard, and that means it is non-proprietary, platform-independent, and perpetual royalty-free.
    [Show full text]
  • Ogc Sensorthings Api ...59
    UCGE Reports Number 20400 Department of Geomatics Engineering Implementation and Evaluation of Interoperable Open Standards for the Internet of Things (URL: http://www.geomatics.ucalgary.ca/graduatetheses) by Seyyed Mohammad Ali Jazayeri APRIL, 2014 UNIVERSITY OF CALGARY Implementation and Evaluation of Interoperable Open Standards for the Internet of Things By Seyyed Mohammad Ali Jazayeri A THESIS SUBMITTED TO THE FACULTY OF GRADUATE STUDIES IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE DEPARTMENT OF GEOMATICS ENGINEERING CALGARY, ALBERTA APRIL, 2014 © Seyyed Mohammad Ali Jazayeri 2014 Abstract Recently, researchers focused on a new use of the Internet called Internet of Things (IoT), in which capable electronic devices can be remotely accessed over the Internet. All around the world, IoT applications are emerging exponentially with various functionalities in order to monitor and control the environment. For example, Wemo switch, Philips Hue light bulb, Ninja Blocks and Air Quality Egg are samples of the existing IoT applications which make environmental dynamics accessible via the Internet. Each application is developed based on the developer’s desire of the device. That means the number of proprietary protocols is growing as the number of IoT devices increases. Moreover, IoT devices are intuitively heterogeneous in terms of the hardware capabilities and communication protocols. Therefore, ensuring interoperability is an important step to integrate various devices together. In this research, we focus on the communication challenges of the IoT objects to make the network suitable for a wide scale of IoT devices. To do this, we implement open standards in different communication layers on a resource constraint IoT object.
    [Show full text]
  • A Web Service Protocol Realizing Interoperable Internet of Things Tasking Capability
    sensors Article A Web Service Protocol Realizing Interoperable Internet of Things Tasking Capability Chih-Yuan Huang 1,* and Cheng-Hung Wu 2 1 Center for Space and Remote Sensing Research, National Central University, Taoyuan 320, Taiwan 2 Department of Civil Engineering, National Central University, Taoyuan 320, Taiwan; [email protected] * Correspondence: [email protected]; Tel.: +886-3-422-7151 (ext. 57692) Academic Editors: Mihai Lazarescu and Luciano Lavagno Received: 8 June 2016; Accepted: 26 August 2016; Published: 31 August 2016 Abstract: The Internet of Things (IoT) is an infrastructure that interconnects uniquely-identifiable devices using the Internet. By interconnecting everyday appliances, various monitoring, and physical mashup applications can be constructed to improve human’s daily life. In general, IoT devices provide two main capabilities: sensing and tasking capabilities. While the sensing capability is similar to the World-Wide Sensor Web, this research focuses on the tasking capability. However, currently, IoT devices created by different manufacturers follow different proprietary protocols and are locked in many closed ecosystems. This heterogeneity issue impedes the interconnection between IoT devices and damages the potential of the IoT. To address this issue, this research aims at proposing an interoperable solution called tasking capability description that allows users to control different IoT devices using a uniform web service interface. This paper demonstrates the contribution of the proposed solution by interconnecting different IoT devices for different applications. In addition, the proposed solution is integrated with the OGC SensorThings API standard, which is a Web service standard defined for the IoT sensing capability. Consequently, the Extended SensorThings API can realize both IoT sensing and tasking capabilities in an integrated and interoperable manner.
    [Show full text]
  • D2 Deployment Strategies
    API4INSPIRE D2 - Deployment strategies for standard- based APIs Version 1.1 2020-05-07 D2 - Deployment strategies for standard-based APIs Contents Tables ........................................................................................................................................................ 4 Figures ....................................................................................................................................................... 5 1. Definitions and Acronyms ..................................................................................................................... 7 1.1. Acronyms ....................................................................................................................................... 7 1.2. Definitions ..................................................................................................................................... 8 1.3. Standards ....................................................................................................................................... 8 1.4. Supporting Documents .................................................................................................................. 9 2. Introduction ......................................................................................................................................... 11 3. Data Providers ..................................................................................................................................... 12 3.1. Selection Criteria ........................................................................................................................
    [Show full text]
  • Extending INSPIRE to the Internet of Things Through Sensorthings API
    Preprints (www.preprints.org) | NOT PEER-REVIEWED | Posted: 2 May 2018 doi:10.20944/preprints201805.0031.v1 Peer-reviewed version available at Geosciences 2018, 8, 221; doi:10.3390/geosciences8060221 Article Extending INSPIRE to the Internet of Things through SensorThings API Alexander Kotsev 1,†,‡* ID , Katherina Schleidt 2,‡, Steve Liang 3,‡, Hylke van der Schaaf 4,‡, Tania Khalafbeigi 3,‡, Sylvain Grellet 5,‡, Michael Lutz 1,‡, Simon Jirka 6,‡ and Mickaël Beaufils 5,‡ 1 European Commission, Joint Research Centre 2 DataCove e.U., Austria 3 University of Calgary, Canada 4 Fraunhofer IOSB, Germany 5 French Geological Survey (BRGM) 6 52 ◦North GmbH, Germany * Correspondence: [email protected]; Tel.: +39 0332 78 9069 † Via E. Fermi, 2749 – TP 263 - 21027 Ispra (VA), Italy ‡ These authors contributed equally to this work. § The views expressed are purely those of the authors and may not in any circumstances be regarded as stating an official position of the European Commission. Version May 2, 2018 submitted to 1 Abstract: Spatial Data Infrastructures (SDI) established during the past two decades ’unlocked’ 2 heterogeneous geospatial datasets. The European Union INSPIRE Directive laid down the foundation 3 of a pan-European SDI where thousands of public sector data providers make their data available for 4 cross-border and cross-domain reuse. At the same time, SDIs should inevitably adopt new technology 5 and standards in order to remain fit for purpose and address in the best possible way the needs 6 of different stakeholders (government, businesses and citizens). Some of the recurring technical 7 requirements raised by SDI stakeholders include (i) the need for adoption of RESTful architectures, 8 together with (ii) alternative (to GML) data encodings, such as JavaScript Object Notation (JSON) 9 and binary exchange formats, and (iii) adoption of asynchronous publish-subscribe-based messaging 10 protocols.
    [Show full text]
  • Management of Sensor Data with Open Standards
    Hertweck et al. Management of Sensor Data with Open Standards Management of Sensor Data with Open Standards Philipp Hertweck Tobias Hellmund Fraunhofer IOSB Fraunhofer IOSB [email protected] [email protected] Hylke van der Schaaf Jürgen Moßgraber Fraunhofer IOSB Fraunhofer IOSB [email protected] [email protected] Jan Blume Fraunhofer IOSB [email protected] ABSTRACT In an emergency, getting up-to-date information about the current situation is crucial to orchestrate an efficient response. Due to its objectivity, preciseness and comparability, time-series data offer broad possibilities to manage emergency incidents. Since the Internet of Things (IoT) is rapidly growing with an estimated number of 30 billion sensors in 2020, it offers excellent potential to collect time-series data for improving situational awareness. The IoT brings several challenges: caused by a splintered sensor manufacturer landscape, data comes in various structures, incompatible protocols and unclear semantics. To tackle these challenges a well-defined interface, from where uniform data can be queried, is necessary. The Open Geospatial Consortium (OGC) has recognized this demand and developed the SensorThings API standard, an open, unified way to interconnect devices throughout the IoT, which is implemented by the FRaunhofer-Opensource-SensorThings-Server (FROST). This paper presents the standard, its implementation and the application to the domain of crisis management. Keywords Sensor data management, Time-series data, Data storage and retrieval, Open-source software, SensorThings API, OData, REST, MQTT, FROST INTRODUCTION The situational awareness of emergency managers relies on up-to-date and correct information. One possibility to retrieve most accurate and objective data is the utilization of sensors collecting time-series data, for example water levels of a river, wind speed or temperature.
    [Show full text]
  • Transition of EU Cities Towards a New Concept of Smart Life and Economy D3.5 Design and Implementation of New Concepts of the Urban Platform Page 2
    Ref. Ares(2019)7392163 - 01/12/2019 THE EC BY APPROVED BEEN YET Deliverable due date: M36 – November 2019 D3.5 Design and implementation of new concepts of the Urban Platform WP3, Task 3.5 THIS DELIVERABLE HAS NOT Transition of EU cities towards a new concept of Smart Life and Economy D3.5 Design and implementation of new concepts of the Urban Platform Page 2 Project Acronym mySMARTLife Project Title Transition of EU cities towards a new concept of Smart Life and Economy st th Project Duration 1 December 2016 – 30 November 2021 (60 Months) Deliverable D3.5 Design and implementation of new concepts of the Urban Platform Diss. Level PU Working Status Verified by other WPs Final version THE EC Due date 30/11/2019 BY Work Package WP3 Lead beneficiary TSY Contributing HAM, CAR beneficiary(ies) Task 3.5: ICT and Urban Platform developments – ICT & URBAN PLATFORM This task, led by HAM and TSY, will produce a number of services to improve city operation, APPROVED decision aiding services, citizen engagement, interaction between city and citizens. The detailed scope of the services will be defined in the design phase of the. The services are BEEN mainly based on the aggregation and visualization of the collected data. The quality of the analysed data is also based on the location where the sensors will be installed. Improving YET decision making on urban services by providing functionalities to define KPIs and to monitor these is part of this task as well. Task description - Subtask 3.5.1: New architecture. A new architecture will be defined by HAM and TSY, following the open specification concept will be defined for the Urban Platform City of Hamburg.
    [Show full text]
  • Open Geospatial Consortium OGC Sensorthings API Part
    Open Geospatial Consortium Submission Date: <yyyy-mm-dd> Approval Date: <yyyy-mm-dd> Publication Date: <yyyy-mm-dd> External identifier of this OGC® document: <http://www.opengis.net/doc/IS/iot_tasking/1.0 Internal reference number of this OGC® document: 17-079 Version: 0.1.2 Category: OGC® Implementation Specification Editor: Steve Liang (University of Calgary/SensorUp) Co-Editor: Tania Khalafbeigi (University of Calgary/SensorUp) OGC SensorThings API Part 2 – Tasking Core Copyright notice Copyright © 2017 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 distributed for review and comment. This document 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. Document type: OGC® Standard Document subtype: Implementation Standard Document stage: Draft Document language: English 1 Copyright © 2017 Open Geospatial Consortium 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.
    [Show full text]
  • Introduction to the OGC Sensorthings API
    Introduction to the OGC SensorThings API Temperature: 29 C Humidity: 29% Windspeed: 11 km/h CO: 0.23 ppm NO: 0.22 ppm Temperature: 29 C Humidity: 29% Windspeed: 11 km/h CO: 0.23 ppm Temperature: 29 C Temperature: 29 C NO: 0.22 ppm Humidity: 29% Windspeed: 11 km/h Humidity: 29% CO: 0.23 ppm Temperature: 29 C Temperature: 29 C NO: 0.22 ppm Humidity: 29% Windspeed: 11 km/h Windspeed: 11 km/h Humidity: 29% CO: 0.23 ppm CO: 0.23 ppm Temperature: 29 C Temperature: 29 C NO: 0.22 ppm Windspeed: 11 km/h Humidity: 29% Humidity: 29% NO: 0.22 ppm Windspeed: 11 km/h Windspeed: 11 km/h CO: 0.23 ppm Temperature: 29 C CO: 0.23 ppm CO: 0.23 ppm NO: 0.22 ppm Humidity: 29% NO: 0.22 ppm NO: 0.22 ppm Windspeed: 11 km/h CO: 0.23 ppm NO: 0.22 ppm Temperature: 29 C Temperature: 29 C Humidity: 29% Humidity: 29% Windspeed: 11 km/h Windspeed: 11 km/h CO: 0.23 ppm CO: 0.23 ppm NO: 0.22 ppm NO: 0.22 ppm Temperature: 29 C Humidity: 29% Windspeed: 11 km/h CO: 0.23 ppm NO: 0.22 ppm Dr. Steve Liang Associate Professor / AITF-Microsoft Industry Chair [email protected] Wednesday, 1 October, 14 About Steve • Associate Professor, Geomatics Engineering, Uni. Calgary • AITF-Microsoft Industry Chair on Open Sensor Web • Chair, OGC Sensor Web for Internet of Things Standards Working Group • N.A. Chair, OGC University Domain Working Group • Chair, ISPRS Working Group on Sensor Web and Internet of Things • Rapporteur, ITU-T SG12/11 on Internet of Things Test Specifications Wednesday, 1 October, 14 Background Helping the World to Communicate Geographically 3 Wednesday, 1 October, 14 Bell’s Law for the Birth and Death of Computer Classes “Coming rapidly are billions of cell phones for personal computing and the tens of billions of wireless sensor nets to unwire and interconnect everything.
    [Show full text]
  • Open Geospatial Consortium OGC Sensorthings API Part 2 – Tasking
    Open Geospatial Consortium Submission Date: 2017-10-13 Approval Date: 2018-06-01 Publication Date: 2019-01-08 External identifier of this OGC® document: http://www.opengis.net/doc/IS/sensorthings-part2- TaskingCore/1.0 Internal reference number of this OGC® document: 17-079r1 Version: 1.0 Category: OGC® Implementation Standard Editor: Steve Liang, Tania Khalafbeigi OGC SensorThings API Part 2 – Tasking Core Copyright notice Copyright © 2019 Open Geospatial Consortium To obtain additional rights of use, visit http://www.opengeospatial.org/legal/. Warning This document is an OGC Member approved international standard. This document is available on a royalty free, non-discriminatory basis. 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. Document type: OGC® Standard Document subtype: Implementation Document stage: Approved Document language: English 1 Copyright © 2019 Open Geospatial Consortium 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.
    [Show full text]