Strabon
changeset 436:0e9150850e86
fixed error in syntax of query
author | Manos Karpathiotakis <mk@di.uoa.gr> |
---|---|
date | Wed Jul 18 15:24:37 2012 +0300 (2012-07-18) |
parents | 734206cf5a29 |
children | 59ae08a0072d |
files | scripts/v2.2/InvalidForFires.sparql |
line diff
1.1 --- a/scripts/v2.2/InvalidForFires.sparql Wed Jul 18 14:58:27 2012 +0300 1.2 +++ b/scripts/v2.2/InvalidForFires.sparql Wed Jul 18 15:24:37 2012 +0300 1.3 @@ -8,6 +8,8 @@ 1.4 1.5 INSERT {?h noa:isDiscarded "1"^^xsd:int} 1.6 WHERE { 1.7 +SELECT ?h WHERE 1.8 +{ 1.9 ?h noa:hasAcquisitionTime "TIMESTAMP"^^xsd:dateTime ; 1.10 noa:producedFromProcessingChain "PROCESSING_CHAIN"^^xsd:string ; 1.11 noa:isDerivedFromSensor "SENSOR"^^xsd:string ; 1.12 @@ -17,3 +19,4 @@ 1.13 FILTER(strdf:mbbIntersects(?hGeo,?aGeo)). 1.14 } GROUP BY ?h ?hGeo 1.15 HAVING strdf:contains(strdf:union(?aGeo),?hGeo) 1.16 +}