Strabon
view examples/teleios/exampleFires.ttl @ 1531:142b6555a010
[maven-release-plugin] prepare release v3.2.11-temporals
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Thu Sep 22 16:52:54 2016 +0300 (2016-09-22) |
parents | 1163025f7c46 |
children |
line source
1 # Παράδειγμα για το deleteReflections.rq
2 # Έχει 4 ομάδες hotspot.
3 # Η δύο πρώτες ομάδες (h111,h112,h121) απέχουν 10 λεπτά (persistence=10') άρα πάνε μαζί.
4 # Η δύο τελευταίες (h211, h221, h222) απέχουν πάλι δέκα λεπτά και πάνε μαζί.
5 # Άρα η επερώτηση θα μου απαντήσει τις δύο ομάδες (με την ίδια γεωμετριά και διαφορετικά start και end times)
7 @prefix lgd: <http://linkedgeodata.org/triplify/> .
8 @prefix lgdgeo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
9 @prefix lgdont: <http://linkedgeodata.org/ontology/> .
10 @prefix geonames: <http://www.geonames.org/ontology#> .
11 @prefix clc: <http://geo.linkedopendata.gr/corine/ontology#> .
12 @prefix gag: <http://teleios.di.uoa.gr/ontologies/gagKallikratis.rdf#> .
13 @prefix noa: <http://teleios.di.uoa.gr/ontologies/noaOntology.owl#> .
14 @prefix dlr: <http://www.earthobservatory.eu/ontologies/dlrOntology-v2.owl#> .
15 @prefix strdf: <http://strdf.di.uoa.gr/ontology#> .
16 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
17 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
18 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
20 noa:h111 noa:hasAcquisitionTime "2012-08-24T12:00:00"^^xsd:dateTime ;
21 noa:hasGeometry "POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
22 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
23 noa:isDerivedFromSensor "MSG2"^^xsd:string .
26 noa:h112 noa:hasAcquisitionTime "2012-08-24T12:05:00"^^xsd:dateTime ;
27 noa:hasGeometry "POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
28 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
29 noa:isDerivedFromSensor "MSG2"^^xsd:string .
31 noa:h121 noa:hasAcquisitionTime "2012-08-24T12:15:00"^^xsd:dateTime ;
32 noa:hasGeometry "POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
33 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
34 noa:isDerivedFromSensor "MSG2"^^xsd:string .
36 noa:h211 noa:hasAcquisitionTime "2012-08-24T12:30:00"^^xsd:dateTime ;
37 noa:hasGeometry "POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
38 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
39 noa:isDerivedFromSensor "MSG2"^^xsd:string .
41 noa:h221 noa:hasAcquisitionTime "2012-08-24T12:40:00"^^xsd:dateTime ;
42 noa:hasGeometry "POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
43 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
44 noa:isDerivedFromSensor "MSG2"^^xsd:string .
46 noa:h222 noa:hasAcquisitionTime "2012-08-24T12:45:00"^^xsd:dateTime ;
47 noa:hasGeometry "POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
48 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
49 noa:isDerivedFromSensor "MSG2"^^xsd:string .