Strabon
changeset 868:441a607b4f49
Changed refineTimePersistence so that the triple "?h noa:refinedBy ?refined" is inserted,
when a previous refinement has been performed to the hotspot.
when a previous refinement has been performed to the hotspot.
author | Stella Giannakopoulou <sgian@di.uoa.gr> |
---|---|
date | Wed Jan 30 13:17:34 2013 +0200 (2013-01-30) |
parents | ec7060ca3c85 |
children | 895f40934ac7 |
files | examples/teleios/refineTimePersistence.rq |
line diff
1.1 --- a/examples/teleios/refineTimePersistence.rq Tue Jan 29 15:40:25 2013 +0200 1.2 +++ b/examples/teleios/refineTimePersistence.rq Wed Jan 30 13:17:34 2013 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 WHERE { 1.5 SELECT (URI(CONCAT(STR(MAX(?h1)),"/virtual/", substr("TIMESTAMP", 3, 2), substr("TIMESTAMP", 6, 2), substr("TIMESTAMP", 9, 2), "_", substr("TIMESTAMP", 12, 2), substr("TIMESTAMP", 15, 2) )) AS ?newHotspot) 1.6 (SUM(?hConfidence1)/ACQUISITIONS_IN_HALF_AN_HOUR AS ?hConfidence) 1.7 - ?hGeometry1 ?hMunicipality1 1.8 + ?hGeometry1 ?hMunicipality1 ?refined 1.9 WHERE { 1.10 ?h1 noa:hasConfidence ?hConfidence1 ; 1.11 noa:hasGeometry ?hGeometry1 ;