首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 31 毫秒
1.
A geospatial cyberinfrastructure is needed to support advanced GIScience research and education activities. However, the heterogeneous and distributed nature of geospatial resources creates enormous obstacles for building a unified and interoperable geospatial cyberinfrastructure. In this paper, we propose the Geospatial Service Web (GSW) to underpin the development of a future geospatial cyberinfrastructure. The GSW excels over the traditional spatial data infrastructure by providing a highly intelligent geospatial middleware to integrate various geospatial resources through the Internet based on interoperable Web service technologies. The development of the GSW focuses on the establishment of a platform where data, information, and knowledge can be shared and exchanged in an interoperable manner. Theoretically, we describe the conceptual framework and research challenges for GSW, and then introduce our recent research toward building a GSW. A research agenda for building a GSW is also presented in the paper.  相似文献   

2.
Geospatial Semantic Web promises better retrieval geospatial information for Digital Earth systems by explicitly representing the semantics of data through ontologies. It also promotes sharing and reuse of geospatial data by encoding it in Semantic Web languages, such as RDF, to form geospatial knowledge base. For many applications, rapid retrieval of spatial data from the knowledge base is critical. However, spatial data retrieval using the standard Semantic Web query language – Geo-SPARQL – can be very inefficient because the data in the knowledge base are no longer indexed to support efficient spatial queries. While recent research has been devoted to improving query performance on general knowledge base, it is still challenging to support efficient query of the spatial data with complex topological relationships. This research introduces a query strategy to improve the query performance of geospatial knowledge base by creating spatial indexing on-the-fly to prune the search space for spatial queries and by parallelizing the spatial join computations within the queries. We focus on improving the performance of Geo-SPARQL queries on knowledge bases encoded in RDF. Our initial experiments show that the proposed strategy can greatly reduce the runtime costs of Geo-SPARQL query through on-the-fly spatial indexing and parallel execution.  相似文献   

3.
Although the fast development of OGC (Open Geospatial Consortium) WFS (Web Feature Service) technologies has undoubtedly improved the sharing and synchronization of feature-level geospatial information across diverse resources, literature shows that there are still apparent limitations in the current implementation of OGC WFSs. Currently, the implementation of OGC WFSs only emphasizes syntactic data interoperability via standard interfaces and cannot resolve semantic heterogeneity problems in geospatial data sharing. To help emergency responders and disaster managers find new ways of efficiently searching for needed geospatial information at the feature level, this paper aims to propose a framework for automatic search of geospatial features using Geospatial Semantic Web technologies and natural language interfaces. We focus on two major tasks: (1) intelligent geospatial feature retrieval using Geospatial Semantic Web technologies; (2) a natural language interface to a geospatial knowledge base and web feature services over the Semantic Web. Based on the proposed framework we implemented a prototype. Results show that it is practical to directly discover desirable geospatial features from multiple semantically heterogeneous sources using Geospatial Semantic Web technologies and natural language interfaces.  相似文献   

4.
A Rule-Based Strategy for the Semantic Annotation of Geodata   总被引:2,自引:0,他引:2  
The ability to represent geospatial semantics is of great importance when building geospatial applications for the Web. This ability will enhance discovery, retrieval and translation of geographic information as well as the reuse of geographic information in different contexts. The problem of generating semantic annotations has been recognized as one of the most serious obstacles for realizing the Geospatial Semantic Web vision. We present a rule‐based strategy for the semantic annotation of geodata that combines Semantic Web and Geospatial Web Services technology. In our approach, rules are employed to partially automate the annotation process. Rules define conditions for identifying geospatial concepts. Based on these rules, spatial analysis procedures are implemented that allow for inferring whether or not a feature in a dataset represents an instance of a geospatial concept. This automated evaluation of features in the dataset generates valuable information for the creation and refinement of semantic annotations on the concept level. The approach is illustrated by a case study on annotating data sources containing representations of lowlands. The presented strategy lays the foundations for the specification of a semantic annotation tool for geospatial web services that supports data providers in annotating their sources according to multiple domain views.  相似文献   

5.
Querying geographical information systems has been recognized as a difficult task for non‐expert users. Furthermore, user queries are often characterized by semantic aspects not directly managed by traditional spatial databases or GIS. Examples of such semantic geospatial queries are the use of implicit spatial relations between objects, or the reference of domain concepts not explicitly represented in data. To handle such queries, we envisage a system that translates natural language queries into spatial SQL statements on a database, thus improving standard GIS with new semantic capabilities. Within this general objective, the contribution of this article is to introduce a methodology to handle semantic geospatial queries issued over a spatial database. This approach captures semantics from an ontology built upon the spatial database and enriched by domain concepts and properties specifically defined to represent the localization of objects. Some examples of the use of the methodology in the urban domain are presented.  相似文献   

6.
Semantic similarity is central for the functioning of semantically enabled processing of geospatial data. It is used to measure the degree of potential semantic interoperability between data or different geographic information systems (GIS). Similarity is essential for dealing with vague data queries, vague concepts or natural language and is the basis for semantic information retrieval and integration. The choice of similarity measurement influences strongly the conceptual design and the functionality of a GIS. The goal of this article is to provide a survey presentation on theories of semantic similarity measurement and review how these approaches – originally developed as psychological models to explain human similarity judgment – can be used in geographic information science. According to their knowledge representation and notion of similarity we classify existing similarity measures in geometric, feature, network, alignment and transformational models. The article reviews each of these models and outlines its notion of similarity and metric properties. Afterwards, we evaluate the semantic similarity models with respect to the requirements for semantic similarity measurement between geospatial data. The article concludes by comparing the similarity measures and giving general advice how to choose an appropriate semantic similarity measure. Advantages and disadvantages point to their suitability for different tasks.  相似文献   

7.
多源地理空间矢量数据之间存在着隐含的关联关系,这些关联关系往往隐式存在,难以直观展示,也难以与空间数据映射交互展示,更无法进行查询分析,获取所需信息。针对这种情况,本文以多源地理空间矢量数据及统计数据为研究对象,首先定义了多源地理空间矢量数据关联的概念及分类,然后以此为基础设计了多源地理空间矢量数据关联模型,并将其分为3个子模型:基于自适应四叉树编码的空间关联子模型、基于几何匹配的空间关联子模型及基于语义匹配的空间关联子模型。该模型定义了多源地理空间矢量数据之间的关联方式,为关联关系的构建奠定了理论基础。  相似文献   

8.
Many time-critical applications such as emergency response, location-based services, and real time traffic management need instant access to diverse data to make quick decisions and take instantaneous actions. However, two issues block time-critical applications to quickly acquire and integrate spatial data over the web: (1) the heterogeneity of existing GIS systems, and (2) the file-level data sharing systems over the web. This research examines current open standards, protocols, and technologies capable of solving the two issues for real-time spatial data sharing over the web. Focusing on investigating the role of Web Feature Services (WFS) and Web Map Services (WMS), this research has developed a solution for real-time geospatial data sharing at the feature level over the web. A prototype has been implemented to query, extract, create, delete, update, and map geographic features stored in web-accessible OGC (Open Geospatial Consortium) simple feature datastores for transportation emergency applications. The prototype results show that the OGC WFS and WMS play important roles in real-time geospatial data sharing and exchange from heterogeneous sources at the feature level for time-critical applications. The WFS and WMS eliminate time-consuming data translation and facilitate reuse of existing geospatial data over the web. Several issues related to the solution are also discussed in the paper.  相似文献   

9.
There are several issues with Web-based search interfaces on a Sensor Web data infrastructure. It can be difficult to (1) find the proper keywords for the formulation of queries and (2) explore the information if the user does not have previous knowledge about the particular sensor systems providing the information. We investigate how the visualization of sensor resources on a 3D Web-based Digital Earth globe organized by level-of-detail (LOD) can enhance search and exploration of information by easing the formulation of geospatial queries against the metadata of sensor systems. Our case study provides an approach inspired by geographical mashups in which freely available functionality and data are flexibly combined. We use PostgreSQL, PostGIS, PHP, and X3D-Earth technologies to allow the Web3D standard and its geospatial component to be used for visual exploration and LOD control of a dynamic scene. Our goal is to facilitate the dynamic exploration of the Sensor Web and to allow the user to seamlessly focus in on a particular sensor system from a set of registered sensor networks deployed across the globe. We present a prototype metadata exploration system featuring LOD for a multiscaled Sensor Web as a Digital Earth application.  相似文献   

10.
11.
互联网数据中蕴含丰富的地理信息,其无处不在、形式与结构多样的特征决定了感知和融合面临许多技术难题。本文在分析互联网泛在地理信息分类和特征的基础上,系统研究其感知和融合技术的总体现状,总结了服务快速准确发现、深层网络数据高覆盖度采集、非结构化文本中位置信息提取和关联图像空间语义提取等感知技术发展现状,分析了异源几何数据匹配关联、地址标准化处理、同名实体语义对齐、地理实体关系构建等融合处理关键技术;在此基础上,总结和展望了互联网泛在地理信息感知融合技术在开放地理数据网络、城市治理与应急管理、网络监测与地理空间情报等领域的应用前景。  相似文献   

12.
Ordnance Survey, the national mapping agency of Great Britain, is investigating how semantic web technologies assist its role as a geographical information provider. A major part of this work involves the development of prototype products and datasets in RDF. This article discusses the production of an example dataset for the administrative geography of Great Britain, demonstrating the advantages of explicitly encoding topological relations between geographic entities over traditional spatial queries. We also outline how these data can be linked to other datasets on the web of linked data and some of the challenges that this raises.  相似文献   

13.
多源地理空间矢量数据关联分析   总被引:1,自引:1,他引:0  
针对多源地理空间矢量数据多来源、难以集成综合利用这一现状,本文提出了多源地理空间矢量数据关联方法,并以此为基础构建了多源地理空间矢量数据关联的可视与计算查询系统。首先,对多源地理空间矢量数据关联的概念及分类进行了定义。然后,以此为基础,提出了关联关系构建技术:自适应四叉树编码技术、扫描线技术、几何匹配及语义匹配技术。最后,为实现关联关系的直观展示,设计了原型系统。关联技术的提出可建立起多源地理空间矢量数据之间的关联关系,原型系统的构建也为用户综合利用多源地理空间矢量数据提供了平台,提高了数据的利用率及数据查询的效能。  相似文献   

14.
随着空间信息网格的建设,网格平台上管理的空间信息资源越来越丰富,这促进了空间信息网格中空间数据分布式查询的应用需求,而在分布式空间查询中,空间连接查询操作往往成为性能的瓶颈.根据空间信息的特点,通过利用网格计算资源来优化空间连接查询的执行.首先基于网格服务构建网格平台分布式空间数据查询软件结构,通过设计远程空间连接执行服务利用网格平台中的计算资源;根据空间信息的特点.采用基于Kd-Tree空间分区并行连接的方法提高远程空间数据连接操作执行效率,并给出了远程空间连接执行的查询代价模型;然后根据连接代价模型设计了远程空间连接查询执行计划优化生成算法;最后总结了本文工作并探讨了下一步研究方向.  相似文献   

15.
应用描述词汇约简的OGC地理信息服务演绎推理   总被引:1,自引:1,他引:0  
苗立志  胥婕  周亚  程文超 《测绘学报》2015,44(9):1029-1035
针对OGC地理信息服务在地理空间知识的有效组织和表达方面的能力比较弱,缺乏对服务信息的描述,数据丰富而知识缺乏,致使已有的数据在知识的表示和检索上存在缺陷,通过引入地理本体,按照基础地理信息要素分类,对地理信息服务的关键描述词汇进行提取,构建了地理信息服务本体库和实例数据库,应用粗糙集理论建立关键描述词汇约简模型,基于该模型实现了对地理信息服务实例数据库进行知识约简,形成最优实例数据库。最后应用地理信息服务本体库和实例数据库,基于演绎推理模型开发实例原型系统,实现了对地理信息服务对象的语义检索和推理,并通过试验从查全率和查准率两个指标验证了该方法的可行性、有效性和准确性。  相似文献   

16.
Though the intersection of spatial data and semantic web technologies holds significant promise, there are still many challenges before this promise can be realized. One of these challenges is query representation. History suggests that an appropriate solution is a specialized query language for spatial data; however, with a broad interpretation of the SPARQL specification and extensions that would be useful outside the spatial realm, one can use SPARQL to query spatial concepts effectively. This article establishes a set of desiderata for a query language capable of dealing with spatial Semantic Web‐based data, discusses the challenges facing such a query language, and addresses these challenges with straightforward solutions that are broadly applicable. The effectiveness of these extensions is demonstrated using example queries.  相似文献   

17.
当代地理信息系统进展综述   总被引:52,自引:3,他引:49  
综述当代地理信息技术的发展现状与趋势,涉及地理信息的获取与处理,地理空间数据的管理,地理信息应用服务,地理信息共享技术以及新型GIS如WebGIS、组件GIS、三维GIS和移动GIS等方面的内容。  相似文献   

18.
Rule-Based Discovery in Spatial Data Infrastructure   总被引:2,自引:0,他引:2  
  相似文献   

19.
Using Ontologies for Integrated Geographic Information Systems   总被引:13,自引:0,他引:13  
Today, there is a huge amount of data gathered about the Earth, not only from new spatial information systems, but also from new and more sophisticated data collection technologies. This scenario leads to a number of interesting research challenges, such as how to integrate geographic information of different kinds. The basic motivation of this paper is to introduce a GIS architecture that can enable geographic information integration in a seamless and flexible way based on its semantic value and regardless of its representation. The proposed solution is an ontology-driven geographic information system that acts as a system integrator. In this system, an ontology is a component, such as the database, cooperating to fulfill the system's objectives. By browsing through ontologies the users can be provided with information about the embedded knowledge of the system. Special emphasis is given to the case of remote sensing systems and geographic information systems. The levels of ontologies can be used to guide processes for the extraction of more general or more detailed information. The use of multiple ontologies allows the extraction of information in different stages of classification. The semantic integration of aerial images and GIS is a crucial step towards better geospatial modeling.  相似文献   

20.
A Task-Based Ontology Approach to Automate Geospatial Data Retrieval   总被引:1,自引:0,他引:1  
This paper presents a task‐based and Semantic Web approach to find geospatial data. The purpose of the project is to improve data discovery and facilitate automatic retrieval of data sources. The work presented here helps create the beginnings of a Geospatial Semantic Web. The intent is to create a system that provides appropriate results to application users who search for data when facing tasks such as emergency response or planning activities. In our task‐based system, we formalize the relationships between types of tasks, including emergency response, and types of data sources needed for those tasks. Domain knowledge, including criteria describing data sources, is recorded in an ontology language. With the ontology, reasoning can be done to infer various types of information including which data sources meet specific criteria for use in particular tasks. The vision presented here is that in an emergency, for example, a user accesses a Web‐based application and selects the type of emergency and the geographic area. The application then returns the types and locations (URLs) of the specific geospatial data needed. We explore the abilities and limitations of the OWL Web Ontology Language along with other Semantic Web technologies for this purpose.  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号