Strabon
changeset 427:c737ca026c0f
changed discover query to fetch municipalities directly from the triple of a hotspot
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu Jul 12 13:14:17 2012 +0300 (2012-07-12) |
parents | 4ca5f6401205 |
children | 2a00806b069b |
files | scripts/v2.2/discover.sparql |
line diff
1.1 --- a/scripts/v2.2/discover.sparql Wed Jul 11 19:08:41 2012 +0300 1.2 +++ b/scripts/v2.2/discover.sparql Thu Jul 12 13:14:17 2012 +0300 1.3 @@ -15,10 +15,7 @@ 1.4 noa:hasAcquisitionTime "TIMESTAMP"^^xsd:dateTime ; 1.5 noa:producedFromProcessingChain "PROCESSING_CHAIN"^^xsd:string ; 1.6 noa:isDerivedFromSensor "SENSOR"^^xsd:string ; 1.7 - noa:hasConfidence ?conf . 1.8 -?d rdf:type gag:Dhmos; 1.9 - strdf:hasGeometry ?dGeo; 1.10 - rdfs:label ?dLabel. 1.11 - FILTER(strdf:anyInteract(?dGeo, ?hGeo)). 1.12 + noa:hasConfidence ?conf ; 1.13 + gag:hasMunicipality ?muni . 1.14 } 1.15 GROUP BY ?h (strdf:transform(?hGeo, <http://www.opengis.net/def/crs/EPSG/0/4326>) AS ?geo) ?conf