<?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">Developing Registries for the Semantic Sensor Web using stRDF and stSPARQL (short paper) ⋆</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kostis</forename><surname>Kyzirakos</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Dept. of Informatics and Telecommunications National</orgName>
								<orgName type="institution">Kapodistrian University of Athens</orgName>
								<address>
									<country key="GR">Greece</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Manos</forename><surname>Karpathiotakis</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Dept. of Informatics and Telecommunications National</orgName>
								<orgName type="institution">Kapodistrian University of Athens</orgName>
								<address>
									<country key="GR">Greece</country>
								</address>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Manolis</forename><surname>Koubarakis</surname></persName>
							<email>koubarak@di.uoa.gr</email>
							<affiliation key="aff0">
								<orgName type="department">Dept. of Informatics and Telecommunications National</orgName>
								<orgName type="institution">Kapodistrian University of Athens</orgName>
								<address>
									<country key="GR">Greece</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Developing Registries for the Semantic Sensor Web using stRDF and stSPARQL (short paper) ⋆</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">E9D9A70FAA78E9CE2E40F5D56DB8181A</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T06:24+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>We address the problem of registering and discovering sensors, sensor services and other related resources in the Semantic Sensor Web. We show how to develop a semantic registry for the storage and manipulation of metadata describing such resources using an implementation of the data model stRDF and the query language stSPARQL. stRDF extends RDF with the ability to represent spatial and temporal metadata using linear constraints. stSPARQL extends SPARQL for querying stRDF metadata. Together they provide a natural modeling framework for the problem at hand, since spatial and temporal metadata figure prominently in the description of sensors and related resources or services. We present Strabon, a storage and query evaluation module for stRDF/stSPARQL for the architecture of the EU FP7 project Semsor-Grid4Env and we show how to use Strabon to implement a semantic registry.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Millions of sensors are currently been deployed in sensor networks around the globe and are actively collecting an enormous amount of data. Together with legacy data sources, specialized software modules (e.g., modules performing mathematical modeling and simulation) and current Web 2.0 technologies such as mashups, deployed sensor networks give us the opportunity to develop unique applications in a variety of sectors (environment, agriculture, health, transportation, surveillance, public security etc.). The term Semantic Sensor Web (SSW) <ref type="bibr" target="#b0">[1]</ref> has recently been used to refer to the combination of sensor network, Web and semantic technologies with the view of addressing the opportunity that we have to unify the real and the virtual world. The SSW vision is currently shared by several research projects world-wide <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b4">5]</ref>.</p><p>Another important activity in this area is the standardization activities of the Sensor Web Enablement (SWE) Working Group of the Open Geospatial Consortium (OGC) <ref type="bibr" target="#b5">[6]</ref>. Since the standards of this working group do not emphasize semantics, it is interesting to investigate how SSW efforts can be coupled with or can extend the OGC SWE proposals <ref type="bibr" target="#b0">[1]</ref>.</p><p>An important component of SSW architectures is the registry which is used for discovering sensors, sensor services and other related resources. Registries store metadata about SSW resources and make this metadata available to client applications. In this paper we discuss the design and implementation of a semantic registry that is currently being developed in the context of the European FP7 SSW project SemsorGrid4Env <ref type="bibr" target="#b2">[3]</ref>. In SemsorGrid4Env resource metadata is modeled using stRDF, a constraint-based extension of RDF, that can be used to represent thematic, spatial and temporal metadata. Resource metadata are queried using stSPARQL, an extension to SPARQL for querying stRDF data <ref type="bibr" target="#b6">[7]</ref>. After introducing stRDF and stSPARQL, we present Strabon, a storage and query evaluation module for stRDF/stSPARQL. Strabon is built on top of the well-known RDF store Sesame <ref type="bibr" target="#b7">[8]</ref> and extends Sesame's components to be able to manage thematic, spatial and temporal metadata that are stored in PostGIS. Then, we show how to use Strabon to develop a semantic registry for the SSW architecture of SemsorGrid4Env.</p><p>The organization of this paper is the following. In Section 2 we present the data model stRDF and the query language stSPARQL by means of examples. In Section 3 we present our current implementation of stRDF/stSPARQL and in Section 4 we present our implementation of a semantic registry. Comparison with related work is presented in Section 5 and in Section 6 we present our conclusions and discuss future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">A Data Model and Query Language for SSW Resource Metadata</head><p>The first two questions that needed to be answered while developing a registry for the SSW are: (i) what data model should be used to encode SSW resource metadata and (ii) what query language should be used to facilitate the discovery of SSW resouces. As first pointed out in <ref type="bibr" target="#b0">[1]</ref>, SSW resource metadata can be distinguished into thematic (e.g., the sensor measures windspeed), spatial (e.g., the sensor is located in Athens) and temporal (e.g., the sensor was dead throughout the last two weeks). We have chosen to use RDF(S) as the base of our registry metadata model and SPARQL as the base of our query language. However, RDF(S) can only represent thematic metadata and needs to be extended if we want to model spatial and temporal information. In <ref type="bibr" target="#b6">[7]</ref> we have presented such an extension of RDF and SPARQL, called stRDF and stSPARQL respectively. In the rest of this section we present this data model and query language mostly by means of examples. Material in this section comes directly from <ref type="bibr" target="#b6">[7]</ref> where the reader can also find a formal definition of the syntax and the semantics of stSPARQL query evaluation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Data model</head><p>To develop stRDF, we follow closely the ideas of constraint databases and especially the work on CSQL <ref type="bibr" target="#b8">[9]</ref>. First, we define the formulae that we allow as constraints. Then, we develop stRDF in two steps. The first step is to define the model sRDF which extends RDF with the ability to represent spatial data. Then, we extend sRDF to stRDF so that thematic and spatial data with a temporal dimension can be represented. Linear constraints. Constraints will be expressed in the first-order language L = {≤, +} ∪ Q over the structure Q = ⟨Q, ≤, +, (q) q∈Q ⟩ of the linearly ordered, dense and unbounded set of the rational numbers, denoted by Q, with rational constants and addition. The atomic formulae of this language are linear equations and inequalities of the form:</p><p>∑ p i=1 a i x i Θa 0 , where Θ is a predicate among =, or ≤, the x i 's denote variables and the a i 's are integer constants. Note that rational constants can always be avoided in linear equations and inequalities. The multiplication symbol is used as an abbreviation i.e., a i x i stands for</p><formula xml:id="formula_0">x i + • • • + x i (a i times).</formula><p>We now define semi-linear subsets of Q k , where k is a positive integer. We will use ∅ to denote the empty subset of Q k represented by any inconsistent formula of L.</p><p>The sRDF data model. As in theoretical treatments of RDF <ref type="bibr" target="#b9">[10]</ref>, we assume the existence of pairwise-disjoint countably infinite sets I, B and L that contain IRIs, blank nodes and literals respectively. In sRDF, we also assume the existence of an infinite sequence of sets C 1 , C 2 , . . . that are pairwise-disjoint with I,B and L. The elements of each C k , k = 1, 2, . . . are the quantifier-free formulae of the first-order language L with k free variables. We denote with C the infinite union</p><formula xml:id="formula_1">C 1 ∪ C 2 ∪ • • • .</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Definition 2. An sRDF triple is an element of the set (I∪B)×I×(I∪B∪L∪C).</head><p>If (s, p, o) is an sRDF triple, s will be called the subject, p the predicate and o the object of the triple. An sRDF graph is a set of sRDF triples.</p><p>In the above definition, the standard RDF notion of a triple is extended, so that the object of a triple can be a quantifier-free formula with linear constraints. According to Definition 1 such a quantifier-free formula with k free variables is a finite representation of a (possibly infinite) semi-linear subset of Q k . Semi-linear subsets of Q k can capture a great variety of spatial geometries, e.g., points, lines, line segments, polygons, k-dimensional unions of convex polygons possibly with holes, thus they give us a lot of expressive power. However, they cannot be used to represent other geometries that need higher-degree polynomials e.g., circles.</p><p>Example 1. The following are sRDF triples: ex:s1 rdf:type, ex:Sensor . ex:s1 ex:has_location "x=10 and y=20"^^strdf:SemiLinearPointSet</p><p>The above triples define a sensor and its location using a conjunction of linear constraints. The last triple is not a standard RDF triple since its object is an element of set C.</p><p>In terms of the W3C specification of RDF, sRDF can be realized as an extension of RDF with a new kind of typed literals: quantifier-free formulae with linear constraints (we will usually call them spatial literals). The datatype of these literals is e.g., strdf:SemiLinearPointSet (see Example 1 above) and can be defined using XML Schema. Alternatively, linear constraints can be expressed in RDF using MathML<ref type="foot" target="#foot_0">1</ref> and serialized as rdf:XMLLiterals as in <ref type="bibr" target="#b10">[11]</ref>. <ref type="bibr" target="#b10">[11]</ref> specifies a syntax and semantics for incorporating linear equations in OWL 2. We now move on to define stRDF. stRDF extends sRDF with the ability to represent the valid time of a triple (i.e., the time that the triple was valid in reality) using the approach of Gutierrez et al. <ref type="bibr" target="#b11">[12]</ref> where the a fourth component is added to each sRDF triple.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>The stRDF Data Model</head><p>The time structure that we assume in stRDF is the set of rational numbers Q (i.e., time is assumed to be linear, dense and unbounded). Temporal constraints are expressed by quantifier-free formulas of the language L defined earlier, but their syntax is limited to elements of the set C 1 . Atomic temporal constraints are formulas of L of the following form: x ∼ c, where x is a variable, c is a rational number and ∼ is &lt;, ≤, ≥, &gt;, = or ̸ =. Temporal constraints are Boolean combinations of atomic temporal constraints using a single variable.</p><p>The following definition extends the concepts of triple and graph of sRDF so that thematic and spatial data with a temporal dimension can be represented. Definition 3. An stRDF quad is an sRDF triple (a, b, c) with a fourth component τ which is a temporal constraint. For quads, we will use the notation (a, b, c, τ ), where the temporal constraint τ defines the set of time points that the fact represented by the triple (a, b, c) is valid in the real world. An stRDF graph is a set of sRDF triples and stRDF quads.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Query language</head><p>We present the syntax of stSPARQL by means of examples involving sensor networks. More examples of stSPARQL are given in <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b6">7]</ref>.</p><p>We consider a dataset that describes static and moving sensors and uses the CSIRO/SSN Ontology <ref type="bibr" target="#b13">[14]</ref> to describe them. The main classes of interest in the SSN ontology is the class F eature that describes the observed domain, the class Sensor that describes the sensor, the class SensorGrounding that describes the physical characteristics and the location of the sensor and the class Location that is self explained. We extend the aforementioned ontology with the properties strdf:hasGeometry and strdf:hasTrajectory with range strdf:SemiLinearPointSet.</p><p>The stRDF description of a static sensor that measures temperature and has a certain location is the following (ssn is the namespace of the CSIRO/SSN ontology and ex an example ontology): ex:sensor1 rdf:type ssn:Sensor . ex:sensor1 ssn:measures ex:temperature . ex:temperature ssn:type ssn:PhysicalQuality . ex:sensor1 ssn:supports ex:grounding1 . ex:grounding1 rdf:type ssn:SensorGrounding . ex:grounding1 ssn:hasLocation ex:location1 . ex:location1 rdf:type ssn:Location . ex:location1 strdf:hasGeometry "x=10 and y=10"^^strdf:SemiLinearPointSet .</p><p>Let us now present an example of modeling moving sensors in stRDF. Trajectories of moving sensors are represented by semi-linear sets of dimension 3 in variables x, y, and t. ex:sensor2 rdf:type ssn:Sensor . ex:sensor2 ssn:measures ex:temperature . ex:sensor2 ssn:supports ex:grounding2 . ex:grounding2 rdf:type ssn:SensorGrounding . ex:grounding2 ssn:hasLocation ex:location2 . ex:location2 rdf:type ssn:Location . ex:location2 strdf:hasTrajectory "(x=10t and y=5t and 0&lt;=t&lt;=5) or (x=10t and y=25 and 5&lt;=t&lt;=10)"^^strdf:SemiLinearPointSet.</p><p>Finally, we assume that we have the stRDF descriptions of some rural area where the sensors are deployed. The stRDF description of such an area called Paros is:</p><p>ex:area1 rdf:type ex:RuralArea . ex:area1 ex:hasName "Paros" . ex:area1 strdf:hasGeometry "(-10x+13y&lt;=-50 and y&lt;=79 and y&gt;=13 and x&lt;=133) or (y&lt;=13 and x&lt;=133 and x+2y&gt;=129)"^^strdf:SemiLinearPointSet .</p><p>Example 2. Spatial selection. Find the URIs of the static sensors that are inside the rectangle R(0,0,100,100)?</p><p>select ?S where {?S rdf:type ssn:Sensor . ?G rdf:type ssn:SensorGrounding . ?L rdf:type ssn:Location . ?S ssn:supports ?G . ?G ssn:haslocation ?L . ?L strdf:hasGeometry ?GEO . filter(?GEO inside "0&lt;=x&lt;=100 and 0&lt;=y&lt;=100")}</p><p>Let us now explain the new features of stSPARQL by referring to the above example. In stSPARQL, variables can be used in basic graph patterns to refer to spatial literals denoting semi-linear point sets. They can also be used in spatial filters, a new kind of filter expressions introduced by stSPARQL that is used to compare spatial terms using spatial predicates. Spatial terms include spatial constants (finite representations of semi-linear sets e.g., "0&lt;=x&lt;=10 and 0&lt;=y&lt;=10"), spatial variables and complex spatial terms (e.g., ?GEO INTER "x=10 and y=10" which denotes the intersection of the value of spatial variable ?GEO and the semi-linear set "x=10 and y=10"). There are several types of spatial predicates such as topological, distance, directional, etc. that one could introduce in a user-friendly spatial query language. In the current version of stSPARQL only the topological relations of <ref type="bibr" target="#b14">[15]</ref> can be used as predicates in a spatial filter expression e.g., filter(?GEO1 inside ?GEO2).</p><p>Example 3. Intersection of an area with a trajectory. Which areas of Paros were sensed by a moving sensor and when?</p><p>select (?TR <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref> INTER ?GEO) as ?SENSEDAREA ?GEO <ref type="bibr" target="#b2">[3]</ref> as ?T1 where {?SN rdf:type ssn:Sensor . ?RA rdf:type ex:RuralArea. ?X rdf:type ssn:SensorGrounding . ?Y rdf:type ssn:Location. ?SN ssn:supports ?X . ?X ssn:hasLocation ?Y. ?Y strdf:hasTrajectory ?TR . ?RA ex:hasName "Paros". ?RA strdf:hasGeometry ?GEO . filter(?TR <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref> overlap ?GEO)}</p><p>The above query demonstrates the projection of spatial terms. Projections of spatial terms (e.g., ?TR <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>) denote the projections of the corresponding point sets on the appropriate dimensions, and are written using the notation Variable "[" Dimension1 "," ... "," DimensionN "]". select ?SN ToWKT(?SN_LOC) AS ?WKT_LOC where {?RA rdf:type ex:RuralArea . ?RA ex:hasName "Paros" .</p><p>?RA strdf:hasGeometry ?GEO . ?SN rdf:type ssn:Sensor . ?X rdf:type ssn:SensorGrounding . ?Y rdf:type ssn:Location . ?SN ssn:supports ?X . ?X ssn:hasLocation ?Y . ?Y strdf:hasGeometry ?SN_LOC.filter(MAX(?GEO <ref type="bibr" target="#b1">[2]</ref>)&lt;MIN(?SN_LOC <ref type="bibr" target="#b1">[2]</ref>))}</p><p>The above query demonstrates the projection of spatial terms and the application of metric spatial functions to spatial terms. We allow expressions like MAX(?GEO <ref type="bibr" target="#b1">[2]</ref>) that return the maximum value of the unary term ?GEO <ref type="bibr" target="#b1">[2]</ref>. Since we cater for the case that the user would like to retrieve spatial geometries expressed in different representations, we introduced the function ToWKT that returns the WKT representation of a spatial geometry.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Implementation</head><p>In this section we present Strabon, a storage and query evaluation module for stRDF/stSPARQL which is currently under development by our group in the context of project SemsorGrid4Env <ref type="bibr" target="#b2">[3]</ref>. In the first prototype of Strabon, we are supporting only the model sRDF (i.e., there is no support for time) and semi-linear sets of dimension at most 2 (i.e., only spatial data in 2 dimensions are supported). This is a realistic scenario that allows us to capture all the spatial data of SemsorGrid4Env (e.g., spatial coverage for data sources exposing UK's national Spatial Data Infrastructure datasets, programmatic data and commercial product datasets). Once our first prototype is complete and has been thoroughly evaluated, we will turn our attention to the full data model.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">The Strabon system</head><p>Strabon is built on top of the well-known RDF store Sesame <ref type="bibr" target="#b7">[8]</ref> and extends Sesame's components to be able to manage thematic and spatial metadata stored in PostGIS. We chose to base our system on Sesame since its layered architecture allows implementations on top of a wide variety of repositories without changing any of Sesame's other components. In Strabon, the repository is the PostGIS DBMS that gives us many of the needed functionalities for spatial data.</p><p>The Sesame architecture consists of the following layers (some of which are shown in Figure <ref type="figure" target="#fig_1">1</ref> in the context of the Strabon architecture): Access APIs and Storage and Inference Layer (SAIL) APIs. The most important Access API is the Repository API that is used for querying and updating data. SAIL is the layer below the Access APIs. SAIL API's role is to offer storage support to the entire application, while the Repository API mentioned above just provides transparent access to SAIL. SAIL provides RDF-specific methods to access RDF data that are translated to calls to the underlying database.</p><p>We stress that although a new generation of RDF stores recently proposed by the database community <ref type="bibr" target="#b15">[16]</ref> has been shown to be more efficient than Sesame, the features of the software architecture of Sesame outlined above, its maturity as an open source RDF store, and its wide user base affected our decision to adopt it for the first implementation of Strabon. We plan to experiment with implementations which are based on more recently proposed RDF stores.</p><p>Figure <ref type="figure" target="#fig_1">1</ref> presents the system architecture of Strabon which consists of the following modules:</p><p>-Query Engine: This module is used to evaluate stSPARQL queries posed by clients. The Query Engine receives all the stSPARQL queries, parses them, optimizes them, prepares an execution plan and returns the appropriate response to the client. We have extended Sesame's Parser and Evaluator to handle stSPARQL queries and use Sesame's Optimizer and Transaction Manager as is. In Section 3.3 we describe how the Query Engine evaluates stSPARQL queries. -Storage Manager : This module is responsible for storing data in the underlying PostGIS database. The Repository, SAIL and RDBMS layers are Sesame's modules that were described above. We have extended the RDBMS layer to be able to store spatial literals in PostGIS. In Section 3.2 we provide more details about the Storage Manager. -PostGIS : Strabon uses PostGIS to store stRDF data and to perform part of the query evaluation process as we will show in Section 3.3. -Constraint Engine: This module is responsible for processing the part of the stSPARQL queries that deal with geometries and the conversions that take place during data loading. Since we want our implementation to cater for the case that input spatial objects are expressed in other spatial data models (e.g., using OGC standards), the Representation Translator component has been introduced to translate spatial objects between the constraint and other equivalent representations. Spatial objects that represent non-convex geometries are convexified prior to storage to take advantage of efficient computational geometry algorithms for convex geometries. This is the job of the Convex Partitioner module. The Normal Form Constructor takes the output of the Representation Translator or the Convex Partitioner and constructs a geometry in a normal form that we describe in Section 3.2 below.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Storing stRDF data</head><p>When a user wants to store stRDF data, she makes them available in the form of an stRDF document. The document is decomposed into stRDF triples and each triple is stored in the underlying repository as we explain below. Sesame supports two storage schemes for pure RDF data. A "monolithic" scheme where all triples are stored in a giant Triple table, and a vertical partitioning scheme that stores triples using one table per predicate. In both cases, the data is stored using dictionary encoding i.e., each URI or literal is encoded by a unique positive integer to reduce space. The mapping between the original RDF term and its encoding is stored in a separate table.</p><p>In Strabon, the storage scheme of Sesame is extended with an extra table that stores detailed information about spatial literals. In addition, spatial literals are encoded using the same dictionary encoding techniques. If the "monolithic" storing scheme is used, all stRDF triples are stored in the Triple table. The schema of the Triple table is Triple(subj id integer, pred id integer, obj id integer) and each tuple has a subj id (resp. pred id, obj id ) that is the unique encoding of the triple's subject (resp. predicate, object).</p><p>An additional encoding of the spatial literal. The string representation of the spatial geometry is stored in the value attribute. The attribute strdfgeo is a spatial column whose data type is the PostGIS-defined geometry type and is used to store the geometric object that is described by the spatial literal. The stored object is the vector representation of a semi-linear point set in normal form. In the case that the vertical partitioning scheme of Sesame is used, the same additions are done to it to facilitate the storage of stRDF data.</p><p>In the rest of this section we will describe in detail the conversions that take place during data loading and how we populate the table SpatialLiteral. Prior to storing geometries, we process the input geometries provided by the users so that each geometric object that we consequently store in PostGIS is in a normal form that satisfies the following requirements:</p><p>-Constraints have been transformed to the equivalent vector representation.</p><p>-The geometry is expressed as the union of convex components.</p><p>-There are neither redundant nor inconsistent geometries.</p><p>-The geometries are stored in a specific order to speed-up the conversion between the vector and constraint representation.</p><p>Let us now describe in detail how data are converted in normal form. When a user wants to store a spatial literal, the RDBMS layer of the Storage Manager initiates the procedure of converting the input geometry to normal form and storing it to PostGIS. When the input geometry is represented with constraints, the Storage Manager communicates with the Representation Translator to convert these constraints to disjunctive normal form (DNF) so that each geometry is expressed as a disjunction of conjunctions of constraints. Since each conjunction of constraints represents a convex spatial object, the DNF form is equivalent to a union of convex spatial objects. Subsequently, the Representation Translator converts the constraint representation of the geometry to the equivalent vector representation using Fukuda's cddlib library <ref type="bibr" target="#b16">[17]</ref> that is an implementation of the Double Description Method of Motzkin et al. <ref type="bibr" target="#b17">[18]</ref> for generating all vertices and extreme rays of a general convex polyhedron in R d given a system of linear inequalities. Afterwards, the Normal Form Constuctor of the Constraint Engine expresses the geometry in PostGIS' Enhanced Well Known Binary (EWKB) format, a superset of OGC's WKB format. For optimization purposes we store the vertices of each spatial object in a predefined order, so that we can later compute the constraint representation of the geometry with a simple scan over the geometry's vertices. Finally, the normalized geometry is stored in the strdfgeo attribute of the SpatialLiteral table described previously in this section.</p><p>Our implementation also supports geometries expressed in the OGC Well-Known Text (WKT) specification 2 . In this case, the RDBMS layer of the Storage Manager communicates with the Constraint Engine, which normalizes the input geometry, but a different procedure is followed. Specifically, the Convex Partitioner simplifies the user input so that non-simple polygons are converted to a list of simple polygons. Each non-convex simple polygon is partitioned into convex sub-partitions using CGAL <ref type="bibr" target="#b18">[19]</ref>. The Convex Partitioner uses CGAL's implementation of the simple approximation algorithm of Hertel and Mehlhorn <ref type="bibr" target="#b19">[20]</ref> that requires O(n) time and space to construct a decomposition of the initial polygon into no more than four times the optimal number of convex pieces. Finally, the Normal Form Constructor of the Constraint Engine expresses the geometry in EWKB, just like in the previous case, and the normalized geometry is stored in the strdfgeo attribute of the SpatialLiteral table.</p><p>The implementation described above has been heavily influenced by the implementation of Dédale <ref type="bibr" target="#b20">[21]</ref>. For example, we use the same normal for storing semi-linear sets, and we also cater for the storage of non-convex geometries imported from data sources that use the vector model.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Evaluating stSPARQL queries</head><p>Another important module of Strabon is the query engine. The design of the query engine is classical and is illustrated in Figure <ref type="figure" target="#fig_2">3</ref>. It consists of a parser, an optimizer, a query processor (evaluator) and a transaction manager. The parser extends Sesame's parser to parse stSPARQL queries. The parser generates a query model that will be optimized later on by the optimizer. In the version of Strabon currently under development, the Sesame optimizer and transaction manager are used essentially as is. Later versions will deal with the new features of stSPARQL. Sesame's optimizer consists of a set of heuristics that rearranges the order of the query's triple patterns so that the query will be evaluated more efficiently. Sesame's evaluator has been extended so that it takes as input the optimized model of the query and evaluates it in a streaming fashion by taking into account the new features introduced by stSPARQL.</p><p>An stSPARQL query is evaluated as follows: In the first step, in which most of the processing takes place, the stSPARQL query is transformed to an SQL query by the evaluator depending on the storage being used. For example, the 2 Although stRDF/stSPARQL is based on linear constraints, it is our intention that Strabon enables the processing of spatial data represented in common OGC formats, supported by popular DBMS or GIS. In fact, this need has arisen in SemsorGrid4Env where we have to import geometries expressed in WKT that described the spatial coverage of stored and stream data sources. spatial filters of the stSPARQL query are mapped to the equivalent built-in functions and operators of PostGIS. Afterwards, Sesame evaluates the SQL query via PostGIS. The results of this query are returned to the evaluator which performs some post-processing to the results. For example, it calculates the result of expressions that may exist in the SELECT clause of the stSPARQL query, such as the construction of new spatial terms, using the results that have been retrieved from PostGIS in the previous step. The last step of the query processing involves displaying the final results in the format specified by the user. In the default case, results are encoded according to the SPARQL Query Results XML Format recommendation and the constraint representation is used for spatial data. The user can also request that the spatial literals are encoded using OGC's Well Known Text representation. Finally, the user can also retrieve the results encoded in Keyhole Markup Language (KML) which is an OGC standard and is widely used in the mapping industry.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Using Strabon to Implement a Semantic Registry</head><p>In this section, we provide a brief description of the project SemsorGrid4Env and a synopsis of the proposed conceptual Web service architecture. Besides that, our main goal is showing how Strabon can be used to implement the Semantic Registry of the SemsorGrid4Env architecture.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">The SemSorGrid4Env Web service architecture</head><p>The project "Semantic Sensor Grids for Rapid Application Development for Environmental Management (SemsorGrid4Env)", aims to realize the SSW vision by developing a software platform which allows the rapid development of open large-scale semantics-based applications over data sources such as sensor networks that provide real-time information, and traditional data sources such as relational databases that may provide historical data, simulation data etc. The results of the project are demonstrated in two use cases: "Fire Risk Monitoring and Warning in NorhtWest Spain" and "Coastal and Estuarine Flood Warning in Southern UK". The SemsorGrid4Env service-oriented architecture <ref type="bibr" target="#b21">[22]</ref> shown in Tier, a Middleware Tier and a Data Tier. The Application Tier comprises services that provide domain specific functionality to consumers and applications.</p><p>For example, an application may enable a user to visualize a layer on a map, displaying temperature or tide height in a selected area. The Middleware Tier consists of two main services: the Semantic Registry (also called the Semantic Registration and Discovery service), a service that can be accessed by prospective clients who want to manage thematic and spatial metadata about sensors, sensor networks, data sources, etc. and the Semantic Integration service that virtualizes multiple data sources with the use of semantic technologies <ref type="bibr" target="#b22">[23]</ref>. The Data Tier comprises services that provide access to streaming data sources e.g., access to real-time sensor data, and stored data sources e.g., sensed data stored in a relational database. Let us now give more details about the Semantic Registry. The Semantic Registry enables the registration of SSW resources, such as sensors, sensor networks, streaming data sources with real-time data and stored data sources with historical data. These resources can then be discovered using thematic and spatial criteria, and subsequently be used in other services or applications like mashups.</p><p>Figure <ref type="figure" target="#fig_0">4</ref> depicts how Strabon is used to realize the Semantic Registry of the SemsorGrid4Env arhitecture. Strabon lies between clients i.e., metadata providers or metadata consumers, and PostGIS, that stores the metadata provided by metadata providers. Metadata providers intend to make public their resources by registering them with the registry, while metadata consumers aim to discover specific data resources based on criteria specific to them. The components of the SemsorGrid4Env architecture play the roles of metadata providers or consumers. A data source is a metadata provider that may produce metadata about the stream or stored data exposed via its interfaces. The Semantic Integrator may be either a metadata consumer or a metadata provider. It may query the registry to discover data sources with specific characteristics, semantically integrate them in a new virtual data source and then store the description of the new virtual data source to the registry. Applications may also be metadata providers or metadata consumers. Applications may use the registry to discover data sources that meet their needs, or publish data sources that reside outside the context of SemsorGrid4Env, such as OGC's SWE services.</p><p>The list of interfaces exposed by the Semantic Registry that are mandatory for its operation are depicted in Figure <ref type="figure" target="#fig_0">4</ref>. Specifically the service consists of the following interfaces:</p><p>-Service Interface. This interface enables clients to "make well-informed and well-formed interactions" <ref type="bibr" target="#b21">[22]</ref> with the service. For example, a client may access the Service Interface to be informed about the interfaces offered by the registry and the declarative query languages supported by the registry. -Registration Interface. This interface enables a metadata provider to register an RDF(S) document about SSW resources (e.g. sensors, sensor networks, data sources). If a metadata provider wants to store an stRDF description of a data resource, she must use an appropriate message from the ones defined in the specification of WS-DAI-RDF(S)-Query. The Web Services Data Access and Integration Interface (WS-DAI) is a flexible framework defined by the Global Grid Forum, that ensures that a user dealing with grid or Web applications does not become exposed to the complexity of underlying data storage mechanisms. WS-DAI-RDF(S)-Query is a realization of this interface, that is specialized for accessing resources containing RDF(S) data. -Query Interface. The WS-DAI-RDF(S)-Query specification has been adopted for this interface as well. The Query Interface provides operations allowing a metadata consumer to query the contents of the registry in order to discover relevant resources using stSPARQL.</p><p>We have not so far defined any interface that allows harvesting of resource metadata as in other approaches <ref type="bibr" target="#b23">[24]</ref> since no such functionality is needed by the use cases of SemsorGrid4Env. Other useful interfaces are defined in <ref type="bibr" target="#b21">[22]</ref> that enable clients to subscribe to the registry their request to be notified whenever resources with certain characteristics are published (e.g., allowing for subscriptions to alerts regarding the status of a sensor). This has been left for future work depending on whether the functionality is needed in the project and when the relevant functionality of Strabon (e.g., continuous queries) becomes available.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Example orchestrations in the SemsorGrid4Env architecture</head><p>Let us now give examples of the SemsorGrid4Env software platform functionality, focusing on the interactions of various components with the Semantic Registry for registering and discovering data sources.</p><p>Suppose that a user wants to expose sensed data of wind speed and predicted values of wave height in the area of Southampton using a Stored Data Service, and another user wants to register a service providing the scheduled ship departure times from the ports of England. The users use the ontologies that have been developed in the context of SemsorGrid4Env to create semantically enriched property documents that contain thematic and spatial metadata about the exposed data sources. These ontologies include, among others, a sensor network and observation ontology, a domain-specific ontology describing the concept of flood and an ontology describing the content of a dataset exposed by a service (e.g., the dataset's spatial coverage, its structure, etc) <ref type="bibr" target="#b24">[25]</ref>. Afterwards, the users invoke the registration interface of the Semantic Registry to register the semantically enriched property documents.</p><p>Let us suppose now that an end-user is looking for a Stored Data Service that observes tide height or wave height and partially covers South England. The user may utilize a mashup application that transforms the user's request in an stSPARQL query with the appropriate thematic and spatial restrictions. This query is transmitted through the Semantic Registry to Strabon encapsulated inside a SparqlExecute request, where it is evaluated. The result of this query is returned to the mashup application and is presented to the user.</p><p>Similarly, a domain expert may be interested in exposing a source targeted at more specialized audiences. Specifically, she may want to associate the wave height with the ship departure times from Southampton, so that potential hazards for the ships may be discovered. To accommodate these specialized needs, she can use the Semantic Integrator to create a "virtual" data source that unifies these data sources. The new data source is registered with the registry in the same way, and can be discovered in a way identical to the scenario above.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Related Work</head><p>There have been several approaches to developing registries for SSW architectures. Below we discuss the most relevant to our work.</p><p>In the context of OGC SWE, the functionality of a registry can be realized by some component that implements the OGC catalogue service specification. The common query language developed for interoperability in this specification is based on attribute-value pairs (data model) and Boolean attribute operator value expressions (queries). In SemsorGrid4Env, we rely on stRDF and stSPARQL i.e., a semantics-based data model and query language that is more expressive than the ones offered by OGC catalogues.</p><p>In their initial paper on the SSW <ref type="bibr" target="#b0">[1]</ref>, Sheth and colleagues do not address registries explicitly but their work on extending RDF with a spatial and temporal dimension and the development of the query language SPARQL-ST <ref type="bibr" target="#b25">[26]</ref> is a solid foundation for a data model and query language for SSW registries, exactly like our work on stRDF and stSPARQL. A comparison of SPARQL-ST and stSPARQL has already been given in <ref type="bibr" target="#b6">[7]</ref>.</p><p>The SenseWeb/SensorMap project of Microsoft Research provides a common platform for users to easily publish their sensor data and enable queries over live sensor data sources. The SenseWeb platform uses as a registry a relational database, called GeoDB, to store sensor metadata (e.g., publisher name, sensor location, sensor name, sensor type, data type, unit, sensor data access methods and free text descriptions) <ref type="bibr" target="#b26">[27]</ref>.</p><p>The Swiss Experiment (SwissExp) <ref type="bibr" target="#b27">[28]</ref> is a collaboration of environmental science and technology research projects of various research institutions across Switzerland which has been created to provide a platform for large scale sensor network deployment, querying and exploitation. In <ref type="bibr" target="#b27">[28]</ref>, the Sensor Metadata Repository of SwissExp is introduced. Through a semantic wiki, all data and metadata are integrated and stored in the form of RDF and then different data sources can be queried through a Netapi SPARQL endpoint to the wiki.</p><p>The SANY Sensor Anywhere -IST FP6 Integrated Project<ref type="foot" target="#foot_1">3</ref> is developing a service-oriented infrastructure for sensor networks and services specific for environmental applications. The registry of the SANY architecture behaves as a cascading catalogue where various underlying data sources may be accessed. It is based on the ORCHESTRA Catalogue Service which is a geospatial catalogue service with a semantically-enriched interface which can be adjusted to any application-specific domain. The ORCHESTRA catalogue service acts like a broker that mediates the client requests to the underlying catalogue protocols such as an other SANY or ORCHESTRA catalogue, a web search engine or various OGC protocols.</p><p>The European FP6 project OSIRIS has developed a Sensor Instance Registry (SIR) that offers operations for inserting, harvesting and querying information about sensor instances <ref type="bibr" target="#b23">[24]</ref>. SensorML is used to describe sensor instances and queries are posed using a combination of spatial constraints, temporal constraints and keywords. Query answering is carried out by using three indices, one for each of the three kinds of criteria allowed. There is another component called Sensor Observable Registry (SOR) where semantic information about phenomena observed by sensors can be stored using an ontology. SIR can use SOR to exploit semantic information to offer better answers to queries (e.g., to determine equivalent phenomena). <ref type="bibr" target="#b23">[24]</ref> also discusses how to link the OSIRIS discovery framework with OGC catalogues.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions</head><p>We presented the design and implementation of a registry for registering and discovering sensors, sensor networks and other related SSW resources in the context of project SemsorGrid4Env. Our future work concentrates on evaluating our implementation of Strabon and comparing it with competitive approaches such as <ref type="bibr" target="#b28">[29]</ref>. Finally, we will be extending Strabon to cover all of stSPARQL.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Example 4 .</head><label>4</label><figDesc>Projection and spatial function application. Find the URIs and the locations of the sensors that are north of Paros. Encode the locations in WKT.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. The Strabon system architecture</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Query evaluation</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. SemsorGrid4Env Architecture and the Semantic Registry</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>table</head><label></label><figDesc>SpatialLiteral is used to store information about spatial literals. The schema of the table is SpatialLiteral(id integer, value varchar, strdfgeo geometry). Each tuple in the SpatialLiteral table has an id that is the unique</figDesc><table><row><cell>Geometric objects</cell><cell>Storage Manager</cell><cell>Constraint Engine</cell><cell></cell><cell></cell></row><row><cell>represented with</cell><cell></cell><cell>Representation Translator</cell><cell></cell><cell></cell></row><row><cell>Geometric objects represented with Well Known Text constraints</cell><cell>Repository SAIL RDBMS</cell><cell>cddlib Convex Partitioner Input processor Output processor Input Output CGAL processor processor</cell><cell>Normal Form</cell><cell>Constructor</cell></row><row><cell>(WKT)</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>points, lines,</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>polygons, TINs and</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>polyhedrons</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>PostGIS</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="3">Fig. 2. Storing a spatial geometry in Strabon</cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://www.w3.org/Math/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">http://www.sany-ip.org/</note>
		</body>
		<back>

			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>⋆ This work was supported in part by the European Commission project Semsor-Grid4Env (http://www.semsorgrid4env.eu/).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Semantic Sensor Web</title>
		<author>
			<persName><forename type="first">A</forename><surname>Sheth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Henson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Sahoo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Internet Computing</title>
				<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="78" to="83" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="http://www.semanticreality.org/" />
		<title level="m">Semantic Reality Project</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<ptr target="http://www.semsorgrid4env.eu" />
		<title level="m">Semantic Sensor Grids for Rapid Application Development for Environmental Management (SemsorGrid4Env</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<ptr target="http://www.swiss-experiment.ch/" />
		<title level="m">The Swiss Experiment initiative</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<ptr target="http://www.w3.org/2005/Incubator/ssn/" />
		<title level="m">W3C Semantic Sensor Network Incubator Group</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<ptr target="http://www.opengeospatial.org/projects/groups/sensorweb/" />
		<title level="m">Sensor Web Enablement Working Group</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Modeling and Querying Metadata in the Semantic Sensor Web: The Model stRDF and the Query Language stSPARQL</title>
		<author>
			<persName><forename type="first">M</forename><surname>Koubarakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kyzirakos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th Extended Semantic Web Conference</title>
				<meeting>the 7th Extended Semantic Web Conference</meeting>
		<imprint>
			<publisher>ESWC</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="425" to="439" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<ptr target="http://www.openrdf.org/" />
		<title level="m">Sesame RDF framework</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A Constraint-based Spatial Extension to SQL</title>
		<author>
			<persName><forename type="first">G</forename><surname>Kuper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ramaswamy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Shim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Su</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th International Symposium on Advances in Geographic Information Systems</title>
				<meeting>the 6th International Symposium on Advances in Geographic Information Systems</meeting>
		<imprint>
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Semantics and Complexity of SPARQL</title>
		<author>
			<persName><forename type="first">J</forename><surname>Pérez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Arenas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gutierrez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC</title>
				<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="30" to="43" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">OWL 2 Web Ontology Language, Data Range Extension: Linear Equations</title>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/2009/NOTE-owl2-dr-linear-20091027/" />
	</analytic>
	<monogr>
		<title level="m">W3C Working Group Note</title>
				<imprint>
			<date type="published" when="2009-10">October 2009. February 20, 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Introducing Time into RDF</title>
		<author>
			<persName><forename type="first">C</forename><surname>Gutierrez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hurtado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Vaisman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE TKDE</title>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Data models and languages for registries in SemsorGrid4Env</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kyzirakos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Koubarakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Kaoudi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Deliverable</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<date type="published" when="2009">2009</date>
			<publisher>SemSorGrid4Env</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">The Semantic Sensor Network Ontology: A Generic Language to Describe Sensor Assets</title>
		<author>
			<persName><forename type="first">H</forename><surname>Neuhaus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Compton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AGILE 2009 Pre-Conference Workshop Challenges in Geospatial Data Harmonisation</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Qualitative and Topological Relationships in Spatial Databases</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Cui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Cohn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Randell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Spatial Databases</title>
				<imprint>
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Column-store support for RDF data management: not all swans are white</title>
		<author>
			<persName><forename type="first">L</forename><surname>Sidirourgos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Goncalves</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">L</forename><surname>Kersten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Nes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Manegold</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">VLDB</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="issue">2</biblScope>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Fukuda</surname></persName>
		</author>
		<ptr target="http://www.ifor.math.ethz.ch/~fukuda/cdd_home/cdd.html" />
		<title level="m">cddlib library</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">The double description method</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">S</forename><surname>Motzkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Raifa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">T</forename><surname>Thrall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Contributions to theory of games</title>
				<imprint>
			<publisher>Princeton University Press</publisher>
			<date type="published" when="1953">1953</date>
			<biblScope unit="volume">2</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">G A L</forename><surname>Cgal</surname></persName>
		</author>
		<ptr target="http://www.cgal.org" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Fast triangulation of simple polygons</title>
		<author>
			<persName><forename type="first">S</forename><surname>Hertel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Mehlhorn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Foundations of Computation Theory</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>Berlin / Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1983">1983</date>
			<biblScope unit="volume">158</biblScope>
			<biblScope unit="page" from="207" to="218" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Building a constraint-based spatial database system: model, languages, and implementation</title>
		<author>
			<persName><forename type="first">P</forename><surname>Rigaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Scholl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Segoufin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Grumbach</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Systems</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="563" to="595" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<title level="m" type="main">SemSorGrid4Env Architecture Phase I</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">J G</forename><surname>Gray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Galpin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A A</forename><surname>Fernandes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">W</forename><surname>Paton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Page</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sadler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Koubarakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kyzirakos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Calbimonte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Garcia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">M</forename><surname>Diaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Libana</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2009">2009</date>
			<publisher>SemSorGrid4Env</publisher>
		</imprint>
	</monogr>
	<note>Deliverable D1.3v1</note>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Enabling Ontology-based Access to Streaming Data Sources</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Calbimonte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">J G</forename><surname>Gray</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC 2010</title>
				<imprint>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
	<note>to appear)</note>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Discovery Mechanisms for the Sensor Web</title>
		<author>
			<persName><forename type="first">S</forename><surname>Jirka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Broring</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Stasch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Sensors</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="2661" to="2681" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title level="m" type="main">Sensor Network Ontology Suite</title>
		<author>
			<persName><forename type="first">R</forename><surname>Garcia-Castro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rucabado-Rucabado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Izquierdo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2009">2009</date>
			<publisher>SemSorGrid4Env</publisher>
		</imprint>
	</monogr>
	<note>Deliverable D4.3v1</note>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<title level="m" type="main">A Framework to Support Spatial, Temporal and Thematic Analytics over Semantic Web Data</title>
		<author>
			<persName><forename type="first">M</forename><surname>Perry</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
		<respStmt>
			<orgName>Wright State University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<ptr target="http://research.microsoft.com/en-us/projects/senseweb/" />
		<title level="m">SenseWeb project</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Sensor Metadata Management and its Application in Collaborative Environmental Research</title>
		<author>
			<persName><forename type="first">N</forename><surname>Dawes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">A</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Michel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Aberer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lehning</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">4th IEEE International Conference on e-Science</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Analyzing Theme, Space, and Time: an Ontology-based Approach</title>
		<author>
			<persName><forename type="first">M</forename><surname>Perry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Hakimpour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">P</forename><surname>Sheth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th ACM international symposium on Advances in geographic information systems (GIS&apos;06)</title>
				<meeting>the 14th ACM international symposium on Advances in geographic information systems (GIS&apos;06)</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="147" to="154" />
		</imprint>
	</monogr>
</biblStruct>

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