Strabon

view endpoint/WebContent/teleios-header.html @ 688:9a4bb8e81273

split queryresultio-spatial into submodules (one for API that provides the stSPARQLQueryResultFormat and one for each writer implementation, e.g., XML, HTML, etc.)
Renamed resultio to resultio-spatial.
Renamed endpoint-client artifact to strabon-endpoint-client.
Moved org.openrdf.resultio.Format to eu.earthobservatory.utils.
Renamed and moved org.openrdf.resultio.stSPARQLQueryResultWriter to eu.earthobservatory.utils.stSPARQLQueryResultToFormatAdapter. This is a factory class for stSPARQLQueryResults.

NOTICE: You should import the whole Strabon project into Eclipse to work with this commit
author Babis Nikolaou <charnik@di.uoa.gr>
date Tue Nov 06 19:24:43 2012 +0200 (2012-11-06)
parents 34e68fb2a595
children
line source
1 <TABLE width="80%" BORDER=0 CELLPADDING=0 CELLSPACING=0>
3 <TR>
4 <TD height="1"></TD>
5 </TR>
6 <TR>
7 <TD height="60">
8 <table width="100%" border=0>
9 <tr>
10 <td width="1">&nbsp;</td>
11 <td valign="top" width="50px"><a href="query.jsp"><img border="0" src="images/teleios_logo.png" /></a></td>
12 <td valign="top" align="left">
13 <span class="logo"><a href="query.jsp">&nbsp;stSPARQL Endpoint</a></span><br><span class="style4"></span></td>
14 </tr>
15 </table>
16 </TD>
17 </TR>
18 <TR>
19 <TD height="50" id="intro">
20 <p> On this page you can execute stSPARQL queries against the Strabon backend.
21 The dataset is based on the following ontologies:
22 <a href="http://harmonisa.uni-klu.ac.at/content/land-use-land-cover-ontologies">Corine Land Cover</a>,
23 <a>Greek Administrative Geography (Kallikratis)</a>,
24 <a href="http://labs.mondeca.com/dataset/lov/details/vocabulary_lgdo.html">Linked Geodata</a>, and
25 <a href="http://www.geonames.org/search.html?q=ontology&country=">Geonames</a>.
26 We also use the <a href="http://teleios.di.uoa.gr/ontologies/dlrOntology-v2.owl">DLR</a> and <a href="http://teleios.di.uoa.gr/ontologies/noaOntology.owl">NOA</a> ontology we developed for the
27 in the context of the European FP7 project <a href="http://www.earthobservatory.eu/">TELEIOS</a>.
28 <!-- <a onclick="return toggleMe('par')">(More)</a> -->
29 <!--
30 In this context NOA has been developing a real-time fire hotspot detection service for effectively monitoring
31 a fire-front. The technique is based on the use of acquisitions originating from the SEVIRI sensor, on top of MSG-1 and MSG-2 satellite platforms.
32 -->
33 <!-- Since 2007, NOA operates an MSG/SEVIRI acquisition station, and has been systematically
34 archiving raw satellite images on a 5 and 15 minutes basis, the respective temporal resolutions of MSG-1 and MSG-2. -->
35 The acquired data are then annotated using the stRDF model and can be queried using the stSPARQL query language.
37 On the left sidebar, some example stSPARQL queries are provided.
38 <!--The NOA use case is described in more detail in the VLDB
39 demo paper <a href="http://www.earthobservatory.eu/publications/p2010_manoliskoubarakis_vldb2012-2.pdf">here</a>.
40 -->
41 </p>
42 </TD>
43 </TR>
44 </TABLE>