<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">A Transparent Semantic Enablement Layer for the Geospatial Web</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Krzysztof</forename><surname>Janowicz</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Geoinformatics</orgName>
								<orgName type="institution">University of Münster</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Sven</forename><surname>Schade</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Geoinformatics</orgName>
								<orgName type="institution">University of Münster</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Arne</forename><surname>Bröring</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Geoinformatics</orgName>
								<orgName type="institution">University of Münster</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Carsten</forename><surname>Keßler</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Geoinformatics</orgName>
								<orgName type="institution">University of Münster</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Christoph</forename><surname>Stasch</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Geoinformatics</orgName>
								<orgName type="institution">University of Münster</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Patrick</forename><surname>Maué</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Geoinformatics</orgName>
								<orgName type="institution">University of Münster</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Thorsten</forename><surname>Diekhof</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Geoinformatics</orgName>
								<orgName type="institution">University of Münster</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Transparent Semantic Enablement Layer for the Geospatial Web</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">4F1FBE9FAD859CE32FC622FCF9BD7F80</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T02:58+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Building on abstract reference models, the Open Geospatial Consortium (OGC) has established standards for storing, discovering, and processing geographical information. These standards act as basis for the implementation of specific services and Spatial Data Infrastructures (SDI). Research on geo-semantics plays an increasing role to support complex queries and retrieval across heterogeneous information sources, as well as for service orchestration, semantic translation, and on-the-fly integration. So far, this research targets individual solutions or focuses on the Semantic Web, leaving the integration into SDI aside. What is missing is a shared and transparent semantic enablement layer for Spatial Data Infrastructures which also integrates reasoning services known from the Semantic Web. Focusing on Sensor Web Enablement (SWE), we outline how Spatial Data Infrastructures in general can benefit from such a semantic enablement layer. Instead of developing new semantically enabled services from scratch, we propose to create profiles of existing services that implement a transparent mapping between the OGC and the Semantic Web world.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Motivation</head><p>Developing and deploying Spatial Data Infrastructures based on OGC services is attractive for two reasons. First, these services are well standardized and their implementations can be tested for conformity. Second, the OGC has defined a top-level interface standard called OWS Common <ref type="bibr" target="#b0">[1]</ref> defining main aspects that are shared by most OGC web services. Frequent testbeds investigate, report on, and discuss the interoperability between specific services. Both aspects ease the integration of services into Spatial Data Infrastructures, make them more adaptable, and form the basis for their orchestration <ref type="bibr" target="#b1">[2]</ref>.</p><p>Services, however, are not built for their own sake but to encapsulate data or processing models. To exchange data between services, i.e., to make them interoperable, they have to share common schemas or translate between them. For example, if one processing service requires a string representing wind direction as input and was developed with a wind blows from conceptualization in mind, a second service offering wind direction observations as strings, but based on a wind blows to conceptualization, can still act as input source <ref type="bibr" target="#b2">[3]</ref>. The OGC standards guarantee interoperability on a syntactic level. Services can exchange data if they agree on names and types for their inputs, outputs, and operations. Whether data exchanged between services can be interpreted in a meaningful way is not covered by the specifications. For example, a Web Processing Service (WPS) <ref type="bibr" target="#b3">[4]</ref> can be used to compute the dispersion of a gas plume caused by a factory fire based on wind direction observations delivered by a Sensor Observation Service (SOS) <ref type="bibr" target="#b4">[5]</ref>. Both services need to share a common understanding of wind direction to compute meaningful results <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b5">6]</ref>; otherwise the simulated dispersion plume would point in the opposite direction. Hence, the challenge is to establish semantic interoperability, i.e., the ability of services to exchange data in a meaningful<ref type="foot" target="#foot_0">1</ref> way and with a minimum of human intervention <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8]</ref>. For instance, mapping national geodata models to the specifications of the INSPIRE initiative for a European SDI requires formal specifications of the national data models (as well as the INSPIRE model) <ref type="bibr" target="#b8">[9]</ref>. So far, the mappings between these models have to be specified and tested outside of OGC services. There is no way to check on-the-fly whether a dataset has been consistently mapped or whether it contains contradictions. To perform such checks, the application schemas and the contained feature type definitions have to be downloaded manually in order to perform common reasoning tasks.</p><p>The remaining paper is structured as follows. First, we introduce related work on SWE and geo-semantics related to OGC services and SDI. Next, we discuss the idea of a horizontal and vertical semantic enablement layer and its integration with OGC services. We stick to the gas plume dispersion example throughout the paper as a running scenario. We conclude our work by summarizing the proposed approach and point to further work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related work</head><p>The Open Geospatial Consortium provides standards to geospatially enable the Web with the goal of making spatial data and services accessible in an interoperable way for all kinds of applications. The Sensor Web Enablement <ref type="bibr" target="#b9">[10]</ref> initiative as one focus area of OGC's specification program develops standards to integrate sensors into Spatial Data Infrastructures. SWE incorporates different data models for describing sensors (SensorML <ref type="bibr" target="#b10">[11]</ref>) as well as gathered sensor data (Observations &amp; Measurements <ref type="bibr" target="#b11">[12]</ref>). Additionally, web service interfaces are defined which make these models available to enable the discovery and controlling of sensors, the retrieval of sensor data, as well as alerts in case of particular events within a sensor network. A central role in this framework plays the Sensor Observation Service (SOS) <ref type="bibr" target="#b4">[5]</ref> which provides a standardized interface for the pull-based access of both archived and near-realtime sensor observations and metadata.</p><p>Over the last years, work on semantics <ref type="bibr" target="#b12">[13]</ref> and geo-ontologies has focused on several challenges towards establishing semantic interoperability between OGC services. This includes work on the role of ontology for spatio-temporal databases <ref type="bibr" target="#b13">[14]</ref>, the notion of semantic reference systems and the grounding of geographical categories <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b15">16]</ref>, semantics-based and context-aware retrieval of geographic information <ref type="bibr" target="#b16">[17]</ref><ref type="bibr" target="#b17">[18]</ref><ref type="bibr" target="#b18">[19]</ref><ref type="bibr" target="#b19">[20]</ref>, ontology alignment <ref type="bibr" target="#b20">[21]</ref>, as well as work on Semantic Geospatial Web services <ref type="bibr" target="#b21">[22]</ref> and their chaining <ref type="bibr" target="#b22">[23]</ref>. This research has lead to several new services and tools such as ConceptVISTA<ref type="foot" target="#foot_1">2</ref> for ontology creation and visualization, the SWING Concept Repository<ref type="foot" target="#foot_2">3</ref> , the SIM-DL similarity server and Protégé plug-in <ref type="foot" target="#foot_3">4</ref> , or the semantically-enabled Sensor Observation Service Sem-SOS <ref type="bibr" target="#b23">[24]</ref>. Opposed to work on Spatial Data Infrastructures, these services do not share common interfaces but are isolated solutions which lack a binding to each other and partially also to existing OGC services. For instance, while the SIM-DL server can compute the similarity of geographic feature types, it uses an extended version of the Description Logics Interface Group (DIG) protocol for communication and the Web Ontology Language (OWL) for knowledge representation <ref type="foot" target="#foot_4">5</ref> . In contrast, OGC services such as the Web Feature Service (WFS), which could be chained with the similarity server, use GetCapabilities requests and the Geographic Markup Language (GML).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Towards a Transparent Semantic Enablement Layer</head><p>To integrate Semantic Web services into SDI we propose a transparent Semantic Enablement Layer (SEL) for OGC services. It resides on top of recent standards and considers the following three challenges: (1) How to link data encodings and service protocols to formal specifications stored within ontologies? (2) How to manage and maintain these ontologies? (3) How to incorporate reasoning services known from the Semantic Web?</p><p>Based on these challenges we can derive functionalities, which should be provided by the SEL (see Table <ref type="table">1</ref>). For further structuring, we categorized atomic functionalities into four conformance classes. Storage groups functionalities which are required for ontology storage, evolution, and access. The functionality to connect elements of a specific resource, e.g., a GML or RDF data model, with concepts or instances from an ontology is provided by the Lookup and Retrieval conformance class. Reasoning groups operations about inferring hidden facts as well as adding new ones, while the Deployment functionality supports the deployment of OGC services if their data models have been encoded in ontologies. Such deployment includes the generation of a content description for an OGC web service which is advertised in its capabilities document, as well as an automated creation of descriptions of resources such as feature type serializations using XSD. This functionality ensures explicit linkages between services and content descriptions Table <ref type="table">1</ref>. Overview of SEL run-time functionalities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conformance Classes Operation</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Storage</head><p>• createOntology: creates a new ontology with all its classes and relations inside the repository.</p><p>• updateOntology: registers a new version of an ontology to the repository.</p><p>• getConcept, getRelation, getOntology: returns different types of elements from a registered ontology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Lookup and Retrieval</head><p>• getModelReference: returns the appropriate ontology element ID for a given resource ID, e.g., GML Feature ID.</p><p>• retrieve: executes semantic matchmaking between a goal/query and (a) available web service advertisements and (b) feature type definitions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Reasoning</head><p>• loadOntology: loads a specific ontology into the reasoner.</p><p>• releaseOntology: removes a specific ontology from the reasoner.</p><p>• tells: inserts a new fact into the knowledge base.</p><p>• asks: returns facts from the knowledge base.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Deployment</head><p>• createCapabilities: creates content-specific section of an OGC Capabilities Document.</p><p>• createFeatureTypeDescription: creates a GML feature type in XSD format (created file may contain annotations).</p><p>We propose to group the functionalities of the conformance classes in two services, the Web Ontology Service (WOS) for managing and accessing ontologies and the Web Reasoning Service (WRS) for providing reasoning functionality within SDIs. Instead of creating new services from scratch, the WOS is defined as a profile of the Web Catalog Service (CS-W) and the WRS as a profile of the Web Processing Service (WPS). This facilitates the integration with existing SDI technologies and simplifies the service orchestration. As WRS and WOS have to follow the OWS Common specification, a major challenge is the mapping between the protocols and representation languages used on the Semantic Web and the OGC world. Note that we do not propose to develop separate reasoners or ontology repositories for SDI but to transparently encapsulate existing Semantic Web solutions by the WOS and WRS.</p><p>Components, which support the creation of semantic annotations, i.e., which provide means to link elements from data model to concepts from an ontology, are not considered in this setting. Such components are not used during SEL run-time, but in a previous development phase. Examples of supporting tools are given in <ref type="bibr" target="#b24">[25]</ref>. They can be used to generate content for successful lookup. The semantic annotation of OGC services as well as the WOS and the WRS are explained in more detail in the following subsections.</p><p>We illustrate the integration of the proposed services into SDI using the gas plume example. We assume that air pollutants peril an important European bird sanctuary, the so called Rieselfelder in Münster (Germany), as well as the surrounding natural reserves. For reasons of simplification, we further assume that a local Sensor Web is already set up and used by a disaster relief organization, i.e., mobile sensors are deployed to monitor air pollutants, wind speed, and wind direction.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Semantic Annotation</head><p>Service operations such as GetCapabilities and data encodings such as SensorML describe the functionality and data offered by a specific OGC service. This includes sensor inputs and outputs in case of SensorML, and a list of contained geographic feature types in case of a Web Feature Service's capabilities document. Currently, the descriptions of these resources are only syntactic, e.g., encoded in GML. If additional descriptions are contained, they mostly consist of plain-text. A first step towards semantic enablement is to annotate these elements of the General Feature Model <ref type="bibr" target="#b25">[26]</ref>. Semantic annotation links them to the according classes specified within ontologies. Recently, Maué et al. <ref type="bibr" target="#b26">[27]</ref> proposed a methodology for the annotation of OGC services. The authors suggest three different levels of (semantic) annotations. They distinguish between the annotation of resource metadata, e.g., an OWS Capabilities Document, of a data model, e.g. a GML Application Schema, and of data entities, such as a GML file. Annotations may point to information source ontologies, a specific form of application ontologies, or to shared domain ontologies. Figure <ref type="figure" target="#fig_0">1</ref> provides an example for annotating an OGC SOS. Level 1 links the keywords of a capabilities document to concepts from a domain ontology, NaturalReserve in this case. The connection between the application schema to an application ontology is illustrated in level 2, while linking features to concepts from a domain ontology is depicted at the bottom of the figure (level 3). Listing 1.1 shows an example of an InsertObservation request offered by an SOS. By invoking this operation new sensor observations can be fed into the SOS. For example, the element of the observed property contains an attribute that links to an external resource. Following Maué et al. <ref type="bibr" target="#b26">[27]</ref>, the links are implemented as SAWSDL model references <ref type="bibr" target="#b27">[28]</ref>. The model references point to concept (e.g. WindDirection) or instance (e.g., Anemometer01 and Rieselfelder ) identifiers from a populated ontology. The formal specifications of these concepts can then be used for tasks such as semantics-based information retrieval. Note that the annotations may refer to concepts or individuals from a resource or domain ontology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Web Ontology Service -Managing and Accessing Ontologies</head><p>While annotations establish links between elements of data and service models to concepts, individuals, and relations in ontologies, these ontologies need to be stored and managed in repositories <ref type="bibr" target="#b28">[29]</ref>. Typically, ontology repositories act as interfaces offering access and URI resolution as well as auxiliary services for querying, visualizing, versioning, and comparing the stored definitions 6 . With regards to SDIs built on OGC services, a decomposition of the functionality into separate services would be more appropriate (comparable to the separation of WFS and WMS). We therefore argue that a Web Ontology Service should provide access, lookup, and retrieval functionalities. A WOS could provide access to definitions from multiple domains ranging from geographic feature types over types of observations, to sensor types. In case of the gas plume example, a particular WOS could store feature types such as Factory, NaturalReserve, and InhabitedPlace, as well as sensor types such as Anemometer. By providing access to the formal specifications, a WOS could support a semantic mapping between sensor outputs and the properties of features of interest when registering new sensors or adding their observations to a Sensor Observation Service <ref type="bibr" target="#b5">[6]</ref>.</p><p>A WOS serves two requirements. First, it provides access to formal specifications for the elements annotated in data encodings and service operations. Second, and in conjunction with a Web Reasoning Service, a WOS can be used for semantics-based information retrieval. In this sense, a WOS is a semanticallyenabled catalogue supporting information retrieval beyond simple keyword search <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b17">18]</ref>. Therefore and in conformity with Lieberman et al. <ref type="bibr" target="#b29">[30]</ref>, we argue that a WOS should be designed as a profile of the OGC Catalogue Service (CS-W) <ref type="bibr" target="#b30">[31]</ref>. Thereby, it abstracts from spatial and temporal search, while focusing on thematic aspects. As ontologies in general require specific querying, the Filter Encoding standard <ref type="bibr" target="#b31">[32]</ref> requires an according profile. In conjunction with the CS-W it provides novel means to sophisticated retrieval of geospatial data and services. The enhanced filter encoding may even be re-used by other OGC service types, such as WFS or SOS in order to enhance data querying capabilities.</p><p>Using the gas plume scenario, Figure <ref type="figure">2</ref> illustrates how the WOS can support the transparent gathering of relevant data, e.g., sensor observations. A WOS is queried for all subtypes of NaturalReserve which are located within a particular bounding box, e.g., the greater Münster area. To process such a query, the WOS utilizes an associated Web Reasoning Service. The WOS response contains all feature types satisfying the input query, e.g., Bird Sanctuary. These types can be used in further discovery tasks to find features of interest affected by the fire and gas plume.</p><p>An OWL-Profile for CS-W was suggested recently by Stock et al. <ref type="bibr" target="#b32">[33]</ref>. The authors suggest a non-transparent approach, which restricts the format (in their case OWL) and reasoning capabilities (in their case reasoning on description logics). In contrast, we propose a transparent approach which abstracts from a particular inference engine and from specific ontology languages such as OWL, OWL 2.0, Web Service Modelling Language (WSML), or Topic Maps.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Web Reasoning Service -Bringing Reasoning to SDI</head><p>While the Web Ontology Service encapsulates ontologies, a second service has to encapsulate the functionalities defined in the reasoning conformance class. This Fig. <ref type="figure">2</ref>. Transparent integration of existing ontology repositories in to an SDI to support semantics-based lookup and retrieval using the Web Ontology Service as a CSW profile.</p><p>service has to bridge between the inference engines as key components of the Semantic (Geospatial) Web and the OGC world. Reasoners are not restricted to subsumption reasoning, but include non-standard inference such as finding the most specific concept, least common subsumer, similarity reasoning <ref type="bibr" target="#b16">[17]</ref>, as well as context-aware instantiation based on SWRL rules and built-ins <ref type="bibr" target="#b18">[19]</ref>. We argue that such a Web Reasoning Service should be developed as a profile of the Web Processing Service specification <ref type="bibr" target="#b3">[4]</ref>. Since the WRS should encapsulate semantic web reasoners and make them accessible for SDIs, it has to map in both directions between DIG tells and asks calls on the one side and GetCapabilities request and GML on the other side 7 .</p><p>With respect to Sensor Web Enablement, a WRS could be used to discover appropriate sensors using a feature of interest as query <ref type="bibr" target="#b5">[6]</ref>. For instance, a semantically-enabled SDI could automatically choose and register sonic anemometers if the user is interested in data on the dispersion of a gas plume. In case of semantics-based retrieval of feature types <ref type="bibr" target="#b17">[18]</ref> as depicted in figure <ref type="figure">2</ref>, the WRS gives the necessary reasoning power to the WOS.</p><p>Figure <ref type="figure" target="#fig_3">3</ref> illustrates how the WRS can be used to incorporate reasoning services into an OGC service chain. With respect to the gas plume example, the WRS encapsulated the SIM-DL similarity server to select features similar to the Rieselfelder in the greater Münster area, e.g., the Wienburgpark. Next, a SOS is 7 If the WRS should also encapsulate other ontology languages and their reasoning services, such as WSML and IRIS, it has to implement additional mappings. used to access sensor observations about the potential pollution of these features, and, finally, a web processing service delivers a risk analysis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusions and Further Work</head><p>In this paper, we outlined the need for a Semantic Enablement Layer for OGC web services. We argued that such a layer is a prerequisite for semantics-based information retrieval tailored to the user's context, semantic translation, the orchestration of sensors and web services, and finally semantic interoperability. Three steps towards establishing a SEL have been identified. First, data encodings and service protocols have to be linked to formal specifications stored in ontologies using semantic annotations. Second, a service has to be established for managing and maintaining these ontologies. Third, a service has to encapsulate Semantic Web reasoners to integrate them into SDIs. Additional services, such as the WRS can be integrated into SDIs without changing existing clients. The proposed approach generalizes over previously suggested solutions and provides a tight (and transparent) integration into recent SDI developments. We also clearly separate data models (in any encoding) from domain ontologies. This separation acknowledges the distinction between information items from the real world. While we focused on introducing the need for and components of the Semantic Enablement Layer, the reference implementation of the WOS and WRS is part of the 52 • N orth semantics community <ref type="foot" target="#foot_5">8</ref> . Currently, our work on the WRS focuses on the encapsulation of the SIM-DL similarity server and Pellet reasoner to make them accessible for OGC services such as the SOS and WFS. A semantic annotation API for the lookup and injection functionality is developed in the sapience project <ref type="foot" target="#foot_6">9</ref> . Adding annotations on-the-fly to existing OGC metadata is required as long as the data models are not represented as ontologies within the WOS. In the long term, the functionality described by the deployment conformance class will enable the creation of (parts of) the OGC Capability Documents by the WOS.</p><p>An interesting question is whether and to which degree OGC services will co-exist with upcoming semantic Web technologies and especially with linked data infrastructures. While this is difficult to predict, we assume what both approaches do not necessarily exclude each other. For instance, one could think of a micro-SDI for linked data. Examples include recent work on next generation gazetteers <ref type="bibr" target="#b33">[34]</ref>, a forthcoming linked data serialization of OpenStreetMap <ref type="bibr" target="#b34">[35]</ref>, or JavaScript reasoners such as JSExplicit<ref type="foot" target="#foot_7">10</ref> which can directly be embedded into web pages to generate context and user-aware information from RDF or OWL data on the fly.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Acknowledgments</head><p>The presented work is funded by the International Research Training Group on Semantic Integration of Geospatial Information (DFG GRK 1498), the DFG SimCat II project (DFG Ja1709/2-2), the SWING project of the European Commission (FP6-026514), as well as the 52 • N orth semantics community which aims at establishing a semantic enablement layer for OGC services.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Levels of annotations; adopted from [27].</figDesc><graphic coords="5,364.95,460.96,93.98,171.11" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>7 Listing 1 . 1 .</head><label>711</label><figDesc>&lt;I n s e r t O b s e r v a t i o n s e r v i c e ='SOS ' v e r s i o n = ' 1 . 0 . 0 ' &gt; . . . &lt;om : O b s e r v a t i o n &gt; . . . &lt;om : p r o c e d u r e s a w s d l : m o d e l R e f e r e n c e = ' [ nsKB ] : Anemometer01'/ &gt; &lt;om : o b s e r v e d P r o p e r t y s a w s d l : m o d e l R e f e r e n c e = ' [ nsKB ] : WindDirection '/ &gt; &lt;om : f e a t u r e O f I n t e r e s t &gt; &lt;s a : S a m p l i n g P o i n t gml : i d =' s a m p l i n g 0 1 '&gt; &lt;s a : s a m p l e d F e a t u r e s a w s d l : m o d e l R e f e r e n c e = ' [ nsKB ] : R i e s e l f e l d e r '/ &gt; &lt;s a : p o s i t i o n &gt; &lt;gml : Point&gt; &lt;gml : po s srsName= ' urn : o g c : d e f : c r s : EPSG:4326 ' &gt; a : S a m p l i n g P o i n t&gt; &lt;/om : f e a t u r e O f I n t e r e s t &gt; &lt;om : r e s u l t uom=' deg ' &gt;42.0 &lt;/om : r e s u l t &gt; . . . Example annotation of a SOS InsertObservation request. nsKB is a placeholder for the namespace of the used (populated) ontology.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>6</head><label></label><figDesc>Examples of repositories and collaborative tools include work by the Open OntologyRepository Initiative, the NeON Cupboard, OwlSight, Web Protégé, or OWLDiff.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Transparent integration of existing reasoners in to an SDI using the Web Reasoning Service as a WPS profile.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">This is still a working definition as it does not define when a combination of data is considered to be meaningful.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://www.geovista.psu.edu/ConceptVISTA/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://purl.org/net/concepts/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://sim-dl.sourceforge.net/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">This is not only that case for SIM-DL but most reasoners on the Semantic Web.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_5">http://www.52north.org/semantics</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_6">http://purl.org/net/sapience/docs/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_7">http://jsexplicit.sourceforge.net</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Whiteside</surname></persName>
		</author>
		<title level="m">OGC Implementation Specification 06-121r3: OGC Web Services Common Specification</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Web Service Orchestration of OGC Web Services for Disaster Management</title>
		<author>
			<persName><forename type="first">A</forename><surname>Weiser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zipf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">LN in Geoinformation and Cartography</title>
		<imprint>
			<biblScope unit="page" from="239" to="254" />
			<date type="published" when="2007">2007</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Giving Meaning to GI Web Service Descriptions</title>
		<author>
			<persName><forename type="first">F</forename><surname>Probst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lutz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2nd International Workshop on Web Services: Modeling, Architecture and Infrastructure (WSMAI 2004)</title>
				<meeting><address><addrLine>Porto, Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Schut</surname></persName>
		</author>
		<title level="m">OGC Implementation Specification 05-007r7: OpenGIS Web Processing Service</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Na</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Priest</surname></persName>
		</author>
		<title level="m">OGC Implementation Specification 06-009r6: OpenGIS Sensor Observation Service</title>
				<imprint>
			<publisher>SOS</publisher>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Semantic challenges for sensor plug and play</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bröring</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Janowicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Stasch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Kuhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Web &amp; Wireless Geographical Information Systems</title>
				<meeting><address><addrLine>Maynooth, Ireland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009-12-08">7 &amp; 8 December 2009. 2009</date>
		</imprint>
	</monogr>
	<note>forthcoming)</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Semantic Interoperability: A Central Issue for Sharing Geographic Information</title>
		<author>
			<persName><forename type="first">F</forename><surname>Harvey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Kuhn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Pundt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Bisher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Riedemann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Annals of Regional Science</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="213" to="232" />
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">GIS Design: A Review of Current Issues in Interoperability</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Manso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wachowicz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Geography Compass</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="1105" to="1124" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<ptr target="http://www.ec-gis.org/inspire/reports/inspirescoping24mar04.pdf.Technicalreport" />
		<title level="m">INSPIRE: INSPIRE scoping paper</title>
				<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Botts</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Percivall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Davidson</surname></persName>
		</author>
		<title level="m">OGC Sensor Web Enablement: Overview And High Level Architecture</title>
				<imprint>
			<publisher>OGC</publisher>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Botts</surname></persName>
		</author>
		<title level="m">OGC Implementation Specification 07-000: OpenGIS Sensor Model Language (SensorML)</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Cox</surname></persName>
		</author>
		<title level="m">OGC Implementation Specification 07-022r1: Observations and Measurements -Part 1 -Observation schema</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Geospatial Semantics: Why, of What, and How?</title>
		<author>
			<persName><forename type="first">W</forename><surname>Kuhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal on Data Semantics III</title>
		<imprint>
			<biblScope unit="page" from="1" to="24" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Ontology for spatio-temporal databases</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">U</forename><surname>Frank</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">LNCS</title>
		<imprint>
			<biblScope unit="volume">2520</biblScope>
			<biblScope unit="page" from="9" to="77" />
			<date type="published" when="2003">2003</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Semantic Reference Systems</title>
		<author>
			<persName><forename type="first">W</forename><surname>Kuhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Geographic Information Science</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="405" to="409" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Grounding Geographic Categories in the Meaningful Environment</title>
		<author>
			<persName><forename type="first">S</forename><surname>Scheider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Janowicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Kuhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference on Spatial Information Theory (COSIT 2009)</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
	<note>forthcoming</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Algorithm, Implementation and Application of the SIM-DL Similarity Server</title>
		<author>
			<persName><forename type="first">K</forename><surname>Janowicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Keßler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Schwarz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wilkes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Panov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Espeter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Baeumer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Second International Conference on GeoSpatial Semantics (GeoS</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">F</forename><forename type="middle">T</forename><surname>Fonseca</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Rodriguez</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Levashkin</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2007-11">2007. November 2007</date>
			<biblScope unit="volume">4853</biblScope>
			<biblScope unit="page" from="128" to="145" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Ontology-based retrieval of geographic information</title>
		<author>
			<persName><forename type="first">M</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Klien</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Geographical Information Science</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="233" to="260" />
			<date type="published" when="2006-03">March 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Semantic rules for context-aware geographical information retrieval</title>
		<author>
			<persName><forename type="first">C</forename><surname>Keßler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Raubal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wosniok</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">European Conference on Smart Sensing and Context</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Barnaghi</surname></persName>
		</editor>
		<meeting><address><addrLine>EuroSSC</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009. 2009</date>
			<biblScope unit="volume">5741</biblScope>
			<biblScope unit="page" from="77" to="92" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Schade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Klien</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Maue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fitzner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Kuhn</surname></persName>
		</author>
		<ptr target="http://swing-project.org/deliverables.Technicalreport" />
		<title level="m">Report on Modelling Approach and Guideline. Deliverable D3.2 of the SWING Project</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Structural alignment methods with applications to geospatial ontologies</title>
		<author>
			<persName><forename type="first">I</forename><surname>Cruz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Sunna</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions in GIS, special issue on Semantic Similarity Measurement and Geospatial Applications</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="683" to="711" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Swing: An integrated environment for geospatial semantic web services</title>
		<author>
			<persName><forename type="first">M</forename><surname>Andrei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">J</forename><surname>Berre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Costa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Duchesne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fitzner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Grcar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hoffmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Klien</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Langlois</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Limyr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Maué</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Steinmetz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Tertre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Vasiliu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Zaharia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Zastavni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">5th European Semantic Web Conference (ESWC 2008)</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Bechhofer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hauswirth</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Hoffmann</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Koubarakis</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">5021</biblScope>
			<biblScope unit="page" from="767" to="771" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Integrating semantic and syntactic descriptions to chain geographic services</title>
		<author>
			<persName><forename type="first">R</forename><surname>Lemmens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Wytzisk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>De By</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Granell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gould</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Van Oosterom</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Internet Computing</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="42" to="52" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">SemSOS: Semantic Sensor Observation Service</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">A</forename><surname>Henson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">K</forename><surname>Pschorr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">P</forename><surname>Sheth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Thirunarayan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Symposium on Collaborative Technologies and Systems</title>
				<meeting><address><addrLine>CTS</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009">2009. 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">D4.5: Software Module for Semantic Annotation of a Web Service</title>
		<author>
			<persName><forename type="first">M</forename><surname>Grcar</surname></persName>
		</author>
		<ptr target="http://swing-project.org/deliverables.Technicalreport" />
	</analytic>
	<monogr>
		<title level="m">Deliverable of the SWING Project available from</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<idno>ISO/TC211</idno>
		<title level="m">ISO/FDIS 19109: Geographic information -Rules for application schema</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Maué</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Duchesne</surname></persName>
		</author>
		<title level="m">OGC Discussion Paper 08-167r1: Semantic annotations in OGC standards</title>
				<imprint>
			<publisher>OGC</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Semantic annotations for WSDL and XML schema</title>
		<author>
			<persName><forename type="first">J</forename><surname>Farrell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Lausen</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/sawsdl/(2007" />
	</analytic>
	<monogr>
		<title level="m">W3C recommendation</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Schade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Maué</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wosniok</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Finke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Heuer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dupke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Scherer</surname></persName>
		</author>
		<ptr target="http://swing-project.org/deliverables.Technicalreport" />
		<title level="m">D3.3 Ontology Repository with Ontologies</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
	<note>Deliverable of the SWING Project</note>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Lieberman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Pehle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Morris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kolas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dean</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Probst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Klien</surname></persName>
		</author>
		<title level="m">Geospatial Semantic Web Interoperability Experiment Report</title>
				<imprint>
			<publisher>Open Geospatial Consortium</publisher>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b30">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Nebert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Whiteside</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Vretanos</surname></persName>
		</author>
		<title level="m">OGC Implementation Specification 07-006r1: OpenGIS Catalogue Services Specification</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<idno>ISO/TC211: ISO/</idno>
		<title level="m">DIS 19143: Geographic information -Filter encoding</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Stock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Small</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Ou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Reitsma</surname></persName>
		</author>
		<title level="m">OGC Discussion Paper 09-010 -OWL Application Profile of CSW</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
		<respStmt>
			<orgName>Open Geospatial Consortium</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">An agenda for the next generation gazetteer: Geographic information contribution and retrieval</title>
		<author>
			<persName><forename type="first">C</forename><surname>Keßler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Janowicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bishr</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Advances in Geographic Information Systems 2009 (ACM SIGSPATIAL GIS</title>
				<imprint>
			<date type="published" when="2009">2009. 2009</date>
		</imprint>
	</monogr>
	<note>forthcoming)</note>
</biblStruct>

<biblStruct xml:id="b34">
	<monogr>
		<title level="m" type="main">LinkedGeoData -Adding a spatial Dimension to the Web of Data</title>
		<author>
			<persName><forename type="first">S</forename><surname>Auer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lehmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Hellmann</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
	<note>submitted to ISWC 2009</note>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
