87 results on '"GeoSPARQL"'
Search Results
2. Evaluating Geospatial RDF Stores Using the Benchmark Geographica 2
- Author
-
Theofilos Ioannidis, Manolis Koubarakis, George Garbis, Konstantina Bereta, and Kostis Kyzirakos
- Subjects
stSPARQL ,FOS: Computer and information sciences ,Geospatial analysis ,Computer Networks and Communications ,Computer science ,02 engineering and technology ,computer.software_genre ,Computer Science - Databases ,Artificial Intelligence ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,SPARQL ,benchmarking ,RDF ,geospatial ,scalability ,Database ,RDF store ,Search engine indexing ,InformationSystems_DATABASEMANAGEMENT ,Databases (cs.DB) ,020207 software engineering ,computer.file_format ,GeoSPARQL ,Geocoding ,Scalability ,Benchmark (computing) ,computer ,Linked Open Data ,Information Systems - Abstract
Geospatial extensions of SPARQL, like GeoSPARQL and stSPARQL, have been defined since 2007 and while several geospatial RDF stores have implemented a substantial part of these extensions, other stores limited their support mostly on point geometry features. A parallel process with the above was that RDF frameworks evolved in an interesting way by presenting a more mature set of geospatial features, such as GeoSPARQL support and including the latest indexing technologies. As a logical consequence, a shift in the use of RDF frameworks is to be expected, from base platforms that users extend to create more complete geospatial RDF stores, to attractive finished RDF solutions for many geospatial applications. Alongside with the ever-increasing size of linked geospatial data that semantic stores need to handle, all the above provided our group the motivation to improve our single node systems benchmark Geographica, originally defined in 2013. Geographica 2 is more comprehensive, because it now includes new geospatial RDF stores and frameworks, big real world datasets of many hundred million triples with up to fifty million features of complex geometries, new tests and queries that reveal the scalability of these systems. The augmented and revised real world workload of Geographica 2 tests the efficiency of primitive spatial functions in RDF stores, their performance in the geocoding scenario against the new Census dataset in addition to many other real use case scenarios and finally includes computation of statistics for geospatial datasets. A more detailed and systematic evaluation is performed using the synthetic workload. The new scalability workload aims at discovering the limits of centralized geospatial RDF stores of various architectures. It employs a set of six well balanced real world datasets with highly complex geometries covering many European countries and compares three RDF stores in terms of storage space, bulk loading and query response time. In addition, a special version of the benchmark has been created for systems with limited geospatial functionality and two more systems of this category are introduced along the six systems of the main benchmark, all stressed against point-only subsets of the workloads. Three out of the eight systems use an RDBMS for the persistence layer, while some of them offer a variety of persistence options., EU project ExtremeEarth (825258)
- Published
- 2021
- Full Text
- View/download PDF
3. GeoSPARQL 1.1: Motivations, Details and Applications of the Decadal Update to the Most Important Geospatial LOD Standard
- Author
-
Timo Homburg and Nicholas Car
- Subjects
Geography, Planning and Development ,Earth and Planetary Sciences (miscellaneous) ,Computers in Earth Sciences ,GeoSPARQL ,GeoSPARQL 1.1 ,spatial ,geospatial ,Semantic Web ,RDF ,OWL ,OGC ,Open Geospatial Consortium ,standard ,ontology - Abstract
In 2012, the Open Geospatial Consortium published GeoSPARQL defining “an RDF/OWL ontology for [spatial] information”, “SPARQL extension functions” for performing spatial operations on RDF data and “RIF rules” defining entailments to be drawn from graph pattern matching. In the 8+ years since its publication, GeoSPARQL has become the most important spatial Semantic Web standard, as judged by references to it in other Semantic Web standards and its wide use for Semantic Web data. An update to GeoSPARQL was proposed in 2019 to deliver a version 1.1 with a charter to: handle outstanding change requests and source new ones from the user community and to “better present” the standard, that is to better link all the standard’s parts and better document and exemplify elements. Expected updates included new geometry representations, alignments to other ontologies, handling of new spatial referencing systems, and new artifact presentation. This paper describes motivating change requests and actual resultant updates in the candidate version 1.1 of the standard alongside reference implementations and usage examples. We also describe the theory behind particular updates, initial implementations of many parts of the standard, and our expectations for GeoSPARQL 1.1’s use.
- Published
- 2022
- Full Text
- View/download PDF
4. Efficient access to heterogeneous environmental data repositories through linked data standards
- Author
-
Al-Mobydeen, Shahed Bassam Khalaf, Ríos Viqueira, José Ramón, Lama Penín, Manuel, Universidade de Santiago de Compostela. Escola de Doutoramento Internacional (EDIUS), and Universidade de Santiago de Compostela. Programa de Doutoramento en Investigación en Tecnoloxías da Información
- Subjects
GeoSPARQL ,Investigación::25 Ciencias de la tierra y del espacio::2502 Climatología::250206 Climatología física [Materias] ,Geospatial Linked Data ,Investigación::12 Matemáticas::1203 Ciencia de los ordenadores::120312 Bancos de datos [Materias] ,Scientific Linked Data ,Spatial Query Processing ,Raster Linked Data ,Investigación::25 Ciencias de la tierra y del espacio::2509 Metereología::250902 Contaminación atmosférica [Materias] ,Array Linked Data - Abstract
This Thesis proposes advances in various components of a new GeoSPARQL query engine, called GeoLD, that enables the efficient integrated querying of heterogeneous environmental datasets, including Vector Features and Raster Coverages, which are available through standard web services of geospatial data infrastructures. The proposed solution enables the access to Raster Coverages by providing a new Coverage to RDF Mapping Language (C2RML), which enables the programmer to incorporate specific vocabularies during the definition of the mapping between the coverage data schema and RDF. New SPARQL operators and a new query optimization strategy provide the algorithms required to reach query response times orders of magnitude faster than those of state of the art technologies. Additionally, contrary to existing approaches, raster data querying is achieved without the need to use large lists of specific raster manipulation functions, which simplifies the programming task. 2023-12-22
- Published
- 2022
5. GeoSPARQL query support for scientific raster array data
- Author
-
Shahed Bassam Almobydeen, José R.R. Viqueira, Manuel Lama, and Universidade de Santiago de Compostela. Centro de Investigación en Tecnoloxías da Información
- Subjects
GeoSPARQL ,Array linked data ,Spatial query processing ,Raster linked data ,Computers in Earth Sciences ,Geospatial linked data ,Scientific linked data ,Information Systems - Abstract
This paper presents the design of a GeoSPARQL query processing solution for scientific raster array data, called GeoLD. The solution enables the implementation of SPARQL endpoints on top of OGC standard Web Coverage Processing Services (WCPS). Thus, the semantic querying of scientific raster data is supported without the need of specific raster array functions in the language. To achieve this, first Coverage to RDF mapping solutions were defined, based on the well-known W3C standard mappings for relational data. Next, the SPARQL algebra is extended with a new operator that delegates part of the GeoSPARQL query in WCPS services. Query optimization replaces those parts of the SPARQL query plan that may be delegated to a WCPS service by instances of such new WCPS operator. A first prototype has been implemented by extending the ARQ SPARQL query engine of Apache Jena. Petascope was used as the WCPS implementation on top of the Rasdaman raster array database. An initial evaluation with real meteorological data shows, as it was initially expected, that the approach outperforms an existing reference relational database based GeoSPARQL implementation The work of Shahed Bassam Almobydeen was partially funded by European Union under the Erasmus Mundus Peace II mobility program. The work of José R.R. Viqueira was partially funded by Xunta de Galicia, Spain under the Project ED431B 2021/16, by the TRAFAIR EU project 2017-EU-IA-0167, co-financed by the Connecting Europe Facility, by the EU RADAR-ON-RAIA project (0461_RADAR_ON_RAIA_1_E), co-financed by the European Regional Development Fund (ERDF) through the Iterreg V-A Spain-Portugal program (POCTEP) 2014–2020 and by project MAGIST-ELA PID2019-105221RB-C42, funded by Spanish Ministry of Economy and Competitiveness, Spain. The work of Manuel Lama was partially funded by the Spanish Ministry for Science, Innovation and Universities under the project TIN2017-84796-C2-1-R SI
- Published
- 2022
6. GeoSPARQL 1.1: An Almost Decadal Update to the Most Important Geospatial LOD Standard
- Author
-
Timo Homburg and Nicholas John Car
- Subjects
geometry_topology ,Information retrieval ,Geospatial analysis ,Computer science ,computer.file_format ,GeoSPARQL ,RDF ,Ontology (information science) ,computer.software_genre ,computer ,Semantic Web - Abstract
In 2012 the Open Geospatial Consortium published GeoSPARQL defining “an RDF/OWL ontology for [spatial] information”, “SPARQL extension functions” for performing spatial operations on RDF data and “RIF rules” defining entailments to be drawn from graph pattern matching. In the 8+ years since its publication, GeoSPARQL has become the most important spatial Semantic Web standard, as judged by references to it in other Semantic Web standards and its wide use for Semantic Web data. An update to GeoSPARQL was proposed in 2019 to deliver a version 1.1 with a charter to: handle outstanding change requests and source new ones from the user community and to “better present” the standard, that is to better link all the standard’s parts and better document & exemplify elements. Expected updates included new geometry representations, alignments to other ontologies, handling of new spatial referencing systems, and new artifact presentation. In this paper, we describe motivating change requests and actual resultant updates in the candidate version 1.1 of the standard alongside reference implementations and usage examples. We also describe the theory behind particular updates, initial implementations of many parts of the standard, and our expectations for GeoSPARQL 1.1’s use.
- Published
- 2021
7. Towards Limiting Semantic Data Loss In 4D Urban Data Semantic Graph Generation
- Author
-
Sylvie Servigne, Gilles Gesquière, Diego Vinasco-Alvarez, John Samuel, Origami (Origami), Laboratoire d'InfoRmatique en Image et Systèmes d'information (LIRIS), Institut National des Sciences Appliquées de Lyon (INSA Lyon), Université de Lyon-Institut National des Sciences Appliquées (INSA)-Université de Lyon-Institut National des Sciences Appliquées (INSA)-Centre National de la Recherche Scientifique (CNRS)-Université Claude Bernard Lyon 1 (UCBL), Université de Lyon-École Centrale de Lyon (ECL), Université de Lyon-Université Lumière - Lyon 2 (UL2)-Institut National des Sciences Appliquées de Lyon (INSA Lyon), Université de Lyon-Université Lumière - Lyon 2 (UL2), and Base de Données (BD)
- Subjects
Data Integration ,Technology ,Geospatial analysis ,Computer science ,[INFO.INFO-DS]Computer Science [cs]/Data Structures and Algorithms [cs.DS] ,CityGML ,Ontology (information science) ,Semantic data model ,computer.software_genre ,Networks of Ontologies ,11. Sustainability ,Applied optics. Photonics ,[INFO]Computer Science [cs] ,Semantic Web ,3D Urban Data ,Information retrieval ,Data Transformation ,GeoSPARQL ,Engineering (General). Civil engineering (General) ,[INFO.INFO-MO]Computer Science [cs]/Modeling and Simulation ,TA1501-1820 ,Data model ,TA1-2040 ,Spatio-temporal Data ,computer ,Graphs ,Data integration - Abstract
To enrich urban digital twins and better understand city evolution, the integration of heterogeneous, spatio-temporal data has become a large area of research in the enrichment of 3D and 4D (3D + Time) semantic city models. These models, which can represent the 3D geospatial data of a city and their evolving semantic relations, may require data-driven integration approaches to provide temporal and concurrent views of the urban landscape. However, data integration often requires the transformation or conversion of data into a single shared data format, which can be prone to semantic data loss. To combat this, this paper proposes a model-centric ontology-based data integration approach towards limiting semantic data loss in 4D semantic urban data transformations to semantic graph formats. By integrating the underlying conceptual models of urban data standards, a unified spatio-temporal data model can be created as a network of ontologies. Transformation tools can use this model to map datasets to interoperable semantic graph formats of 4D city models. This paper will firstly illustrate how this approach facilitates the integration of rich 3D geospatial, spatio-temporal urban data and semantic web standards with a focus on limiting semantic data loss. Secondly, this paper will demonstrate how semantic graphs based on these models can be implemented for spatial and temporal queries toward 4D semantic city model enrichment.
- Published
- 2021
- Full Text
- View/download PDF
8. INTEGRATION OF MOBILE GIS AND LINKED DATA TECHNOLOGY FOR SPATIO-TEMPORAL TRANSPORT DATA MODEL
- Author
-
B. Margan and Farshad Hakimpour
- Subjects
lcsh:Applied optics. Photonics ,Information retrieval ,Access network ,010504 meteorology & atmospheric sciences ,lcsh:T ,Computer science ,0211 other engineering and technologies ,lcsh:TA1501-1820 ,02 engineering and technology ,computer.file_format ,Linked data ,GeoSPARQL ,lcsh:Technology ,01 natural sciences ,Data model ,lcsh:TA1-2040 ,User interface ,RDF ,lcsh:Engineering (General). Civil engineering (General) ,computer ,Semantic Web ,021101 geological & geomatics engineering ,0105 earth and related environmental sciences - Abstract
Linked Data is available data on the web in a standard format that is useful for content inspection and insights deriving from data through semantic queries. Querying and Exploring spatial and temporal features of various data sources will be facilitated by using Linked Data. In this paper, an application is presented for linking transport data on the web. Data from Google Maps API and OpenStreetMap linked and published on the web. Spatio-Temporal queries were executed over linked transport data and resulted in network and traffic information in accordance with the user’s position. The client-side of this application contains a web and a mobile application which presents a user interface to access network and traffic information according to the user’s position. The results of the experiment show that by using the intrinsic potential of Linked Data we have tackled the challenges of using heterogeneous data sources and have provided desirable information that could be used for discovering new patterns. The mobile GIS application enables assessing the profits of mentioned technologies through an easy and user-friendly way.
- Published
- 2019
- Full Text
- View/download PDF
9. Geospatial Semantic Query Engine for Urban Spatial Data Infrastructure
- Author
-
Sunitha Abburu
- Subjects
Spatial data infrastructure ,Semantic query ,Geospatial analysis ,Information retrieval ,Computer Networks and Communications ,Computer science ,05 social sciences ,02 engineering and technology ,Ontology (information science) ,GeoSPARQL ,computer.software_genre ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,0501 psychology and cognitive sciences ,CityGML ,Semantic Web ,computer ,Spatial analysis ,050104 developmental & child psychology ,Information Systems - Abstract
The research aims at design and develop a special semantic query engine “CityGML Spatial Semantic Web Client (CSSWC)” that facilitates ontology-based multicriteria queries on CityGML data in OGC standard. Presently, there is no spatial method, spatial information infrastructure or any tool to establish the spatial semantic relationship between the 3D city objects in CityGML model. The present work establishes the spatial and semantic relationships between the 3DCityObjects and facilitates ontology-driven spatial semantic query engine on 3D city objects, class with multiple attributes, spatial semantic relations like crosses, nearby, etc., with all other city objects. This is a novel and original work practically implemented generic product for any 3D CityGML model on the globe. A user-friendly form-based interface is designed to compose effective ontology based GeoSPARQL query. CSSWC enhances CityGML applications performance through effective and efficient querying system.
- Published
- 2019
- Full Text
- View/download PDF
10. SRX: efficient management of spatial RDF data
- Author
-
Panagiotis Bouros, Konstantinos Theocharidis, Manolis Terrovitis, Nikos Mamoulis, and John Liagouris
- Subjects
Computer science ,Joins ,02 engineering and technology ,computer.file_format ,GeoSPARQL ,computer.software_genre ,Spatial query ,Hardware and Architecture ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,SPARQL ,Overhead (computing) ,020201 artificial intelligence & image processing ,Data mining ,RDF ,computer ,Information Systems ,Integer (computer science) - Abstract
We present a general encoding scheme for the efficient management of spatial RDF data. The scheme approximates the geometries of the RDF entities inside their (integer) IDs and can be used, along with several operators and optimizations we introduce, to accelerate queries with spatial predicates and to re-encode entities dynamically in case of updates. We implement our ideas in SRX, a system built on top of the popular RDF-3X system. SRX extends RDF-3X with support for three types of spatial queries: range selections (e.g., find entities within a given polygon), spatial joins (e.g., find pairs of entities whose locations are close to each other), and spatial k-nearest neighbors (e.g., find the three closest entities from a given location). We evaluate SRX on spatial queries and updates with real RDF data, and we also compare its performance with the latest versions of three popular RDF stores. The results show SRX ’s superior performance over the competitors; compared to RDF-3X, SRX improves its performance for queries with spatial predicates while incurring little overhead during updates.
- Published
- 2019
- Full Text
- View/download PDF
11. Interlinking geospatial and building geometry with existing and developing standards on the web
- Author
-
Peter Bonsma, Pieter Pauwels, Kris McGlinn, Anna Wagner, Philip Kelly, and Declan O'Sullivan
- Subjects
Geospatial analysis ,Computer science ,business.industry ,0211 other engineering and technologies ,020101 civil engineering ,Geometry ,02 engineering and technology ,Building and Construction ,Linked data ,GeoSPARQL ,computer.software_genre ,0201 civil engineering ,World Wide Web ,Building information modeling ,Control and Systems Engineering ,021105 building & construction ,Industry Foundation Classes ,CityGML ,business ,computer ,Semantic Web ,Civil and Structural Engineering ,Geometric data analysis - Abstract
Geometric data plays a central role in the geospatial domain, architectural design and construction industry. For upcoming, new approaches to store building data, such as the Semantic Web, no universal common agreement exists on the combination of geometric and non-geometric data. It can therefore be unclear to users on how to represent their geometries, leading to a decelerated application and advancement of making building data available over the web. This gap can only be bridged if a common approach on the representation of geometries on the web is achieved. To first generate a common understanding of geometry representations, an overview of existing and developing geometry (web) standards needs to be given and discussed, i.e., the Industry Foundation Classes (IFC), CityGML, GeoSPARQL, and the OntoBREP and GEOM ontologies. This discussion needs to consider general contexts, e.g., 2D, 3D, detailed, or tessellated geometries, and specific use cases of the construction industry. Based on these discussions, this paper aims to propose a general recommendation for web-based geometry representations to enhance future applications of building data on the web. Due to the variety of use cases and their requirements, as well as technical constraints based on deviant interpretations of geometry descriptions from different geometry kernels, it became clear, that no approach or standard is generally superior to others. The biggest distinction identified in this paper is posed between the context of visualizing, where simplified, tessellated geometry holds the highest advantage, and (parametric) modeling, which requires semantically detailed geometry representations. Hence, we recommend to interlink non-geometric data with multiple geometry representations, to address all relevant contexts and use cases appropriately. The individual geometry representations should be chosen based on the relevant use cases for an optimal experience when using and exchanging geometry on the web. With this recommendation, the benefits of all discussed approaches can be exploited while avoiding their respective challenges.
- Published
- 2019
- Full Text
- View/download PDF
12. OnGIS
- Author
-
Marek Smid
- Subjects
Geospatial analysis ,Information retrieval ,Computer Networks and Communications ,Computer science ,business.industry ,Data management ,Web Ontology Language ,02 engineering and technology ,GeoSPARQL ,computer.software_genre ,Spatial query ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,Semantic technology ,020201 artificial intelligence & image processing ,business ,computer ,Blossom algorithm ,Information Systems ,Data integration ,computer.programming_language - Abstract
Geospatial data sources are heterogeneous and backed by different data management technologies. This brings problems in data integration as well as their subsequent interpretation. This article proposes a technique for choosing the relevant data source out of many such sources, given a complex spatial query. Each source is described with a set of prototypical queries that are algorithmically arranged into a lattice. Upon query execution, the lattice is searched for an element matching best the input query. The matching algorithm makes use of the GeoSPARQL query containment enhanced with OWL 2 QL semantics. The technique is implemented in a prototypical system called OnGIS.
- Published
- 2019
- Full Text
- View/download PDF
13. Towards a semantic web representation from a 3D geospatial urban data model
- Author
-
Diego Vinasco-Alvarez, John Samuel, Sylvie Servigne, Gilles Gesquière, Origami (Origami), Laboratoire d'InfoRmatique en Image et Systèmes d'information (LIRIS), Institut National des Sciences Appliquées de Lyon (INSA Lyon), Institut National des Sciences Appliquées (INSA)-Université de Lyon-Institut National des Sciences Appliquées (INSA)-Université de Lyon-Centre National de la Recherche Scientifique (CNRS)-Université Claude Bernard Lyon 1 (UCBL), Université de Lyon-École Centrale de Lyon (ECL), Université de Lyon-Université Lumière - Lyon 2 (UL2)-Institut National des Sciences Appliquées de Lyon (INSA Lyon), Université de Lyon-Université Lumière - Lyon 2 (UL2), Base de Données (BD), and Vinasco-Alvarez, Diego
- Subjects
GeoSPARQL ,3D urban data conceptual models ,CityGML ,[INFO]Computer Science [cs] ,[INFO] Computer Science [cs] ,Interoperability ,Semantic Web ,RDF - Abstract
Urbanization is a continuous evolution process that is currently studied by a number of researchers. Multi-source and multidimensional city information models are often used to understand the ever-changing urban landscape. These models may encounter issues with interoperability and data-loss if conversion is required for integration. Today we can base ourselves on conceptual models which can help deal with data losses during conversion and may also help preserve data interoperability. This kind of model-driven approach can be useful as common representation. Recently, a movement towards graph and semantic based data representations has also grown in popularity to respond to these issues. As a first step, we consider CityGML, a common standard that can be used to represent 3D urban information. We propose a strategy for converting the semantics of CityGML conceptual model into ontologies and later to semantic web formats to facilitate integration. In addition, we propose a method for converting and storing CityGML instances into RDF individuals that respect the generated ontology. This proposed approach overcomes the loss of semantic information resulting from the direct translation of different types of data into graphs such as RDF, L'urbanisation est un processus d'évolution continue qui est actuellement étudié par nombre de chercheurs. Les modèles d'information de la ville, multi-sources et multidimensionnels, sont souvent utilisés pour comprendre le paysage urbain, qui est en constante évolution. Ces modèles peuvent cependant poser des problèmes d'interopérabilité et de perte de données lors de conversions, souvent nécessaires pour permettre leur intégration. Aujourd'hui, nous pouvons nous baser sur des modèles conceptuels qui peuvent aider à traiter les pertes de données lors de conversions, et peuvent également contribuer à préserver l'interopérabilité des données. Ce type d'approche modèle-centrée permet de définir une représentation commune. Récemment, un mouvement vers la représentation de données basée sur les graphes et la sémantique a gagné en popularité pour répondre aux problèmes d'interopérabilité. Dans un premier temps, pour illustrer notre approche, nous considérons CityGML, un standard de représentation des informations urbaines en 3D. Nous proposons une stratégie pour convertir la sémantique du modèle conceptuel de CityGML vers des ontologies et, ensuite, en formats web sémantiques pour faciliter l'intégration. Nous proposons également une méthode pour convertir et stocker les instances CityGML en individus RDF qui respectent l'ontologie générée. L'approche proposée permet de pallier le déficit d'information sémantique résultant de la traduction directe de différents types de données en graphe, tels que RDF.
- Published
- 2021
14. Publishing Authoritative Geospatial Data to Support Interlinking of Building Information Models
- Author
-
Christophe Debruyne, Philip Kelly, Éamonn Clinton, Declan O'Sullivan, Kris McGlinn, Alan Meehan, Rob Brennan, and Lorraine McNerney
- Subjects
Geospatial analysis ,Computer science ,business.industry ,0211 other engineering and technologies ,020101 civil engineering ,02 engineering and technology ,Building and Construction ,Linked data ,GeoSPARQL ,Ontology (information science) ,computer.software_genre ,Data science ,Ontology engineering ,0201 civil engineering ,Data access ,Building information modeling ,Control and Systems Engineering ,Information model ,021105 building & construction ,Building Information Modelling ,Geographic Information Systems ,Ontology Engineering ,Resource Description Framework (RDF) ,Linked Data ,business ,computer ,Civil and Structural Engineering - Abstract
Building Information Modelling (BIM) is a key enabler to support integration of building data within the buildings life cycle (BLC) and is an important aspect to support a wide range of use cases, related to intelligent automation, navigation, energy efficiency, sustainability and so forth. Open building data faces several challenges related to standardization, data interdependency, data access, and security. In addition to these technical challenges, there remains the barrier among BIM developers who wish to protect their intellectual property, as full 3D BIM development requires expertise and effort. This means that there is often limited availability of building data. However, a Linked Data approach to BIM, combined with a supporting national geospatial identifier infrastructure makes interlinking and controlled sharing of BIM models possible. In Ireland, the Ordnance Survey Ireland (OSi) maintains a substantial data set, called Prime2, which includes not only building GIS data (polygon footprint, geodetic coordinate), but also additional building specific data (e.g. form, function and status). The data set also includes change information, recording when changes took place and who captured and validated those changes. This paper presents the development of a national geospatial identifier infrastructure based on an OSi building ontology that supports capturing OSi building data using Resource Description Framework (RDF). The paper details the different steps required to generate the ontology and publish the data. First, an initial analysis of the data set to generate the ontology is discussed. This includes identification of mappings to existing standards, e.g. GeoSPARQL to handle geometries and PROV-O to handle provenance, to the development of R2RML mappings to generate the RDF and the method for deploying the ontology and the building graphs. This data is then made available dependent on different licensing agreements handled by an access control approach. Methods are then presented to support the interlinking of the authoritative data with other building data standards and data sets using geolocation, followed finally by discussion and future work.
- Published
- 2021
15. Towards Natural Language Question Answering over Earth Observation Linked Data using Attention-based Neural Machine Translation
- Author
-
Abhishek V. Potnis, Rajat C. Shinde, and Surya S. Durbha
- Subjects
FOS: Computer and information sciences ,Vocabulary ,Geospatial analysis ,Natural language user interface ,Machine translation ,Computer science ,Computer Science - Artificial Intelligence ,media_common.quotation_subject ,02 engineering and technology ,010501 environmental sciences ,computer.software_genre ,01 natural sciences ,Knowledge extraction ,0202 electrical engineering, electronic engineering, information engineering ,0105 earth and related environmental sciences ,media_common ,Computer Science - Computation and Language ,business.industry ,Linked data ,GeoSPARQL ,Artificial Intelligence (cs.AI) ,020201 artificial intelligence & image processing ,Artificial intelligence ,business ,computer ,Computation and Language (cs.CL) ,Natural language ,Natural language processing - Abstract
With an increase in Geospatial Linked Open Data being adopted and published over the web, there is a need to develop intuitive interfaces and systems for seamless and efficient exploratory analysis of such rich heterogeneous multi-modal datasets. This work is geared towards improving the exploration process of Earth Observation (EO) Linked Data by developing a natural language interface to facilitate querying. Questions asked over Earth Observation Linked Data have an inherent spatio-temporal dimension and can be represented using GeoSPARQL. This paper seeks to study and analyze the use of RNN-based neural machine translation with attention for transforming natural language questions into GeoSPARQL queries. Specifically, it aims to assess the feasibility of a neural approach for identifying and mapping spatial predicates in natural language to GeoSPARQL's topology vocabulary extension including - Egenhofer and RCC8 relations. The queries can then be executed over a triple store to yield answers for the natural language questions. A dataset consisting of mappings from natural language questions to GeoSPARQL queries over the Corine Land Cover(CLC) Linked Data has been created to train and validate the deep neural network. From our experiments, it is evident that neural machine translation with attention is a promising approach for the task of translating spatial predicates in natural language questions to GeoSPARQL queries., Comment: Accepted at IEEE International Geoscience and Remote Sensing Symposium (IGARSS) 2020
- Published
- 2021
- Full Text
- View/download PDF
16. Connecting Granular and Topological Relations through Description Logics
- Author
-
Hbeich, Elio, Roxin, Ana, Bus, Nicolas, and Roxin, Ana
- Subjects
GeoSPARQL ,[INFO.INFO-LO] Computer Science [cs]/Logic in Computer Science [cs.LO] ,Topological Relations ,Granular Relations ,Granular Computing ,Description Logic ,Geospatial Data ,[INFO.INFO-FL] Computer Science [cs]/Formal Languages and Automata Theory [cs.FL] ,[MATH.MATH-GN] Mathematics [math]/General Topology [math.GN] - Abstract
Granularity deals with organizing in greater or lesser detail data, information, and knowledge that resides at a granular level. This organization is carried out according to certain criteria, which thereby provide a context view or dimension also called granular perspective. Topological relations express spatial associations among geospatial features (points, polylines, and polygons); they represent a horizontal spatial analysis. The two domains allow scientists to conceive different perspectives of the world. In this article, we aim to combine the two representations through Description Logics (DL) rules to relate granular (vertical representation) and geospatial topological (horizontal representation) relations. The following consequences are thus noted: (1) geospatial features become granules, (2) geospatial features are grouped into different levels of granularity and different granules, and finally, (3) granular construction and decomposition operations are integrated into the spatial domain.
- Published
- 2021
17. Developing an urban gazetteer : a semantic web database for humanities data
- Author
-
Vincent Ducatteeuw, Moncla, Ludovic, Brando, Carmen, and McDonough, Katherine
- Subjects
Computer science ,History and Archaeology ,Lists of places ,Interoperability ,SPARQL ,Semantic technology ,Linked data ,computer.file_format ,GeoSPARQL ,Ontology (information science) ,Semantic Web ,Humanities ,computer - Abstract
This talk discusses the development of a spatiotemporal data model for an urban gazetteer. The function of gazetteers is to obtain descriptions uniquely identifying places referred to in discourse. Often, they are lists of places containing place name, feature type and geographical extent. Contemporary digital gazetteers (e.g. World Historical Gazetteer and Pleiades) are valuable tools for geographical knowledge of the past and the structuring of humanities data. However, scholars and GLAM (Galleries, Libraries, Archives and Museums) specialists often require information about entities on an intra-city scale. This presentation explores the model and implementation of an urban gazetteer using CIDOC CRM as a top-level ontology. The model will closely follow international gazetteer standards (i.e. Linked Places Format) in order to ensure interoperability with other gazetteer datasets. To move towards a FAIR (Findable, Accessible, Interoperable, and Reusable) approach, humanities data from the urban gazetteer will be published as Linked Open Data (LOD) and searchable via (Geo)SPARQL.
- Published
- 2021
18. Semantics-Driven Remote Sensing Scene Understanding Framework for Grounded Spatio-Contextual Scene Descriptions
- Author
-
Surya S. Durbha, Rajat C. Shinde, and Abhishek V. Potnis
- Subjects
Computer science ,Geography, Planning and Development ,0211 other engineering and technologies ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,semantics-driven ,lcsh:G1-922 ,02 engineering and technology ,Ontology (information science) ,Semantics ,flood ontology ,Rendering (computer graphics) ,semantic web ,0202 electrical engineering, electronic engineering, information engineering ,Earth and Planetary Sciences (miscellaneous) ,remote sensing scene understanding ,Computers in Earth Sciences ,Semantic Web ,021101 geological & geomatics engineering ,Remote sensing ,ComputingMethodologies_COMPUTERGRAPHICS ,Scene Knowledge Graphs ,spatio-contextual ,Resource Description Framework (RDF) ,Core ontology ,Semantic reasoner ,Semantic Web Rule Language (SWRL) ,GeoSPARQL ,Domain knowledge ,020201 artificial intelligence & image processing ,grounded natural language scene descriptions ,lcsh:Geography (General) ,Semantic gap - Abstract
Earth Observation data possess tremendous potential in understanding the dynamics of our planet. We propose the Semantics-driven Remote Sensing Scene Understanding (Sem-RSSU) framework for rendering comprehensive grounded spatio-contextual scene descriptions for enhanced situational awareness. To minimize the semantic gap for remote-sensing-scene understanding, the framework puts forward the transformation of scenes by using semantic-web technologies to Remote Sensing Scene Knowledge Graphs (RSS-KGs). The knowledge-graph representation of scenes has been formalized through the development of a Remote Sensing Scene Ontology(RSSO)&mdash, a core ontology for an inclusive remote-sensing-scene data product. The RSS-KGs are enriched both spatially and contextually, using a deductive reasoner, by mining for implicit spatio-contextual relationships between land-cover classes in the scenes. The Sem-RSSU, at its core, constitutes novel Ontology-driven Spatio-Contextual Triple Aggregation and realization algorithms to transform KGs to render grounded natural language scene descriptions. Considering the significance of scene understanding for informed decision-making from remote sensing scenes during a flood, we selected it as a test scenario, to demonstrate the utility of this framework. In that regard, a contextual domain knowledge encompassing Flood Scene Ontology (FSO) has been developed. Extensive experimental evaluations show promising results, further validating the efficacy of this framework.
- Published
- 2021
19. A GeoSPARQL Compliance Benchmark
- Author
-
Timo Homburg, Mirko Spasic, and Milos Jovanovik
- Subjects
FOS: Computer and information sciences ,Geospatial analysis ,Computer science ,Geography, Planning and Development ,Triplestore ,02 engineering and technology ,computer.software_genre ,SPARQL ,RDF ,benchmark ,Computer Science - Databases ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,Earth and Planetary Sciences (miscellaneous) ,Computers in Earth Sciences ,Geography (General) ,geospatial data ,Information retrieval ,Spatial intelligence ,Databases (cs.DB) ,computer.file_format ,Linked data ,GeoSPARQL ,Benchmark (computing) ,G1-922 ,020201 artificial intelligence & image processing ,computer - Abstract
GeoSPARQL is an important standard for the geospatial linked data community, given that it defines a vocabulary for representing geospatial data in RDF, defines an extension to SPARQL for processing geospatial data, and provides support for both qualitative and quantitative spatial reasoning. However, what the community is missing is a comprehensive and objective way to measure the extent of GeoSPARQL support in GeoSPARQL-enabled RDF triplestores. To fill this gap, we developed the GeoSPARQL compliance benchmark. We propose a series of tests that check for the compliance of RDF triplestores with the GeoSPARQL standard, in order to test how many of the requirements outlined in the standard a tested system supports. This topic is of concern because the support of GeoSPARQL varies greatly between different triplestore implementations, and the extent of support is of great importance for different users. In order to showcase the benchmark and its applicability, we present a comparison of the benchmark results of several triplestores, providing an insight into their current GeoSPARQL support and the overall GeoSPARQL support in the geospatial linked data domain.
- Published
- 2021
- Full Text
- View/download PDF
20. A Semantic Approach to Constraint-Based Reasoning in Geographical Domains
- Author
-
Angioletta Voghera, Liliana Ardissono, Luigi La Riccia, Daniele Fea, and Gianluca Torta
- Subjects
Constraint based reasoning ,Theoretical computer science ,Knowledge representation and reasoning ,Computer science ,Representation (systemics) ,Ecological Networks ,Urban planning, Geographic knowledge, Geographical constraints, GeoSPARQL, Ecological Networks ,02 engineering and technology ,GeoSPARQL ,Geographical constraints ,Data mapping ,Ecological network ,Urban planning ,Complete information ,020204 information systems ,Geographic knowledge ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,Geographic knowledge, Geographical constraints, GeoSPARQL, ecological networks, Urban planning - Abstract
Various models have been developed to manage geographic data but most of them integrate heterogeneous techniques to support knowledge representation and reasoning. This is far from optimal because it requires mapping data between different representation formats; moreover, as it fragments knowledge, it limits the possibility to use complete information about the problem to be solved for the execution of inferences.
- Published
- 2020
- Full Text
- View/download PDF
21. Bringing Federated Semantic Queries to the GIS-Based Scenario
- Author
-
Oswaldo Páez and Luis M. Vilches-Blázquez
- Subjects
Geography, Planning and Development ,Earth and Planetary Sciences (miscellaneous) ,Computers in Earth Sciences ,GeoSPARQL ,SPARQL ,federated query ,knowledge graph ,geospatial data - Abstract
Geospatial data is increasingly being made available on the Web as knowledge graphs using Linked Data principles. This entails adopting the best practices for publishing, retrieving, and using data, providing relevant initiatives that play a prominent role in the Web of Data. Despite the appropriate progress related to the amount of geospatial data available, knowledge graphs still face significant limitations in the GIScience community since their use, consumption, and exploitation are scarce, especially considering that just a few developments retrieve and consume geospatial knowledge graphs from within GIS. To overcome these limitations and address some critical challenges of GIScience, standards and specific best practices for publishing, retrieving, and using geospatial data on the Web have appeared. Nevertheless, there are few developments and experiences that support the possibility of expressing queries across diverse knowledge graphs to retrieve and process geospatial data from different and distributed sources. In this scenario, we present an approach to request, retrieve, and consume (geospatial) knowledge graphs available at diverse and distributed platforms, prototypically implemented on Apache Marmotta, supporting SPARQL 1.1 and GeoSPARQL standards. Moreover, our approach enables the consumption of geospatial knowledge graphs through a lightweight web application or QGIS. The potential of this work is shown with two examples that use GeoSPARQL-based knowledge graphs.
- Published
- 2022
- Full Text
- View/download PDF
22. Ontology Driven Cross-Linked Domain Data Integration and Spatial Semantic Multi Criteria Query System for Geospatial Public Health
- Author
-
Sunitha Abburu
- Subjects
Information management ,Information retrieval ,Geospatial analysis ,020205 medical informatics ,Computer Networks and Communications ,business.industry ,Computer science ,Interoperability ,02 engineering and technology ,Ontology (information science) ,GeoSPARQL ,computer.software_genre ,Domain (software engineering) ,03 medical and health sciences ,0302 clinical medicine ,Knowledge base ,0202 electrical engineering, electronic engineering, information engineering ,030212 general & internal medicine ,business ,computer ,Information Systems ,Data integration - Abstract
This article describes how public health information management is an interdisciplinary application which deals with cross linked application domains. Geospatial environment, place and meteorology parameters effect public health. Effective decision making plays a vital role and requires disease data analysis which in turn requires effective Public Health Knowledge Base (PHKB) and a strong efficient query engine. Ontologies enhance the performance of the retrieval system and achieve application interoperability. The current research aims at building PHKB through ontology based cross linked domain integration. It designs a dynamic GeoSPARQL query building from simple form based query composition. The spatial semantic multi criteria query engine is developed by identifying all possible query patterns considering the ontology elements and multi criteria from cross linked application domains. The research has adopted OGC, W3C, WHO and mHealth standards.
- Published
- 2018
- Full Text
- View/download PDF
23. Synchronising geometric representations for map mashups using relative positioning and Linked Data
- Author
-
Ali Mansourian, Haiqi Xu, Lars Harrie, Weiming Huang, and Ehsan Abdolmajidi
- Subjects
Geospatial analysis ,Information retrieval ,Computer science ,business.industry ,Geography, Planning and Development ,0211 other engineering and technologies ,Context (language use) ,Usability ,02 engineering and technology ,Linked data ,Library and Information Sciences ,GeoSPARQL ,computer.software_genre ,Thematic map ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,Mashup ,business ,computer ,Level of detail ,021101 geological & geomatics engineering ,Information Systems - Abstract
Map mashups, as a common way of presenting geospatial information on the Web, are generally created by spatially overlaying thematic information on top of various base maps. This simple overlay approach often raises geometric deficiencies due to geometric uncertainties in the data. This issue is particularly apparent in a multi-scale context because the thematic data seldom have synchronised level of detail with the base map. In this study, we propose, develop, implement and evaluate a relative positioning approach based on shared geometries and relative coordinates to synchronise geometric representations for map mashups through several scales. To realise the relative positioning between datasets, we adopt a Linked Data–based technical framework in which the data are organised according to ontologies that are designed based on the GeoSPARQL vocabulary. A prototype system is developed to demonstrate the feasibility and usability of the relative positioning approach. The results show that the appro...
- Published
- 2018
- Full Text
- View/download PDF
24. GEOYASGUI: THE GEOSPARQL QUERY EDITOR AND RESULT SET VISUALIZER
- Author
-
W. Beek, E. Folmer, L. Rietveld, J. Walker, Industrial Engineering & Business Information Systems, Artificial intelligence, Network Institute, Knowledge Representation and Reasoning, and Computer Science
- Subjects
lcsh:Applied optics. Photonics ,SDG 16 - Peace ,Geospatial analysis ,Computer science ,IDE ,Cadastre ,computer.software_genre ,Query language ,lcsh:Technology ,World Wide Web ,03 medical and health sciences ,SDG 17 - Partnerships for the Goals ,Open government ,0501 psychology and cognitive sciences ,Linked open data ,Semantic Web ,Spatial analysis ,030505 public health ,Result set ,lcsh:T ,SDG 16 - Peace, Justice and Strong Institutions ,05 social sciences ,lcsh:TA1501-1820 ,Linked data ,GeoSPARQL ,Justice and Strong Institutions ,Open data ,lcsh:TA1-2040 ,0305 other medical science ,lcsh:Engineering (General). Civil engineering (General) ,computer ,Semantic web ,050104 developmental & child psychology - Abstract
The Netherlands' Cadastre, Land Registry and Mapping Agency – in short Kadaster – collects and registers administrative and spatial data on property and the rights involved. This includes for ships, aircraft and telecommunications networks. Doing so, Kadaster protects legal certainty. The Kadaster publishes many large authoritative datasets including several key registers of the Dutch Government (Topography, Addresses and Buildings). Furthermore Kadaster is also developing and maintaining the PDOK shared service, in which about 100 spatial datasets are being published in several formats, including an incredible amount of detailed geospatial objects. Geospatial objects include all plots of land, all buildings, all roads and all lampposts. These objects are spatially and/or conceptually related, but are maintained by different data curators. As a result these datasets are syntactically and architecturally disjoint, and using them together currently requires non-trivial human labor. In response to this, Kadaster is currently publishing its geo-spatial data assets as Linked Open Data. The standardized query language for Linked Open Geodata is GeoSPARQL. Unfortunately, current tooling does not support writing and evaluating GeoSPARQL queries. This paper presents GeoYASGUI, a GeoSPARQL editor and result-set viewer with IDE capabilities. GeoYASGUI is not a new software product, but an integration of and a collection of updates to existing Open Source libraries. With GeoYASGUI it becomes possible to query the rich Open Data assets of the Kadaster.
- Published
- 2017
- Full Text
- View/download PDF
25. ANSWERING GEOSPARQL QUERIES OVER RELATIONAL DATA
- Author
-
Guohui Xiao, Konstantina Bereta, and Manolis Koubarakis
- Subjects
lcsh:Applied optics. Photonics ,Geospatial analysis ,Relational database ,Computer science ,InformationSystems_INFORMATIONSTORAGEANDRETRIEVAL ,0211 other engineering and technologies ,02 engineering and technology ,Ontology (information science) ,Query language ,computer.software_genre ,01 natural sciences ,lcsh:Technology ,SPARQL ,RDF ,021101 geological & geomatics engineering ,Information retrieval ,lcsh:T ,010401 analytical chemistry ,InformationSystems_DATABASEMANAGEMENT ,lcsh:TA1501-1820 ,computer.file_format ,Extension (predicate logic) ,GeoSPARQL ,0104 chemical sciences ,lcsh:TA1-2040 ,lcsh:Engineering (General). Civil engineering (General) ,computer - Abstract
In this paper we present the system Ontop-spatial that is able to answer GeoSPARQL queries on top of geospatial relational databases, performing on-the-fly GeoSPARQL-to-SQL translation using ontologies and mappings. GeoSPARQL is a geospatial extension of the query language SPARQL standardized by OGC for querying geospatial RDF data. Our approach goes beyond relational databases and covers all data that can have a relational structure even at the logical level. Our purpose is to enable GeoSPARQL querying on-the-fly integrating multiple geospatial sources, without converting and materializing original data as RDF and then storing them in a triple store. This approach is more suitable in the cases where original datasets are stored in large relational databases (or generally in files with relational structure) and/or get frequently updated.
- Published
- 2017
26. AI planning applied to CIS-based disaster response
- Author
-
Charles Petrie and Agnès Voisard
- Subjects
Resource (project management) ,Work (electrical) ,Risk analysis (engineering) ,Interface (Java) ,Computer science ,Emerging technologies ,Automated planning and scheduling ,Disaster recovery ,Resolution (logic) ,GeoSPARQL - Abstract
GIS information is clearly critical for disaster response planning. Formal planning can eliminate otherwise unanticipated conflicts in disaster response planning, particularly in distributed planning. Such conflicts may result in execution-time discovery and resolution, with sub-optimal results. This is especially true in conflicts based upon GIS information as the cases may be subtle, typically resulting from lack of resource access. However, GIS systems do not produce the kind of quantitative information needed for an interface with many other systems, especially planning. New technologies such as GeoSPARQL provide some hope but much work remains. This is a fertile area for research and development.
- Published
- 2019
- Full Text
- View/download PDF
27. Enriching Geospatial Representation for Ontology-based Aviation Information Exchange
- Author
-
Shusaku Egami, Xiaodong Lu, Tadashi Koga, and Yasuto Sumiya
- Subjects
Geospatial analysis ,Aviation ,business.industry ,Computer science ,System Wide Information Management ,ComputerApplications_COMPUTERSINOTHERSYSTEMS ,GeoSPARQL ,Ontology (information science) ,computer.software_genre ,Data science ,Ontology ,Semantic integration ,business ,computer ,Information exchange - Abstract
The concept of System Wide Information Management (SWIM) for global Air Traffic Management (ATM) is to achieve various information exchange among related stakeholders, such as information about flights, routes, surveillance, airports, aircrafts, and weather. Although standard information exchange models are adopted in the SWIM concept, these models are different for each type of information. Therefore, ontology and data-linking technologies are required for the semantic integration of heterogeneous data. In this paper, we focus on the geospatial information contained in various data, and propose a method for extending the geospatial representation of the existing aviation ontology. This enables advanced geospatial searches using geometry information and facilitates integration of heterogeneous data.
- Published
- 2019
- Full Text
- View/download PDF
28. Assessment and Benchmarking of Spatially Enabled RDF Stores for the Next Generation of Spatial Data Infrastructure
- Author
-
Syed Amir Raza, Oleg Mirzov, Lars Harrie, and Weiming Huang
- Subjects
Geospatial analysis ,010504 meteorology & atmospheric sciences ,Computer science ,Geography, Planning and Development ,0211 other engineering and technologies ,lcsh:G1-922 ,02 engineering and technology ,computer.software_genre ,01 natural sciences ,Semantic heterogeneity ,Earth and Planetary Sciences (miscellaneous) ,RDF stores ,Computers in Earth Sciences ,RDF ,021101 geological & geomatics engineering ,0105 earth and related environmental sciences ,linked data benchmark ,Spatial data infrastructure ,geospatial data ,spatial data infrastructure ,computer.file_format ,Linked data ,GeoSPARQL ,Data science ,Stardog ,computer ,lcsh:Geography (General) ,Data integration - Abstract
Geospatial information is indispensable for various real-world applications and is thus a prominent part of today&rsquo, s data science landscape. Geospatial data is primarily maintained and disseminated through spatial data infrastructures (SDIs). However, current SDIs are facing challenges in terms of data integration and semantic heterogeneity because of their partially siloed data organization. In this context, linked data provides a promising means to unravel these challenges, and it is seen as one of the key factors moving SDIs toward the next generation. In this study, we investigate the technical environment of the support for geospatial linked data by assessing and benchmarking some popular and well-known spatially enabled RDF stores (RDF4J, GeoSPARQL-Jena, Virtuoso, Stardog, and GraphDB), with a focus on GeoSPARQL compliance and query performance. The tests were performed in two different scenarios. In the first scenario, geospatial data forms a part of a large-scale data infrastructure and is integrated with other types of data. In this scenario, we used ICOS Carbon Portal&rsquo, s metadata&mdash, a real-world Earth Science linked data infrastructure. In the second scenario, we benchmarked the RDF stores in a dedicated SDI environment that contains purely geospatial data, and we used geospatial datasets with both crowd-sourced and authoritative data (the same test data used in a previous benchmark study, the Geographica benchmark). The assessment and benchmarking results demonstrate that the GeoSPARQL compliance of the RDF stores has encouragingly advanced in the last several years. The query performances are generally acceptable, and spatial indexing is imperative when handling a large number of geospatial objects. Nevertheless, query correctness remains a challenge for cross-database interoperability. In conclusion, the results indicate that the spatial capacity of the RDF stores has become increasingly mature, which could benefit the development of future SDIs.
- Published
- 2019
- Full Text
- View/download PDF
29. GViz - An Interactive WebApp to Support GeoSPARQL over Integrated Building Information
- Author
-
Declan O'Sullivan, Darragh Blake, and Kris McGlinn
- Subjects
Geospatial analysis ,Computer science ,Data management ,0211 other engineering and technologies ,02 engineering and technology ,computer.software_genre ,GeneralLiterature_MISCELLANEOUS ,World Wide Web ,021105 building & construction ,0202 electrical engineering, electronic engineering, information engineering ,SPARQL ,Web application ,RDF ,Semantic Web ,HTML5 ,business.industry ,computer.file_format ,Linked data ,GeoSPARQL ,Visualization ,Open data ,Building information modeling ,Data model ,020201 artificial intelligence & image processing ,business ,computer - Abstract
Linked data (LD) is a technology to support publishing structured data on the web so that it may be interlinked. Building Information Modelling (BIM) is a key enabler to support integration of building data within the buildings life cycle (BLC). LD can therefore provide better access and more semantically useful querying of BIM data. The integration of BIM into the geospatial domain provides much needed contextual information about the building and its surroundings, and can support geospatial querying over BIM data. Creating GeoSPARQL queries for users who are non experts in semantic web technologies can be a challenge. In this paper we present a visualization tool built upon HTML5 and WebGL technologies that supports queries over linked data without the need to understand the resulting SPARQL queries. The interactive web interface can be quickly extended to support new use cases, for example, related to 3D geometries. The paper discusses the underlying data management, the methodology for uplifting several open data sources into Resource Description Framework (RDF), and the front-end implementation tested over a sample use case. Finally some discussion and future work is given, with a focus on how this tool can potentially support BIM integration.
- Published
- 2019
- Full Text
- View/download PDF
30. A Spatiotemporal Semantic Search Engine For Cultural Events
- Author
-
Yousef Norouzi and Farshad Hakimpour
- Subjects
education.field_of_study ,Information retrieval ,Geographic information system ,Computer science ,business.industry ,Event (computing) ,Population ,Semantic search ,GeoSPARQL ,Ontology (information science) ,computer.software_genre ,Information extraction ,Web page ,education ,business ,computer - Abstract
In the field of geographic information science spatiotemporal information extraction from Web pages, especially unstructured documents, is one of the growing areas of the research. Abundant news is publishing every hour on the Web, which contains valuable spatiotemporal information for its users. It is cumbersome and time-consuming to search among unstructured texts and find events of interest. In this work, we will show you how to extract spatiotemporal and semantic entities and relationships representing in cultural event news reports and search within the information. Natural Language Processing (NLP) and automatic ontology population are tightly coupled, and together they make it possible to have Web documents semantically so that not only can machines comprehend the Web documents, but also as a result, users are able to find the ideal information with ease. A spatiotemporal semantic search engine enables us to answer, where and when an event will take place.
- Published
- 2019
- Full Text
- View/download PDF
31. A sustainable process and toolbox for geographical linked data generation and publication: a case study with BTN100
- Author
-
Oscar Corcho, Miguel García-Delgado, Hugo Potti-Manjavacas, Pedro Vivas-White, and Paola Espinoza-Arias
- Subjects
Process (engineering) ,Computer science ,0211 other engineering and technologies ,lcsh:G1-922 ,Shapefile ,02 engineering and technology ,Ontology (information science) ,010502 geochemistry & geophysics ,01 natural sciences ,Publication ,021101 geological & geomatics engineering ,0105 earth and related environmental sciences ,lcsh:Computer software ,Information retrieval ,Linked data ,Ontology ,business.industry ,Linked dataset ,computer.file_format ,GeoSPARQL ,Toolbox ,Geospatial data ,Open data ,lcsh:QA76.75-76.765 ,business ,computer ,lcsh:Geography (General) - Abstract
We describe the process and tools that we have used to generate and publish the BTN100 Linked Dataset, based on the original data from the Spanish Topographic Base (1:100.000 scale) from the Spanish Instituto Geográfico Nacional. We have taken into account the limitations and lessons learned from our initial experience on the generation and publication of Linked Data from a range of geographical sources in Spain, in 2010, and we have now refined the process in order to facilitate: declarative mappings for the transformations from existing open data (shapefiles), automation of transformations whenever there are changes in the original data sources, version control, and alignment with INSPIRE URIs. As a result of this transformation and publication process we have also updated the reference ontology for geographical features and aligned with general ontologies such as GeoSPARQL.
- Published
- 2019
- Full Text
- View/download PDF
32. 'GeCoLan: a Constraint Language for Reasoning about Ecological Networks in the Semantic Web'
- Author
-
Adriano Savoca, Luigi La Riccia, Gianluca Torta, Angioletta Voghera, Liliana Ardissono, and Marco Corona
- Subjects
Computer science ,Ecological networks Regional ,0211 other engineering and technologies ,Public policy ,02 engineering and technology ,Geographical constraints ,Urban planning ,Ecological networks ,Geographic knowledge ,GeoSPARQL ,Computer Science (all) ,Mathematics (all) ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,Semantic Web ,021101 geological & geomatics engineering ,Structure (mathematical logic) ,Citizen journalism ,Data science ,Ecological network ,Constraint (information theory) ,urban planning Guidelines Sustainability - Abstract
Ecological Networks (ENs) describe the structure of existing real ecosystems and help planning their expansion, conservation and improvement. While various mathematical models of ENs have been defined, to our knowledge they focus on simulating ecosystems, but none of them deals with verifying whether any transformation proposals, as those collected in participatory decision-making processes for public policy making, are consistent with land usage restrictions.
- Published
- 2019
33. OceanGraph: Some Initial Steps Toward a Oceanographic Knowledge Graph
- Author
-
Claudio Delrieux, Mirtha Noemi Lewis, Germán Braun, Pablo Rosales, Pablo Rubén Fillottrani, Marcos Zàrate, Villazón Terrazas, B., and Hidalgo Delgado, Y.
- Subjects
KNOWLEDGE GRAPH ,Coral bleaching ,Computer science ,GEOSPARQL ,Interoperability ,computer.file_format ,GeoSPARQL ,Space (commercial competition) ,Data science ,SPARQL ,RDF ,Identifier ,Knowledge graph ,Ciencias de la Computación e Información ,OCEANOGRAPHY ,computer ,Otras Ciencias de la Computación e Información ,CIENCIAS NATURALES Y EXACTAS - Abstract
Increasing ocean temperatures severely affects marine species and ecosystems. Among other things, rising temperatures cause coral bleaching and loss of breeding grounds for marine fish and mammals. Motivated by the need to understand better these global problems, researchers from all over the world generated huge amounts of oceanographic data during the last years. However, most of this data remain isolated in their own silos. One approach to provide safe accessibility to these silos is to map local, often database-specific identifiers, to shared global identifiers. This mapping can then be used to build interoperable knowledge graphs (KGs), where entities such as publications, people, places, specimens, environmental variables and institutions are all part of a single, shared knowledge space. This short paper describes one such effort, the OceanGraph KG, including the modeling and publication processes, and the current and prospective uses of the dataset. Fil: Zárate, Marcos Daniel. Consejo Nacional de Investigaciones Científicas y Técnicas. Centro Científico Tecnológico Conicet - Centro Nacional Patagónico; Argentina. Universidad Nacional de la Patagonia "San Juan Bosco"; Argentina Fil: Rosales, Pablo Sebastián. Universidad Nacional de la Patagonia "San Juan Bosco"; Argentina. Consejo Nacional de Investigaciones Cientificas y Tecnicas. Centro de Investigaciones y Transferencia Golfo San Jorge. Centro de Investigaciones y Transferencia Golfo San Jorge: Sede Caleta Olivia - Santa Cruz | Universidad Nacional de la Patagonia Austral. Centro de Investigaciones y Transferencia Golfo San Jorge. Centro de Investigaciones y Transferencia Golfo San Jorge: Sede Caleta Olivia - Santa Cruz | Universidad Nacional de la Patagonia "san Juan Bosco". Centro de Investigaciones y Transferencia Golfo San Jorge. Centro de Investigaciones y Transferencia Golfo San Jorge: Sede Caleta Olivia - Santa Cruz; Argentina Fil: Braun, Germán Alejandro. Universidad Nacional del Comahue; Argentina Fil: Lewis, Mirtha Noemi. Consejo Nacional de Investigaciones Científicas y Técnicas. Centro Científico Tecnológico Conicet - Centro Nacional Patagónico. Centro para el Estudio de Sistemas Marinos; Argentina. Universidad Nacional de la Patagonia Austral. Centro de Investigaciones y Transferencia Golfo San Jorge. Consejo Nacional de Investigaciones Científicas y Técnicas. Centro de Investigaciones y Transferencia Golfo San Jorge. Universidad Nacional de la Patagonia "San Juan Bosco". Centro de Investigaciones y Transferencia Golfo San Jorge; Argentina Fil: Fillottrani, Pablo. Universidad Nacional del Sur; Argentina. Comisión de Investigaciones Científicas, Provincia de Buenos Aires (CICPBA); Argentina Fil: Delrieux, Claudio Augusto. Universidad Nacional del Sur; Argentina. Consejo Nacional de Investigaciones Científicas y Técnicas; Argentina
- Published
- 2019
- Full Text
- View/download PDF
34. Software for the GeoSPARQL compliance benchmark
- Author
-
Milos Jovanovik, Timo Homburg, and Mirko Spasić
- Subjects
Geospatial analysis ,010504 meteorology & atmospheric sciences ,Database ,business.industry ,Computer science ,0211 other engineering and technologies ,Triplestore ,02 engineering and technology ,computer.file_format ,Benchmarking ,GeoSPARQL ,computer.software_genre ,01 natural sciences ,Software ,Benchmark (computing) ,RDF ,business ,Semantic Web ,computer ,021101 geological & geomatics engineering ,0105 earth and related environmental sciences - Abstract
Checking the compliance of geospatial triplestores with the GeoSPARQL standard represents a crucial step for many users when selecting the appropriate storage solution. This publication presents the software which comprises the GeoSPARQL compliance benchmark — a benchmark which checks RDF triplestores for compliance with the requirements of the GeoSPARQL standard. Users can execute this benchmark within the HOBBIT benchmarking platform to quantify the extent to which the GeoSPARQL standard is implemented within the triplestore of interest. This enables users to make an informed decision when choosing an RDF storage solution and helps assess the general state of adoption of geospatial technologies on the Semantic Web.
- Published
- 2021
- Full Text
- View/download PDF
35. GeoTriples: Transforming geospatial data into RDF graphs using R2RML and RML mappings
- Author
-
Kostis Kyzirakos, Alexandros Vasileiou, Stefan Manegold, Dimitrianos Savva, Manolis Koubarakis, Ioannis Vlachopoulos, and Nikolaos Karalis
- Subjects
Information retrieval ,Geospatial analysis ,Computer Networks and Communications ,computer.internet_protocol ,Computer science ,Shapefile ,02 engineering and technology ,computer.file_format ,Linked data ,GeoSPARQL ,computer.software_genre ,Human-Computer Interaction ,Relational database management system ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,SPARQL ,020201 artificial intelligence & image processing ,RDF ,computer ,Software ,XML - Abstract
A lot of geospatial data has become available at no charge in many countries recently. Geospatial data that is currently made available by government agencies usually do not follow the linked data paradigm. In the few cases where government agencies do follow the linked data paradigm (e.g., Ordnance Survey in the United Kingdom), specialized scripts have been used for transforming geospatial data into RDF. In this paper we present the open source tool GeoTriples which generates and processes extended R2RML and RML mappings that transform geospatial data from many input formats into RDF. GeoTriples allows the transformation of geospatial data stored in raw files (shapefiles, CSV, KML, XML, GML and GeoJSON) and spatially-enabled RDBMS (PostGIS and MonetDB) into RDF graphs using well-known vocabularies like GeoSPARQL and stSPARQL, but without being tightly coupled to a specific vocabulary. GeoTriples has been developed in European projects LEO and Melodies and has been used to transform many geospatial data sources into linked data. We study the performance of GeoTriples experimentally using large publicly available geospatial datasets, and show that GeoTriples is very efficient and scalable especially when its mapping processor is implemented using Apache Hadoop.
- Published
- 2018
- Full Text
- View/download PDF
36. Linked data viewing as part of the spatial data platformof the future
- Author
-
E. Folmer, W. Beek, L. Rietveld, Industrial Engineering & Business Information Systems, Artificial intelligence, Network Institute, Knowledge Representation and Reasoning, and Computer Science
- Subjects
lcsh:Applied optics. Photonics ,Geospatial analysis ,010504 meteorology & atmospheric sciences ,Computer science ,0211 other engineering and technologies ,02 engineering and technology ,Data publishing ,Faceted browsing ,computer.software_genre ,01 natural sciences ,lcsh:Technology ,World Wide Web ,SDG 17 - Partnerships for the Goals ,Agency (sociology) ,SPARQL ,Spatial analysis ,021101 geological & geomatics engineering ,0105 earth and related environmental sciences ,lcsh:T ,lcsh:TA1501-1820 ,computer.file_format ,Linked data ,GeoSPARQL ,Geospatial data ,lcsh:TA1-2040 ,Linked Data ,Key (cryptography) ,GIS viewing ,lcsh:Engineering (General). Civil engineering (General) ,computer - Abstract
The Land Registry and Mapping Agency of the Netherlands (‘Kadaster’ in Dutch) is developing an online publication platform for sharing its geospatial data assets called KDP (`Kadaster Data Platform’ in Dutch). One of the main goals of this platform is to better share geospatial data with the wider, web-oriented world, including its developers, approaches, and standards. Linked Open Data (W3C), GeoSPARQL (OGC), and Open APIs (OpenAPI Specification) are the predominant standardized approaches for this purpose. As a result, the most important spatial datasets of the Netherlands – including several key registries – are now being published as Linked Open Data that can be accessed through a SPARQL endpoint and a collection of REST APIs. In addition to providing raw access to the data, Kadaster Data Platform also offers developers functionalities that allow them to gain a better understanding about the contents of its datasets. These functionalities include various ways for viewing Linked Data . This paper focuses on two of the main components the Kadaster Data Platform is using for this purpose: FacetCheck and Data Stories.
- Published
- 2018
- Full Text
- View/download PDF
37. Discovering and Linking Spatio-Temporal Big Linked Data
- Author
-
Christian Zinke and Axel-Cyrille Ngonga Ngomo
- Subjects
Geospatial analysis ,010504 meteorology & atmospheric sciences ,business.industry ,Computer science ,Interoperability ,Big data ,0211 other engineering and technologies ,02 engineering and technology ,Linked data ,computer.file_format ,GeoSPARQL ,Ontology (information science) ,Semantics ,computer.software_genre ,01 natural sciences ,Data science ,RDF ,business ,Semantic Web ,computer ,021101 geological & geomatics engineering ,0105 earth and related environmental sciences - Abstract
The growing number of spatiotemporal datasets is an essential driver for bio-economy. Interoperability is needed to ensure efficient use of these data and had been addressed by standardization institutions, such as OGC and AIMS. Both of them promote the use of Semantic Web standards (e.g., GeoSPArql) as one pillar for interoperability [1]. A significant challenge to strengthen the utility of Semantic Web approaches is linking. Its central goal in the context of spatiotemporal datasets is the (semi-automatic) discovery of geospatial referents, such as events, areas, and places which are not yet linked or georeferenced. While the linking task is intrinsically challenging, it is especially resource- and time-consuming when processing and linking Semantic Big Data. This paper will demonstrate an approach which improves and automates linking Semantic Big Data and show its potential usage for bio-economy.
- Published
- 2018
- Full Text
- View/download PDF
38. PROVIDING GEOGRAPHIC DATASETS AS LINKED DATA IN SDI
- Author
-
P. Latvala, L. Lehto, and E. Hietanen
- Subjects
lcsh:Applied optics. Photonics ,Markup language ,Geospatial analysis ,Computer science ,Serialization ,0211 other engineering and technologies ,02 engineering and technology ,computer.software_genre ,lcsh:Technology ,Content negotiation ,021105 building & construction ,RDF ,021101 geological & geomatics engineering ,computer.programming_language ,Database ,lcsh:T ,Web Feature Service ,lcsh:TA1501-1820 ,Web Ontology Language ,computer.file_format ,Linked data ,GeoSPARQL ,Data model ,lcsh:TA1-2040 ,Ontology ,lcsh:Engineering (General). Civil engineering (General) ,computer - Abstract
In this study, a prototype service to provide data from Web Feature Service (WFS) as linked data is implemented. At first, persistent and unique Uniform Resource Identifiers (URI) are created to all spatial objects in the dataset. The objects are available from those URIs in Resource Description Framework (RDF) data format. Next, a Web Ontology Language (OWL) ontology is created to describe the dataset information content using the Open Geospatial Consortium’s (OGC) GeoSPARQL vocabulary. The existing data model is modified in order to take into account the linked data principles. The implemented service produces an HTTP response dynamically. The data for the response is first fetched from existing WFS. Then the Geographic Markup Language (GML) format output of the WFS is transformed on-the-fly to the RDF format. Content Negotiation is used to serve the data in different RDF serialization formats. This solution facilitates the use of a dataset in different applications without replicating the whole dataset. In addition, individual spatial objects in the dataset can be referred with URIs. Furthermore, the needed information content of the objects can be easily extracted from the RDF serializations available from those URIs. A solution for linking data objects to the dataset URI is also introduced by using the Vocabulary of Interlinked Datasets (VoID). The dataset is divided to the subsets and each subset is given its persistent and unique URI. This enables the whole dataset to be explored with a web browser and all individual objects to be indexed by search engines.
- Published
- 2018
39. AN ONTOLOGY-BASED APPROACH TO INCORPORATE USER-GENERATED GEO-CONTENT INTO SDI
- Author
-
Dong-Po Deng and Rob Lemmens
- Subjects
lcsh:Applied optics. Photonics ,Emergency management ,business.industry ,Computer science ,lcsh:T ,lcsh:TA1501-1820 ,GeoSPARQL ,Ontology (information science) ,lcsh:Technology ,World Wide Web ,Knowledge base ,Geo-content ,Information model ,lcsh:TA1-2040 ,Ontology ,Web application ,business ,lcsh:Engineering (General). Civil engineering (General) ,Semantic gap - Abstract
The Web is changing the way people share and communicate information because of emergence of various Web technologies, which enable people to contribute information on the Web. User-Generated Geo-Content (UGGC) is a potential resource of geographic information. Due to the different production methods, UGGC often cannot fit in geographic information model. There is a semantic gap between UGGC and formal geographic information. To integrate UGGC into geographic information, this study conducts an ontology-based process to bridge this semantic gap. This ontology-based process includes five steps: Collection, Extraction, Formalization, Mapping, and Deployment. In addition, this study implements this process on Twitter messages, which is relevant to Japan Earthquake disaster. By using this process, we extract disaster relief information from Twitter messages, and develop a knowledge base for GeoSPARQL queries in disaster relief information.
- Published
- 2018
40. Ontological Representation of Constraints for Geographical Reasoning
- Author
-
Liliana Ardissono, Luigi La Riccia, Marco Corona, Angioletta Voghera, and Gianluca Torta
- Subjects
GeoSPARQL ,Information retrieval ,Geographic Knowledge, Geographical Constraints, GeoSPARQL, Ecological Networks, Urban Planning ,Urban planning ,Computer science ,Geographic Knowledge ,Representation (systemics) ,Ecological Networks ,Geographical Constraints ,Ecological network ,Urban Planning - Published
- 2018
41. Publication of Statistical Linked Open Data in Japan
- Author
-
Ikki Ohmukai, Akie Mizutani, Hideaki Takeda, Dan Yamamoto, Seiji Koide, Junichi Matsuda, Hiromu Harada, Fumihiro Kato, Shoki Nishimura, and Yu Asano
- Subjects
Information retrieval ,business.industry ,Computer science ,020206 networking & telecommunications ,020207 software engineering ,Objective data ,02 engineering and technology ,computer.file_format ,Linked data ,GeoSPARQL ,Publishing ,0202 electrical engineering, electronic engineering, information engineering ,SPARQL ,Center (algebra and category theory) ,business ,computer ,ComputingMethodologies_COMPUTERGRAPHICS - Abstract
The Japanese Statistics Center began publishing a statistical linked open data (LOD) site in 2016. The data currently consists of approximately 1.3 billion triples. The publication of statistical data as LOD enables datasets and categorizations to be clarified. This allows users not only to search objective data easily, but also to combine the data with other domestic or international data. This paper first introduces a design policy for LOD and a method for representing geographic areas. Then, it explains the method used to query the LOD by using SPARQL or GeoSPARQL, and provides one example application.
- Published
- 2018
- Full Text
- View/download PDF
42. nlGis: A Use Case in Linked Historic Geodata
- Author
-
Richard L. Zijdeman, Wouter Beek, Bikakis, A, Jean, S, Markhoff, B, Mosca, A, Artificial intelligence, Network Institute, and Knowledge Representation and Reasoning
- Subjects
021110 strategic, defence & security studies ,Geospatial analysis ,Geodata ,Linked data ,Computer science ,0211 other engineering and technologies ,Excavation ,02 engineering and technology ,GeoSPARQL ,GIS ,computer.software_genre ,Data science ,Cultural heritage ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,computer - Abstract
While existing Linked Datasets provide detailed representations of Cultural Heritage objects, the locations where the objects originate from is often not accurately represented. Countries, municipalities, and excavation sites are commonly represented by geospatial points, and the fact that countries and municipalities change their geometry over time is not reflected in the data. We present nlGis, a collection of existing geo-historic datasets that are now published as Linked Open Data. The datasets in nlGis contain detailed geographic information about historic regions, with an emphasis on the Netherlands. We describe the creation of this Linked Geodataset and how it can be used to enrich Cultural Heritage data. We also distill several 'lessons learned' that can guide future attempts at publishing detailed Linked Geodata in the Cultural Heritage domain.
- Published
- 2018
- Full Text
- View/download PDF
43. nlGis
- Subjects
GeoSPARQL ,Geodata ,Linked data ,Cultural heritage ,GIS - Abstract
While existing Linked Datasets provide detailed representations of Cultural Heritage objects, the locations where the objects originate from is often not accurately represented. Countries, municipalities, and excavation sites are commonly represented by geospatial points, and the fact that countries and municipalities change their geometry over time is not reflected in the data. We present nlGis, a collection of existing geo-historic datasets that are now published as Linked Open Data. The datasets in nlGis contain detailed geographic information about historic regions, with an emphasis on the Netherlands. We describe the creation of this Linked Geodataset and how it can be used to enrich Cultural Heritage data. We also distill several 'lessons learned' that can guide future attempts at publishing detailed Linked Geodata in the Cultural Heritage domain.
- Published
- 2018
44. Enhancing CIDOC-CRM Models for GeoSPARQL Processing with MapReduce
- Author
-
Migliorini, Sara
- Subjects
GeoSPARQL ,MapReduce ,Archaeological data ,CIDOC CRM ,RDF - Published
- 2018
45. TOWARD SEMANTIC WEB INFRASTRUCTURE FOR SPATIAL FEATURES' INFORMATION
- Author
-
Farshad Hakimpour, S. Ariannamazi, and Reza Arabsheibani
- Subjects
Web standards ,lcsh:Applied optics. Photonics ,medicine.medical_specialty ,Computer science ,computer.software_genre ,lcsh:Technology ,Social Semantic Web ,Semantic computing ,Schema (psychology) ,Web design ,Semantic analytics ,medicine ,Web navigation ,Semantic Web Stack ,Semantic Web ,Data Web ,Spatial data infrastructure ,Information retrieval ,Graph database ,business.industry ,lcsh:T ,lcsh:TA1501-1820 ,Linked data ,GeoSPARQL ,Semantic grid ,lcsh:TA1-2040 ,Web mapping ,Web service ,Web intelligence ,business ,lcsh:Engineering (General). Civil engineering (General) ,computer ,Web modeling ,Information integration - Abstract
The Web and its capabilities can be employed as a tool for data and information integration if comprehensive datasets and appropriate technologies and standards enable the web with interpretation and easy alignment of data and information. Semantic Web along with the spatial functionalities enable the web to deal with the huge amount of data and information. The present study investigate the advantages and limitations of the Spatial Semantic Web and compare its capabilities with relational models in order to build a spatial data infrastructure. An architecture is proposed and a set of criteria is defined for the efficiency evaluation. The result demonstrate that when using the data with special characteristics such as schema dynamicity, sparse data or available relations between the features, the spatial semantic web and graph databases with spatial operations are preferable.
- Published
- 2015
46. ONTOLOGY BASED QUALITY EVALUATION FOR SPATIAL DATA
- Author
-
Çetin Cömert and C. Yılmaz
- Subjects
lcsh:Applied optics. Photonics ,Spatial data infrastructure ,Information retrieval ,Geospatial analysis ,Computer science ,lcsh:T ,lcsh:TA1501-1820 ,Rule-based system ,GeoSPARQL ,Ontology (information science) ,computer.software_genre ,lcsh:Technology ,Data mapping ,Data governance ,lcsh:TA1-2040 ,Data quality ,Ontology ,Web resource ,Web service ,lcsh:Engineering (General). Civil engineering (General) ,computer ,Spatial analysis ,Semantic Web ,Test data - Abstract
Many institutions will be providing data to the National Spatial Data Infrastructure (NSDI). Current technical background of the NSDI is based on syntactic web services. It is expected that this will be replaced by semantic web services. The quality of the data provided is important in terms of the decision-making process and the accuracy of transactions. Therefore, the data quality needs to be tested. This topic has been neglected in Turkey. Data quality control for NSDI may be done by private or public “data accreditation” institutions. A methodology is required for data quality evaluation. There are studies for data quality including ISO standards, academic studies and software to evaluate spatial data quality. ISO 19157 standard defines the data quality elements. Proprietary software such as, 1Spatial’s 1Validate and ESRI’s Data Reviewer offers quality evaluation based on their own classification of rules. Commonly, rule based approaches are used for geospatial data quality check. In this study, we look for the technical components to devise and implement a rule based approach with ontologies using free and open source software in semantic web context. Semantic web uses ontologies to deliver well-defined web resources and make them accessible to end-users and processes. We have created an ontology conforming to the geospatial data and defined some sample rules to show how to test data with respect to data quality elements including; attribute, topo-semantic and geometrical consistency using free and open source software. To test data against rules, sample GeoSPARQL queries are created, associated with specifications.
- Published
- 2015
47. INVESTIGATING GEOSPARQL REQUIREMENTS FOR PARTICIPATORY URBAN PLANNING
- Author
-
Andrew Hunter and Ehsan Mohammadi
- Subjects
lcsh:Applied optics. Photonics ,Statement (computer science) ,Knowledge management ,lcsh:T ,business.industry ,lcsh:TA1501-1820 ,Spatial intelligence ,Citizen journalism ,GeoSPARQL ,lcsh:Technology ,Data science ,Spatial relation ,Participatory GIS ,Geography ,lcsh:TA1-2040 ,Urban planning ,Feature (machine learning) ,lcsh:Engineering (General). Civil engineering (General) ,business - Abstract
We propose that participatory GIS (PGIS) activities including participatory urban planning can be made more efficient and effective if spatial reasoning rules are integrated with PGIS tools to simplify engagement for public contributors. Spatial reasoning is used to describe relationships between spatial entities. These relationships can be evaluated quantitatively or qualitatively using geometrical algorithms, ontological relations, and topological methods. Semantic web services utilize tools and methods that can facilitate spatial reasoning. GeoSPARQL, introduced by OGC, is a spatial reasoning standard used to make declarations about entities (graphical contributions) that take the form of a subject-predicate-object triple or statement. GeoSPARQL uses three basic methods to infer topological relationships between spatial entities, including: OGC's simple feature topology, RCC8, and the DE-9IM model. While these methods are comprehensive in their ability to define topological relationships between spatial entities, they are often inadequate for defining complex relationships that exist in the spatial realm. Particularly relationships between urban entities, such as those between a bus route, the collection of associated bus stops and their overall surroundings as an urban planning pattern. In this paper we investigate common qualitative spatial reasoning methods as a preliminary step to enhancing the capabilities of GeoSPARQL in an online participatory GIS framework in which reasoning is used to validate plans based on standard patterns that can be found in an efficient/effective urban environment.
- Published
- 2015
- Full Text
- View/download PDF
48. Context-based ontology for urban data integration
- Author
-
Petr Křemen and Michal Med
- Subjects
Data search ,Computer science ,0211 other engineering and technologies ,021107 urban & regional planning ,02 engineering and technology ,GeoSPARQL ,Context based ,computer.software_genre ,Data science ,Domain (software engineering) ,Urban planning ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,Ontology ,computer ,Data integration - Abstract
Urban planning data are of big importance to both general public and domain experts like civil engineers, architects or urban planning specialists. Typically, the data are scattered within many datasets containing both geographical knowledge and taxonomical knowledge. Features representing same objects in two different datasets often do not have any connection except geometry. Complex queries over multiple datasets are rather complicated and data have to be preformed, due to the distributed nature of such data, as well as their complexity. We present a case study on ontology modeling of urban planning data of the City of Prague. We discuss the ontological and spatial nature of the domain, followed by the design and formalization of the context-sensitive Urban ontology together with GeoSPARQL queries showing the usage of the ontology for dataset exploration and data search.
- Published
- 2017
- Full Text
- View/download PDF
49. Challenges and trends about smart big geospatial data: A position paper
- Author
-
Luis M. Vilches-Blázquez, Andrés Tello, and Victor Saquicela
- Subjects
Spatial contextual awareness ,Geospatial analysis ,Computer science ,business.industry ,Big data ,0211 other engineering and technologies ,02 engineering and technology ,computer.file_format ,GeoSPARQL ,computer.software_genre ,Data science ,Linked Data Platform ,Visualization ,Data visualization ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,RDF ,business ,computer ,021101 geological & geomatics engineering - Abstract
Currently, we are witnessing an exponential growth in the amount of data being generated and captured at multiple locations. This trend will continue over the next years. Hence, we have envisioned a scenario in which many objects will be referencing to or generating location information. Thus, the need for appropriately managing geospatial data is evident. In this paper, we present our vision for an integral Geo Linked Data platform; pointing out the current limitations and challenges in the GeoRDFization, Storage, Query Federation, and Visualization of data with an inherent spatial context.
- Published
- 2017
- Full Text
- View/download PDF
50. A Spatio-Temporal Linked Data Representation for Modeling Spatio-Temporal Dialect Data
- Author
-
Johannes Scholz, Emanual Hrastnig, and Eveline Wandl-Vogt
- Subjects
Lemma (mathematics) ,Exploit ,business.industry ,Computer science ,0211 other engineering and technologies ,Representation (systemics) ,02 engineering and technology ,Linked data ,GeoSPARQL ,Object (computer science) ,computer.software_genre ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,Artificial intelligence ,business ,computer ,Natural language processing ,Word (computer architecture) ,021101 geological & geomatics engineering ,Meaning (linguistics) - Abstract
Collections of linguistic and dialect data often lack a semantic description and the ability to establish relations to external datasets, from e.g. demography, socio-economics, or geography. Based on existing projects—the Database of Bavarian Dialects in Austria and exploreAT!—this paper elaborates on a spatio-temporal Linked Data model for representing linguistic/dialect data. Here we focus on utilizing existing data and publishing them using a virtual RDF graph. Additionally, we exploit external data sources like DBPedia and geonames.org, to specify the meaning of dialect records and make use of stable geographical placenames. In the paper we highlight a spatio-temporal modeling and representation of linguistic records relying on the notion of a discrete lifespan of an object. Based on a real-world example—using the lemma “Karotte” (engl. carrot) we show how the usage of a specific dialect word (“Karottn”) changes from 1916 until 2016—by exploiting the expressive power of GeoSPARQL.
- Published
- 2017
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.