Strabon
changeset 434:e4c4b31ef4b6
modifications in discover query and the main chain
author | Konstantina Mpereta <grad1110@di.uoa.gr> |
---|---|
date | Wed Jul 18 13:09:39 2012 +0300 (2012-07-18) |
parents | 8416f5bb7999 |
children | 734206cf5a29 32d7cfd5f785 |
files | scripts/v2.2/discover.sparql scripts/v2.2/runNoaRefinementChain.sh scripts/v2.2/stderr.log |
line diff
1.1 --- a/scripts/v2.2/discover.sparql Wed Jul 18 12:35:16 2012 +0300 1.2 +++ b/scripts/v2.2/discover.sparql Wed Jul 18 13:09:39 2012 +0300 1.3 @@ -1,6 +1,3 @@ 1.4 -#Discover hotspots depending on their acquisition time, processing chain and sensor 1.5 -#Return the hotspot's uri, its geometry and the affected municipalities 1.6 -#reference dataset: http://dev.strabon.di.uoa.gr/rdf/Kallikratis-Coastline.ntriples 1.7 1.8 PREFIX noa: <http://teleios.di.uoa.gr/ontologies/noaOntology.owl#> 1.9 PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
2.1 --- a/scripts/v2.2/runNoaRefinementChain.sh Wed Jul 18 12:35:16 2012 +0300 2.2 +++ b/scripts/v2.2/runNoaRefinementChain.sh Wed Jul 18 13:09:39 2012 +0300 2.3 @@ -85,7 +85,7 @@ 2.4 sudo service ${tomcat} restart 2.5 2.6 echo "initializing database" 2.7 -echo "IM S D R TP" >>stderr.txt 2.8 +echo "IM S D R TP" >stderr.txt 2.9 2.10 2.11 #./scripts/endpoint query ${ENDPOINT} "SELECT (COUNT(*) AS ?C) WHERE {?s ?p ?o}" 2.12 @@ -98,7 +98,7 @@ 2.13 2.14 2.15 for y in 7 8 10 11 ;do 2.16 -for mon in `seq 7 10`; do 2.17 +for mon in `seq 4 10`; do 2.18 for d in `seq 1 30`; do 2.19 for h in `seq 0 23 `; do 2.20 for m in `seq 0 15 45`; do 2.21 @@ -113,7 +113,7 @@ 2.22 check=${dataDir}${year}/${name}${year}${month}${day}_${time}$suffix 2.23 wget -q --spider $check 2.24 2.25 - if [[ ! $? -ne 0 ]]; 2.26 + if [[ $? -ne 0 ]]; 2.27 then echo "FILE" $check "NOT EXISTS" ; continue 2.28 fi 2.29 2.30 @@ -224,6 +224,13 @@ 2.31 sed "s/SENSOR/MSG2/g" | \ 2.32 sed "s/MIN_ACQUISITION_TIME/${min_acquisition_time}/g" |\ 2.33 sed "s/MAX_ACQUISITION_TIME/${max_acquisition_time}/g"` 2.34 + 2.35 + tmr1=$(timer) 2.36 + ../endpoint query ${ENDPOINT} "${query}" 2.37 + tmr2=$(timer) 2.38 +printf '%s \n' $((tmr2-tmr1)) >>discover.txt 2.39 + echo;echo;echo;echo "Discovered hotspots done!" 2.40 + 2.41 done #days 2.42 done #months 2.43 done #years
3.1 --- a/scripts/v2.2/stderr.log Wed Jul 18 12:35:16 2012 +0300 3.2 +++ b/scripts/v2.2/stderr.log Wed Jul 18 13:09:39 2012 +0300 3.3 @@ -1,946 +1,12 @@ 3.4 -ERROR: role "root" does not exist 3.5 -ERROR: role "root" does not exist 3.6 -ERROR: role "root" does not exist 3.7 -ERROR: role "root" does not exist 3.8 -ERROR: role "root" does not exist 3.9 -ERROR: role "root" does not exist 3.10 -ERROR: role "root" does not exist 3.11 -ERROR: role "root" does not exist 3.12 -ERROR: role "root" does not exist 3.13 -ERROR: role "root" does not exist 3.14 -ERROR: role "root" does not exist 3.15 -ERROR: role "root" does not exist 3.16 -ERROR: role "root" does not exist 3.17 -ERROR: role "root" does not exist 3.18 -ERROR: role "root" does not exist 3.19 -ERROR: role "root" does not exist 3.20 -ERROR: role "root" does not exist 3.21 -ERROR: role "root" does not exist 3.22 -ERROR: role "root" does not exist 3.23 -ERROR: role "root" does not exist 3.24 -ERROR: role "root" does not exist 3.25 -ERROR: role "root" does not exist 3.26 -ERROR: role "root" does not exist 3.27 -ERROR: role "root" does not exist 3.28 -ERROR: role "root" does not exist 3.29 -ERROR: role "root" does not exist 3.30 -ERROR: role "root" does not exist 3.31 -ERROR: role "root" does not exist 3.32 -ERROR: role "root" does not exist 3.33 -ERROR: role "root" does not exist 3.34 -ERROR: role "root" does not exist 3.35 -ERROR: role "root" does not exist 3.36 -ERROR: role "root" does not exist 3.37 -ERROR: role "root" does not exist 3.38 -ERROR: role "root" does not exist 3.39 -ERROR: role "root" does not exist 3.40 -ERROR: role "root" does not exist 3.41 -ERROR: role "root" does not exist 3.42 -ERROR: role "root" does not exist 3.43 -ERROR: role "root" does not exist 3.44 -ERROR: role "root" does not exist 3.45 -ERROR: role "root" does not exist 3.46 -ERROR: role "root" does not exist 3.47 -ERROR: role "root" does not exist 3.48 -ERROR: role "root" does not exist 3.49 -ERROR: role "root" does not exist 3.50 -ERROR: role "root" does not exist 3.51 -ERROR: role "root" does not exist 3.52 -ERROR: role "root" does not exist 3.53 -ERROR: role "root" does not exist 3.54 -ERROR: role "root" does not exist 3.55 -ERROR: role "root" does not exist 3.56 -ERROR: role "root" does not exist 3.57 -ERROR: role "root" does not exist 3.58 -ERROR: role "root" does not exist 3.59 -ERROR: role "root" does not exist 3.60 -ERROR: role "root" does not exist 3.61 -ERROR: role "root" does not exist 3.62 -ERROR: role "root" does not exist 3.63 -ERROR: role "root" does not exist 3.64 -ERROR: role "root" does not exist 3.65 -ERROR: role "root" does not exist 3.66 -ERROR: role "root" does not exist 3.67 -ERROR: role "root" does not exist 3.68 -ERROR: role "root" does not exist 3.69 -ERROR: role "root" does not exist 3.70 -ERROR: role "root" does not exist 3.71 -ERROR: role "root" does not exist 3.72 -ERROR: role "root" does not exist 3.73 -ERROR: role "root" does not exist 3.74 -ERROR: role "root" does not exist 3.75 -ERROR: role "root" does not exist 3.76 -ERROR: role "root" does not exist 3.77 -ERROR: role "root" does not exist 3.78 -ERROR: role "root" does not exist 3.79 -ERROR: role "root" does not exist 3.80 -ERROR: role "root" does not exist 3.81 -ERROR: role "root" does not exist 3.82 -ERROR: role "root" does not exist 3.83 -ERROR: role "root" does not exist 3.84 -ERROR: role "root" does not exist 3.85 -ERROR: role "root" does not exist 3.86 -ERROR: role "root" does not exist 3.87 -ERROR: role "root" does not exist 3.88 -ERROR: role "root" does not exist 3.89 -ERROR: role "root" does not exist 3.90 -ERROR: role "root" does not exist 3.91 -ERROR: role "root" does not exist 3.92 -ERROR: role "root" does not exist 3.93 -ERROR: role "root" does not exist 3.94 -ERROR: role "root" does not exist 3.95 -ERROR: role "root" does not exist 3.96 -ERROR: role "root" does not exist 3.97 -ERROR: role "root" does not exist 3.98 -ERROR: role "root" does not exist 3.99 -ERROR: role "root" does not exist 3.100 -ERROR: role "root" does not exist 3.101 -ERROR: role "root" does not exist 3.102 -ERROR: role "root" does not exist 3.103 -ERROR: role "root" does not exist 3.104 -ERROR: role "root" does not exist 3.105 -ERROR: role "root" does not exist 3.106 -ERROR: role "root" does not exist 3.107 -ERROR: role "root" does not exist 3.108 -ERROR: role "root" does not exist 3.109 -ERROR: role "root" does not exist 3.110 -ERROR: role "root" does not exist 3.111 -ERROR: role "root" does not exist 3.112 -ERROR: role "root" does not exist 3.113 -ERROR: role "root" does not exist 3.114 -ERROR: role "root" does not exist 3.115 -ERROR: role "root" does not exist 3.116 -ERROR: role "root" does not exist 3.117 -ERROR: role "root" does not exist 3.118 -ERROR: role "root" does not exist 3.119 -ERROR: role "root" does not exist 3.120 -ERROR: role "root" does not exist 3.121 -ERROR: role "root" does not exist 3.122 -ERROR: role "root" does not exist 3.123 -ERROR: role "root" does not exist 3.124 -ERROR: role "root" does not exist 3.125 -ERROR: role "root" does not exist 3.126 -ERROR: role "root" does not exist 3.127 -ERROR: role "root" does not exist 3.128 -ERROR: role "root" does not exist 3.129 -ERROR: role "root" does not exist 3.130 -ERROR: role "root" does not exist 3.131 -ERROR: role "root" does not exist 3.132 -ERROR: role "root" does not exist 3.133 -ERROR: role "root" does not exist 3.134 -ERROR: role "root" does not exist 3.135 -ERROR: role "root" does not exist 3.136 -ERROR: role "root" does not exist 3.137 -ERROR: role "root" does not exist 3.138 -ERROR: role "root" does not exist 3.139 -ERROR: role "root" does not exist 3.140 -ERROR: role "root" does not exist 3.141 -ERROR: role "root" does not exist 3.142 -ERROR: role "root" does not exist 3.143 -ERROR: role "root" does not exist 3.144 -ERROR: role "root" does not exist 3.145 -ERROR: role "root" does not exist 3.146 -ERROR: role "root" does not exist 3.147 -ERROR: role "root" does not exist 3.148 -ERROR: role "root" does not exist 3.149 -ERROR: role "root" does not exist 3.150 -ERROR: role "root" does not exist 3.151 -ERROR: role "root" does not exist 3.152 -ERROR: role "root" does not exist 3.153 -ERROR: role "root" does not exist 3.154 -ERROR: role "root" does not exist 3.155 -ERROR: role "root" does not exist 3.156 -ERROR: role "root" does not exist 3.157 -ERROR: role "root" does not exist 3.158 -ERROR: role "root" does not exist 3.159 -ERROR: role "root" does not exist 3.160 -ERROR: role "root" does not exist 3.161 -ERROR: role "root" does not exist 3.162 -ERROR: role "root" does not exist 3.163 -ERROR: role "root" does not exist 3.164 -ERROR: role "root" does not exist 3.165 -ERROR: role "root" does not exist 3.166 -ERROR: role "root" does not exist 3.167 -ERROR: role "root" does not exist 3.168 -ERROR: role "root" does not exist 3.169 -ERROR: role "root" does not exist 3.170 -ERROR: role "root" does not exist 3.171 -ERROR: role "root" does not exist 3.172 -ERROR: role "root" does not exist 3.173 -ERROR: role "root" does not exist 3.174 -ERROR: role "root" does not exist 3.175 -ERROR: role "root" does not exist 3.176 -ERROR: role "root" does not exist 3.177 -ERROR: role "root" does not exist 3.178 -ERROR: role "root" does not exist 3.179 -ERROR: role "root" does not exist 3.180 -ERROR: role "root" does not exist 3.181 -ERROR: role "root" does not exist 3.182 -ERROR: role "root" does not exist 3.183 -ERROR: role "root" does not exist 3.184 -ERROR: role "root" does not exist 3.185 -ERROR: role "root" does not exist 3.186 -ERROR: role "root" does not exist 3.187 -ERROR: role "root" does not exist 3.188 -ERROR: role "root" does not exist 3.189 -ERROR: role "root" does not exist 3.190 -ERROR: role "root" does not exist 3.191 -ERROR: role "root" does not exist 3.192 -ERROR: role "root" does not exist 3.193 -ERROR: role "root" does not exist 3.194 -ERROR: role "root" does not exist 3.195 -ERROR: role "root" does not exist 3.196 -ERROR: role "root" does not exist 3.197 -ERROR: role "root" does not exist 3.198 -ERROR: role "root" does not exist 3.199 -ERROR: role "root" does not exist 3.200 -ERROR: role "root" does not exist 3.201 -ERROR: role "root" does not exist 3.202 -ERROR: role "root" does not exist 3.203 -ERROR: role "root" does not exist 3.204 -ERROR: role "root" does not exist 3.205 -ERROR: role "root" does not exist 3.206 -ERROR: role "root" does not exist 3.207 -ERROR: role "root" does not exist 3.208 -ERROR: role "root" does not exist 3.209 -ERROR: role "root" does not exist 3.210 -ERROR: role "root" does not exist 3.211 -ERROR: role "root" does not exist 3.212 -ERROR: role "root" does not exist 3.213 -ERROR: role "root" does not exist 3.214 -ERROR: role "root" does not exist 3.215 -ERROR: role "root" does not exist 3.216 -ERROR: role "root" does not exist 3.217 -ERROR: role "root" does not exist 3.218 -ERROR: role "root" does not exist 3.219 -ERROR: role "root" does not exist 3.220 -ERROR: role "root" does not exist 3.221 -ERROR: role "root" does not exist 3.222 -ERROR: role "root" does not exist 3.223 -ERROR: role "root" does not exist 3.224 -ERROR: role "root" does not exist 3.225 -ERROR: role "root" does not exist 3.226 -ERROR: role "root" does not exist 3.227 -ERROR: role "root" does not exist 3.228 -ERROR: role "root" does not exist 3.229 -ERROR: role "root" does not exist 3.230 -ERROR: role "root" does not exist 3.231 -ERROR: role "root" does not exist 3.232 -ERROR: role "root" does not exist 3.233 -ERROR: role "root" does not exist 3.234 -ERROR: role "root" does not exist 3.235 -ERROR: role "root" does not exist 3.236 -ERROR: role "root" does not exist 3.237 -ERROR: role "root" does not exist 3.238 -ERROR: role "root" does not exist 3.239 -ERROR: role "root" does not exist 3.240 -ERROR: role "root" does not exist 3.241 -ERROR: role "root" does not exist 3.242 -ERROR: role "root" does not exist 3.243 -ERROR: role "root" does not exist 3.244 -ERROR: role "root" does not exist 3.245 -ERROR: role "root" does not exist 3.246 -ERROR: role "root" does not exist 3.247 -ERROR: role "root" does not exist 3.248 -ERROR: role "root" does not exist 3.249 -ERROR: role "root" does not exist 3.250 -ERROR: role "root" does not exist 3.251 -ERROR: role "root" does not exist 3.252 -ERROR: role "root" does not exist 3.253 -ERROR: role "root" does not exist 3.254 -ERROR: role "root" does not exist 3.255 -ERROR: role "root" does not exist 3.256 -ERROR: role "root" does not exist 3.257 -ERROR: role "root" does not exist 3.258 -ERROR: role "root" does not exist 3.259 -ERROR: role "root" does not exist 3.260 -ERROR: role "root" does not exist 3.261 -ERROR: role "root" does not exist 3.262 -ERROR: role "root" does not exist 3.263 -ERROR: role "root" does not exist 3.264 -ERROR: role "root" does not exist 3.265 -ERROR: role "root" does not exist 3.266 -ERROR: role "root" does not exist 3.267 -ERROR: role "root" does not exist 3.268 -ERROR: role "root" does not exist 3.269 -ERROR: role "root" does not exist 3.270 -ERROR: role "root" does not exist 3.271 -ERROR: role "root" does not exist 3.272 -ERROR: role "root" does not exist 3.273 -ERROR: role "root" does not exist 3.274 -ERROR: role "root" does not exist 3.275 -ERROR: role "root" does not exist 3.276 -ERROR: role "root" does not exist 3.277 -ERROR: role "root" does not exist 3.278 -ERROR: role "root" does not exist 3.279 -ERROR: role "root" does not exist 3.280 -ERROR: role "root" does not exist 3.281 -ERROR: role "root" does not exist 3.282 -ERROR: role "root" does not exist 3.283 -ERROR: role "root" does not exist 3.284 -ERROR: role "root" does not exist 3.285 -ERROR: role "root" does not exist 3.286 -ERROR: role "root" does not exist 3.287 -ERROR: role "root" does not exist 3.288 -ERROR: role "root" does not exist 3.289 -ERROR: role "root" does not exist 3.290 -ERROR: role "root" does not exist 3.291 -ERROR: role "root" does not exist 3.292 -ERROR: role "root" does not exist 3.293 -ERROR: role "root" does not exist 3.294 -ERROR: role "root" does not exist 3.295 -ERROR: role "root" does not exist 3.296 -ERROR: role "root" does not exist 3.297 -ERROR: role "root" does not exist 3.298 -ERROR: role "root" does not exist 3.299 -ERROR: role "root" does not exist 3.300 -ERROR: role "root" does not exist 3.301 -ERROR: role "root" does not exist 3.302 -ERROR: role "root" does not exist 3.303 -ERROR: role "root" does not exist 3.304 -ERROR: role "root" does not exist 3.305 -ERROR: role "root" does not exist 3.306 -ERROR: role "root" does not exist 3.307 -ERROR: role "root" does not exist 3.308 -ERROR: role "root" does not exist 3.309 -ERROR: role "root" does not exist 3.310 -ERROR: role "root" does not exist 3.311 -ERROR: role "root" does not exist 3.312 -ERROR: role "root" does not exist 3.313 -ERROR: role "root" does not exist 3.314 -ERROR: role "root" does not exist 3.315 -ERROR: role "root" does not exist 3.316 -ERROR: role "root" does not exist 3.317 -ERROR: role "root" does not exist 3.318 -ERROR: role "root" does not exist 3.319 -ERROR: role "root" does not exist 3.320 -ERROR: role "root" does not exist 3.321 -ERROR: role "root" does not exist 3.322 -ERROR: role "root" does not exist 3.323 -ERROR: role "root" does not exist 3.324 -ERROR: role "root" does not exist 3.325 -ERROR: role "root" does not exist 3.326 -ERROR: role "root" does not exist 3.327 -ERROR: role "root" does not exist 3.328 -ERROR: role "root" does not exist 3.329 -ERROR: role "root" does not exist 3.330 -ERROR: role "root" does not exist 3.331 -ERROR: role "root" does not exist 3.332 -ERROR: role "root" does not exist 3.333 -ERROR: role "root" does not exist 3.334 -ERROR: role "root" does not exist 3.335 -ERROR: role "root" does not exist 3.336 -ERROR: role "root" does not exist 3.337 -ERROR: role "root" does not exist 3.338 -ERROR: role "root" does not exist 3.339 -ERROR: role "root" does not exist 3.340 -ERROR: role "root" does not exist 3.341 -ERROR: role "root" does not exist 3.342 -ERROR: role "root" does not exist 3.343 -ERROR: role "root" does not exist 3.344 -ERROR: role "root" does not exist 3.345 -ERROR: role "root" does not exist 3.346 -ERROR: role "root" does not exist 3.347 -ERROR: role "root" does not exist 3.348 -ERROR: role "root" does not exist 3.349 -ERROR: role "root" does not exist 3.350 -ERROR: role "root" does not exist 3.351 -ERROR: role "root" does not exist 3.352 -ERROR: role "root" does not exist 3.353 -ERROR: role "root" does not exist 3.354 -ERROR: role "root" does not exist 3.355 -ERROR: role "root" does not exist 3.356 -ERROR: role "root" does not exist 3.357 -ERROR: role "root" does not exist 3.358 -ERROR: role "root" does not exist 3.359 -ERROR: role "root" does not exist 3.360 -ERROR: role "root" does not exist 3.361 -ERROR: role "root" does not exist 3.362 -ERROR: role "root" does not exist 3.363 -ERROR: role "root" does not exist 3.364 -ERROR: role "root" does not exist 3.365 -ERROR: role "root" does not exist 3.366 -ERROR: role "root" does not exist 3.367 -ERROR: role "root" does not exist 3.368 -ERROR: role "root" does not exist 3.369 -ERROR: role "root" does not exist 3.370 -ERROR: role "root" does not exist 3.371 -ERROR: role "root" does not exist 3.372 -ERROR: role "root" does not exist 3.373 -ERROR: role "root" does not exist 3.374 -ERROR: role "root" does not exist 3.375 -ERROR: role "root" does not exist 3.376 -ERROR: role "root" does not exist 3.377 -ERROR: role "root" does not exist 3.378 -ERROR: role "root" does not exist 3.379 -ERROR: role "root" does not exist 3.380 -ERROR: role "root" does not exist 3.381 -ERROR: role "root" does not exist 3.382 -ERROR: role "root" does not exist 3.383 -ERROR: role "root" does not exist 3.384 -ERROR: role "root" does not exist 3.385 -ERROR: role "root" does not exist 3.386 -ERROR: role "root" does not exist 3.387 -ERROR: role "root" does not exist 3.388 -ERROR: role "root" does not exist 3.389 -ERROR: role "root" does not exist 3.390 -ERROR: role "root" does not exist 3.391 -ERROR: role "root" does not exist 3.392 -ERROR: role "root" does not exist 3.393 -ERROR: role "root" does not exist 3.394 -ERROR: role "root" does not exist 3.395 -ERROR: role "root" does not exist 3.396 -ERROR: role "root" does not exist 3.397 -ERROR: role "root" does not exist 3.398 -ERROR: role "root" does not exist 3.399 -ERROR: role "root" does not exist 3.400 -ERROR: role "root" does not exist 3.401 -ERROR: role "root" does not exist 3.402 -ERROR: role "root" does not exist 3.403 -ERROR: role "root" does not exist 3.404 -ERROR: role "root" does not exist 3.405 -ERROR: role "root" does not exist 3.406 -ERROR: role "root" does not exist 3.407 -ERROR: role "root" does not exist 3.408 -ERROR: role "root" does not exist 3.409 -ERROR: role "root" does not exist 3.410 -ERROR: role "root" does not exist 3.411 -ERROR: role "root" does not exist 3.412 -ERROR: role "root" does not exist 3.413 -ERROR: role "root" does not exist 3.414 -ERROR: role "root" does not exist 3.415 -ERROR: role "root" does not exist 3.416 -ERROR: role "root" does not exist 3.417 -ERROR: role "root" does not exist 3.418 -ERROR: role "root" does not exist 3.419 -ERROR: role "root" does not exist 3.420 -ERROR: role "root" does not exist 3.421 -ERROR: role "root" does not exist 3.422 -ERROR: role "root" does not exist 3.423 -ERROR: role "root" does not exist 3.424 -ERROR: role "root" does not exist 3.425 -ERROR: role "root" does not exist 3.426 -ERROR: role "root" does not exist 3.427 -ERROR: role "root" does not exist 3.428 -ERROR: role "root" does not exist 3.429 -ERROR: role "root" does not exist 3.430 -ERROR: role "root" does not exist 3.431 -ERROR: role "root" does not exist 3.432 -ERROR: role "root" does not exist 3.433 -ERROR: role "root" does not exist 3.434 -ERROR: role "root" does not exist 3.435 -ERROR: role "root" does not exist 3.436 -ERROR: role "root" does not exist 3.437 -ERROR: role "root" does not exist 3.438 -ERROR: role "root" does not exist 3.439 -ERROR: role "root" does not exist 3.440 -ERROR: role "root" does not exist 3.441 -ERROR: role "root" does not exist 3.442 -ERROR: role "root" does not exist 3.443 -ERROR: role "root" does not exist 3.444 -ERROR: role "root" does not exist 3.445 -ERROR: role "root" does not exist 3.446 -ERROR: role "root" does not exist 3.447 -ERROR: role "root" does not exist 3.448 -ERROR: role "root" does not exist 3.449 -ERROR: role "root" does not exist 3.450 -ERROR: role "root" does not exist 3.451 -ERROR: role "root" does not exist 3.452 -ERROR: role "root" does not exist 3.453 -ERROR: role "root" does not exist 3.454 -ERROR: role "root" does not exist 3.455 -ERROR: role "root" does not exist 3.456 -ERROR: role "root" does not exist 3.457 -ERROR: role "root" does not exist 3.458 -ERROR: role "root" does not exist 3.459 -ERROR: role "root" does not exist 3.460 -ERROR: role "root" does not exist 3.461 -ERROR: role "root" does not exist 3.462 -ERROR: role "root" does not exist 3.463 -ERROR: role "root" does not exist 3.464 -ERROR: role "root" does not exist 3.465 -ERROR: role "root" does not exist 3.466 -ERROR: role "root" does not exist 3.467 -ERROR: role "root" does not exist 3.468 -ERROR: role "root" does not exist 3.469 -ERROR: role "root" does not exist 3.470 -ERROR: role "root" does not exist 3.471 -ERROR: role "root" does not exist 3.472 -ERROR: role "root" does not exist 3.473 -ERROR: role "root" does not exist 3.474 -ERROR: role "root" does not exist 3.475 -ERROR: role "root" does not exist 3.476 -ERROR: role "root" does not exist 3.477 -ERROR: role "root" does not exist 3.478 -ERROR: role "root" does not exist 3.479 -ERROR: role "root" does not exist 3.480 -ERROR: role "root" does not exist 3.481 -ERROR: role "root" does not exist 3.482 -ERROR: role "root" does not exist 3.483 -ERROR: role "root" does not exist 3.484 -ERROR: role "root" does not exist 3.485 -ERROR: role "root" does not exist 3.486 -ERROR: role "root" does not exist 3.487 -ERROR: role "root" does not exist 3.488 -ERROR: role "root" does not exist 3.489 -ERROR: role "root" does not exist 3.490 -ERROR: role "root" does not exist 3.491 -ERROR: role "root" does not exist 3.492 -ERROR: role "root" does not exist 3.493 -ERROR: role "root" does not exist 3.494 -ERROR: role "root" does not exist 3.495 -ERROR: role "root" does not exist 3.496 -ERROR: role "root" does not exist 3.497 -ERROR: role "root" does not exist 3.498 -ERROR: role "root" does not exist 3.499 -ERROR: role "root" does not exist 3.500 -ERROR: role "root" does not exist 3.501 -ERROR: role "root" does not exist 3.502 -ERROR: role "root" does not exist 3.503 -ERROR: role "root" does not exist 3.504 -ERROR: role "root" does not exist 3.505 -ERROR: role "root" does not exist 3.506 -ERROR: role "root" does not exist 3.507 -ERROR: role "root" does not exist 3.508 -ERROR: role "root" does not exist 3.509 -ERROR: role "root" does not exist 3.510 -ERROR: role "root" does not exist 3.511 -ERROR: role "root" does not exist 3.512 -ERROR: role "root" does not exist 3.513 -ERROR: role "root" does not exist 3.514 -ERROR: role "root" does not exist 3.515 -ERROR: role "root" does not exist 3.516 -ERROR: role "root" does not exist 3.517 -ERROR: role "root" does not exist 3.518 -ERROR: role "root" does not exist 3.519 -ERROR: role "root" does not exist 3.520 -ERROR: role "root" does not exist 3.521 -ERROR: role "root" does not exist 3.522 -ERROR: role "root" does not exist 3.523 -ERROR: role "root" does not exist 3.524 -ERROR: role "root" does not exist 3.525 -ERROR: role "root" does not exist 3.526 -ERROR: role "root" does not exist 3.527 -ERROR: role "root" does not exist 3.528 -ERROR: role "root" does not exist 3.529 -ERROR: role "root" does not exist 3.530 -ERROR: role "root" does not exist 3.531 -ERROR: role "root" does not exist 3.532 -ERROR: role "root" does not exist 3.533 -ERROR: role "root" does not exist 3.534 -ERROR: role "root" does not exist 3.535 -ERROR: role "root" does not exist 3.536 -ERROR: role "root" does not exist 3.537 -ERROR: role "root" does not exist 3.538 -ERROR: role "root" does not exist 3.539 -ERROR: role "root" does not exist 3.540 -ERROR: role "root" does not exist 3.541 -ERROR: role "root" does not exist 3.542 -ERROR: role "root" does not exist 3.543 -ERROR: role "root" does not exist 3.544 -ERROR: role "root" does not exist 3.545 -ERROR: role "root" does not exist 3.546 -ERROR: role "root" does not exist 3.547 -ERROR: role "root" does not exist 3.548 -ERROR: role "root" does not exist 3.549 -ERROR: role "root" does not exist 3.550 -ERROR: role "root" does not exist 3.551 -ERROR: role "root" does not exist 3.552 -ERROR: role "root" does not exist 3.553 -ERROR: role "root" does not exist 3.554 -ERROR: role "root" does not exist 3.555 -ERROR: role "root" does not exist 3.556 -ERROR: role "root" does not exist 3.557 -ERROR: role "root" does not exist 3.558 -ERROR: role "root" does not exist 3.559 -ERROR: role "root" does not exist 3.560 -ERROR: role "root" does not exist 3.561 -ERROR: role "root" does not exist 3.562 -ERROR: role "root" does not exist 3.563 -ERROR: role "root" does not exist 3.564 -ERROR: role "root" does not exist 3.565 -ERROR: role "root" does not exist 3.566 -ERROR: role "root" does not exist 3.567 -ERROR: role "root" does not exist 3.568 -ERROR: role "root" does not exist 3.569 -ERROR: role "root" does not exist 3.570 -ERROR: role "root" does not exist 3.571 -ERROR: role "root" does not exist 3.572 -ERROR: role "root" does not exist 3.573 -ERROR: role "root" does not exist 3.574 -ERROR: role "root" does not exist 3.575 -ERROR: role "root" does not exist 3.576 -ERROR: role "root" does not exist 3.577 -ERROR: role "root" does not exist 3.578 -ERROR: role "root" does not exist 3.579 -ERROR: role "root" does not exist 3.580 -ERROR: role "root" does not exist 3.581 -ERROR: role "root" does not exist 3.582 -ERROR: role "root" does not exist 3.583 -ERROR: role "root" does not exist 3.584 -ERROR: role "root" does not exist 3.585 -ERROR: role "root" does not exist 3.586 -ERROR: role "root" does not exist 3.587 -ERROR: role "root" does not exist 3.588 -ERROR: role "root" does not exist 3.589 -ERROR: role "root" does not exist 3.590 -ERROR: role "root" does not exist 3.591 -ERROR: role "root" does not exist 3.592 -ERROR: role "root" does not exist 3.593 -ERROR: role "root" does not exist 3.594 -ERROR: role "root" does not exist 3.595 -ERROR: role "root" does not exist 3.596 -ERROR: role "root" does not exist 3.597 -ERROR: role "root" does not exist 3.598 -ERROR: role "root" does not exist 3.599 -ERROR: role "root" does not exist 3.600 -ERROR: role "root" does not exist 3.601 -ERROR: role "root" does not exist 3.602 -ERROR: role "root" does not exist 3.603 -ERROR: role "root" does not exist 3.604 -ERROR: role "root" does not exist 3.605 -ERROR: role "root" does not exist 3.606 -ERROR: role "root" does not exist 3.607 -ERROR: role "root" does not exist 3.608 -ERROR: role "root" does not exist 3.609 -ERROR: role "root" does not exist 3.610 -ERROR: role "root" does not exist 3.611 -ERROR: role "root" does not exist 3.612 -ERROR: role "root" does not exist 3.613 -ERROR: role "root" does not exist 3.614 -ERROR: role "root" does not exist 3.615 -ERROR: role "root" does not exist 3.616 -ERROR: role "root" does not exist 3.617 -ERROR: role "root" does not exist 3.618 -ERROR: role "root" does not exist 3.619 -ERROR: role "root" does not exist 3.620 -ERROR: role "root" does not exist 3.621 -ERROR: role "root" does not exist 3.622 -ERROR: role "root" does not exist 3.623 -ERROR: role "root" does not exist 3.624 -ERROR: role "root" does not exist 3.625 -ERROR: role "root" does not exist 3.626 -ERROR: role "root" does not exist 3.627 -ERROR: role "root" does not exist 3.628 -ERROR: role "root" does not exist 3.629 -ERROR: role "root" does not exist 3.630 -ERROR: role "root" does not exist 3.631 -ERROR: role "root" does not exist 3.632 -ERROR: role "root" does not exist 3.633 -ERROR: role "root" does not exist 3.634 -ERROR: role "root" does not exist 3.635 -ERROR: role "root" does not exist 3.636 -ERROR: role "root" does not exist 3.637 -ERROR: role "root" does not exist 3.638 -ERROR: role "root" does not exist 3.639 -ERROR: role "root" does not exist 3.640 -ERROR: role "root" does not exist 3.641 -ERROR: role "root" does not exist 3.642 -ERROR: role "root" does not exist 3.643 -ERROR: role "root" does not exist 3.644 -ERROR: role "root" does not exist 3.645 -ERROR: role "root" does not exist 3.646 -ERROR: role "root" does not exist 3.647 -ERROR: role "root" does not exist 3.648 -ERROR: role "root" does not exist 3.649 -ERROR: role "root" does not exist 3.650 -ERROR: role "root" does not exist 3.651 -ERROR: role "root" does not exist 3.652 -ERROR: role "root" does not exist 3.653 -ERROR: role "root" does not exist 3.654 -ERROR: role "root" does not exist 3.655 -ERROR: role "root" does not exist 3.656 -ERROR: role "root" does not exist 3.657 -ERROR: role "root" does not exist 3.658 -ERROR: role "root" does not exist 3.659 -ERROR: role "root" does not exist 3.660 -ERROR: role "root" does not exist 3.661 -ERROR: role "root" does not exist 3.662 -ERROR: role "root" does not exist 3.663 -ERROR: role "root" does not exist 3.664 -ERROR: role "root" does not exist 3.665 -ERROR: role "root" does not exist 3.666 -ERROR: role "root" does not exist 3.667 -ERROR: role "root" does not exist 3.668 -ERROR: role "root" does not exist 3.669 -ERROR: role "root" does not exist 3.670 -ERROR: role "root" does not exist 3.671 -ERROR: role "root" does not exist 3.672 -ERROR: role "root" does not exist 3.673 -ERROR: role "root" does not exist 3.674 -ERROR: role "root" does not exist 3.675 -ERROR: role "root" does not exist 3.676 -ERROR: role "root" does not exist 3.677 -ERROR: role "root" does not exist 3.678 -ERROR: role "root" does not exist 3.679 -ERROR: role "root" does not exist 3.680 -ERROR: role "root" does not exist 3.681 -ERROR: role "root" does not exist 3.682 -ERROR: role "root" does not exist 3.683 -ERROR: role "root" does not exist 3.684 -ERROR: role "root" does not exist 3.685 -ERROR: role "root" does not exist 3.686 -ERROR: role "root" does not exist 3.687 -ERROR: role "root" does not exist 3.688 -ERROR: role "root" does not exist 3.689 -ERROR: role "root" does not exist 3.690 -ERROR: role "root" does not exist 3.691 -ERROR: role "root" does not exist 3.692 -ERROR: role "root" does not exist 3.693 -ERROR: role "root" does not exist 3.694 -ERROR: role "root" does not exist 3.695 -ERROR: role "root" does not exist 3.696 -ERROR: role "root" does not exist 3.697 -ERROR: role "root" does not exist 3.698 -ERROR: role "root" does not exist 3.699 -ERROR: role "root" does not exist 3.700 -ERROR: role "root" does not exist 3.701 -ERROR: role "root" does not exist 3.702 -ERROR: role "root" does not exist 3.703 -ERROR: role "root" does not exist 3.704 -ERROR: role "root" does not exist 3.705 -ERROR: role "root" does not exist 3.706 -ERROR: role "root" does not exist 3.707 -ERROR: role "root" does not exist 3.708 -ERROR: role "root" does not exist 3.709 -ERROR: role "root" does not exist 3.710 -ERROR: role "root" does not exist 3.711 -ERROR: role "root" does not exist 3.712 -ERROR: role "root" does not exist 3.713 -ERROR: role "root" does not exist 3.714 -ERROR: role "root" does not exist 3.715 -ERROR: role "root" does not exist 3.716 -ERROR: role "root" does not exist 3.717 -ERROR: role "root" does not exist 3.718 -ERROR: role "root" does not exist 3.719 -ERROR: role "root" does not exist 3.720 -ERROR: role "root" does not exist 3.721 -ERROR: role "root" does not exist 3.722 -ERROR: role "root" does not exist 3.723 -ERROR: role "root" does not exist 3.724 -ERROR: role "root" does not exist 3.725 -ERROR: role "root" does not exist 3.726 -ERROR: role "root" does not exist 3.727 -ERROR: role "root" does not exist 3.728 -ERROR: role "root" does not exist 3.729 -ERROR: role "root" does not exist 3.730 -ERROR: role "root" does not exist 3.731 -ERROR: role "root" does not exist 3.732 -ERROR: role "root" does not exist 3.733 -ERROR: role "root" does not exist 3.734 -ERROR: role "root" does not exist 3.735 -ERROR: role "root" does not exist 3.736 -ERROR: role "root" does not exist 3.737 -ERROR: role "root" does not exist 3.738 -ERROR: role "root" does not exist 3.739 -ERROR: role "root" does not exist 3.740 -ERROR: role "root" does not exist 3.741 -ERROR: role "root" does not exist 3.742 -ERROR: role "root" does not exist 3.743 -ERROR: role "root" does not exist 3.744 -ERROR: role "root" does not exist 3.745 -ERROR: role "root" does not exist 3.746 -ERROR: role "root" does not exist 3.747 -ERROR: role "root" does not exist 3.748 -ERROR: role "root" does not exist 3.749 -ERROR: role "root" does not exist 3.750 -ERROR: role "root" does not exist 3.751 -ERROR: role "root" does not exist 3.752 -ERROR: role "root" does not exist 3.753 -ERROR: role "root" does not exist 3.754 -ERROR: role "root" does not exist 3.755 -ERROR: role "root" does not exist 3.756 -ERROR: role "root" does not exist 3.757 -ERROR: role "root" does not exist 3.758 -ERROR: role "root" does not exist 3.759 -ERROR: role "root" does not exist 3.760 -ERROR: role "root" does not exist 3.761 -ERROR: role "root" does not exist 3.762 -ERROR: role "root" does not exist 3.763 -ERROR: role "root" does not exist 3.764 -ERROR: role "root" does not exist 3.765 -ERROR: role "root" does not exist 3.766 -ERROR: role "root" does not exist 3.767 -ERROR: role "root" does not exist 3.768 -ERROR: role "root" does not exist 3.769 -ERROR: role "root" does not exist 3.770 -ERROR: role "root" does not exist 3.771 -ERROR: role "root" does not exist 3.772 -ERROR: role "root" does not exist 3.773 -ERROR: role "root" does not exist 3.774 -ERROR: role "root" does not exist 3.775 -ERROR: role "root" does not exist 3.776 -ERROR: role "root" does not exist 3.777 -ERROR: role "root" does not exist 3.778 -ERROR: role "root" does not exist 3.779 -ERROR: role "root" does not exist 3.780 -ERROR: role "root" does not exist 3.781 -ERROR: role "root" does not exist 3.782 -ERROR: role "root" does not exist 3.783 -ERROR: role "root" does not exist 3.784 -ERROR: role "root" does not exist 3.785 -ERROR: role "root" does not exist 3.786 -ERROR: role "root" does not exist 3.787 -ERROR: role "root" does not exist 3.788 -ERROR: role "root" does not exist 3.789 -ERROR: role "root" does not exist 3.790 -ERROR: role "root" does not exist 3.791 -ERROR: role "root" does not exist 3.792 -ERROR: role "root" does not exist 3.793 -ERROR: role "root" does not exist 3.794 -ERROR: role "root" does not exist 3.795 -ERROR: role "root" does not exist 3.796 -ERROR: role "root" does not exist 3.797 -ERROR: role "root" does not exist 3.798 -ERROR: role "root" does not exist 3.799 -ERROR: role "root" does not exist 3.800 -ERROR: role "root" does not exist 3.801 -ERROR: role "root" does not exist 3.802 -ERROR: role "root" does not exist 3.803 -ERROR: role "root" does not exist 3.804 -ERROR: role "root" does not exist 3.805 -ERROR: role "root" does not exist 3.806 -ERROR: role "root" does not exist 3.807 -ERROR: role "root" does not exist 3.808 -ERROR: role "root" does not exist 3.809 -ERROR: role "root" does not exist 3.810 -ERROR: role "root" does not exist 3.811 -ERROR: role "root" does not exist 3.812 -ERROR: role "root" does not exist 3.813 -ERROR: role "root" does not exist 3.814 -ERROR: role "root" does not exist 3.815 -ERROR: role "root" does not exist 3.816 -ERROR: role "root" does not exist 3.817 -ERROR: role "root" does not exist 3.818 -ERROR: role "root" does not exist 3.819 -ERROR: role "root" does not exist 3.820 -ERROR: role "root" does not exist 3.821 -ERROR: role "root" does not exist 3.822 -ERROR: role "root" does not exist 3.823 -ERROR: role "root" does not exist 3.824 -ERROR: role "root" does not exist 3.825 -ERROR: role "root" does not exist 3.826 -ERROR: role "root" does not exist 3.827 -ERROR: role "root" does not exist 3.828 -ERROR: role "root" does not exist 3.829 -ERROR: role "root" does not exist 3.830 -ERROR: role "root" does not exist 3.831 -ERROR: role "root" does not exist 3.832 -ERROR: role "root" does not exist 3.833 -ERROR: role "root" does not exist 3.834 -ERROR: role "root" does not exist 3.835 -ERROR: role "root" does not exist 3.836 -ERROR: role "root" does not exist 3.837 -ERROR: role "root" does not exist 3.838 -ERROR: role "root" does not exist 3.839 -ERROR: role "root" does not exist 3.840 -ERROR: relation "bnode_values" already exists 3.841 -ERROR: relation "datatype_values" already exists 3.842 -ERROR: relation "datetime_values" already exists 3.843 -ERROR: relation "geo_values" already exists 3.844 -ERROR: role "root" does not exist 3.845 -ERROR: role "root" does not exist 3.846 -ERROR: relation "hash_values" already exists 3.847 -ERROR: relation "label_values" already exists 3.848 -ERROR: relation "language_values" already exists 3.849 -ERROR: relation "long_label_values" already exists 3.850 -ERROR: relation "long_uri_values" already exists 3.851 -ERROR: relation "numeric_values" already exists 3.852 -ERROR: role "root" does not exist 3.853 -ERROR: relation "uri_values" already exists 3.854 -ERROR: column "strdfgeo" of relation "geo_values" does not exist 3.855 -invalid command \. 3.856 -ERROR: syntax error at or near "1342178071" 3.857 -LINE 1: 1342178071 0101000020E6100000204D5EA784813540B77DA6598D43434... 3.858 - ^ 3.859 -invalid command \. 3.860 -ERROR: syntax error at or near "public" 3.861 -LINE 1: public geo_values strdfgeo 2 4326 POLYGON 3.862 - ^ 3.863 -invalid command \. 3.864 -ERROR: syntax error at or near "0" 3.865 -LINE 1: 0 536870913 -2147483647 t 3.866 - ^ 3.867 -invalid command \. 3.868 -ERROR: syntax error at or near "0" 3.869 -LINE 1: 0 536870913 1879048683 t 3.870 - ^ 3.871 -invalid command \. 3.872 -ERROR: syntax error at or near "0" 3.873 -LINE 1: 0 536870913 504 t 3.874 - ^ 3.875 -invalid command \. 3.876 -ERROR: syntax error at or near "0" 3.877 -LINE 1: 0 14854 1610613119 t 3.878 - ^ 3.879 -invalid command \. 3.880 -ERROR: syntax error at or near "0" 3.881 -LINE 1: 0 1 1610612737 t 3.882 - ^ 3.883 -invalid command \. 3.884 -ERROR: syntax error at or near "0" 3.885 -LINE 1: 0 1 1879048193 t 3.886 - ^ 3.887 -invalid command \. 3.888 -ERROR: syntax error at or near "1" 3.889 -LINE 1: 1 116609410439524124 3.890 - ^ 3.891 -invalid command \. 3.892 -ERROR: syntax error at or near "0" 3.893 -LINE 1: 0 523 1342177393 t 3.894 - ^ 3.895 -invalid command \. 3.896 -ERROR: syntax error at or near "0" 3.897 -LINE 1: 0 1 1879048193 t 3.898 - ^ 3.899 -invalid command \. 3.900 -ERROR: syntax error at or near "0" 3.901 -LINE 1: 0 523 1342177394 t 3.902 - ^ 3.903 -invalid command \. 3.904 -ERROR: syntax error at or near "0" 3.905 -LINE 1: 0 523 1342177395 t 3.906 - ^ 3.907 -invalid command \. 3.908 -ERROR: syntax error at or near "0" 3.909 -LINE 1: 0 15253 1879049009 t 3.910 - ^ 3.911 -invalid command \. 3.912 -ERROR: syntax error at or near "0" 3.913 -LINE 1: 0 14854 1879048684 t 3.914 - ^ 3.915 -invalid command \. 3.916 -ERROR: syntax error at or near "0" 3.917 -LINE 1: 0 15262 14854 t 3.918 - ^ 3.919 -invalid command \. 3.920 -ERROR: syntax error at or near "0" 3.921 -LINE 1: 0 21127 21130 t 3.922 - ^ 3.923 -invalid command \. 3.924 -ERROR: syntax error at or near "0" 3.925 -LINE 1: 0 14760 524 t 3.926 - ^ 3.927 -invalid command \. 3.928 -ERROR: syntax error at or near "0" 3.929 -LINE 1: 0 536870913 1342177392 t 3.930 - ^ 3.931 -invalid command \. 3.932 -ERROR: syntax error at or near "0" 3.933 -LINE 1: 0 536870913 1342177391 t 3.934 - ^ 3.935 -invalid command \. 3.936 -ERROR: syntax error at or near "0" 3.937 -LINE 1: 0 523 525 t 3.938 - ^ 3.939 -invalid command \. 3.940 -ERROR: syntax error at or near "0" 3.941 -LINE 1: 0 536870913 510 t 3.942 - ^ 3.943 -invalid command \. 3.944 -ERROR: syntax error at or near "0" 3.945 -LINE 1: 0 523 805306369 t 3.946 - ^ 3.947 -ERROR: syntax error at or near "805306384" 3.948 -LINE 1: 805306384 Σχίνος 3.949 - ^ 3.950 + % Total % Received % Xferd Average Speed Time Time Time Current 3.951 + Dload Upload Total Spent Left Speed 3.952 + 3.953 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3.954 100 1457 0 245 100 1212 342 1695 --:--:-- --:--:-- --:--:-- 1697 3.955 + % Total % Received % Xferd Average Speed Time Time Time Current 3.956 + Dload Upload Total Spent Left Speed 3.957 + 3.958 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3.959 100 1457 0 245 100 1212 5419 26812 --:--:-- --:--:-- --:--:-- 27545 3.960 + % Total % Received % Xferd Average Speed Time Time Time Current 3.961 + Dload Upload Total Spent Left Speed 3.962 + 3.963 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3.964 100 1457 0 245 100 1212 6689 33090 --:--:-- --:--:-- --:--:-- 34628 3.965 + % Total % Received % Xferd Average Speed Time Time Time Current 3.966 + Dload Upload Total Spent Left Speed 3.967 + 3.968 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3.969 100 1457 0 245 100 1212 6446 31892 --:--:-- --:--:-- --:--:-- 32756