Strabon
view examples/teleios/exampleReflections.ttl @ 1492:69076ed94e03
[maven-release-plugin] prepare release v3.3.1
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Wed Mar 11 20:17:36 2015 +0200 (2015-03-11) |
parents | |
children |
line source
1 # Παράδειγμα για το deleteReflections.rq
2 # Έχει hotspots σε 4 περιοχές.
3 # Το πρώτο (h11-h14) δεν έχει γείτονες και είναι αναμένο για μία ώρα. Συνεπώς θεωρείται αντανάκλαση και διαγράφεται.
4 # Το δεύτερο (h21-h22) δεν έχει γείτονες αλλά ανάβει μόνο δύο φορές σε μία ώρα. Συνεπώς δεν θεωρείται αντανακλαση.
5 # Το τρίτο (h31-h34) είναι αναμένο επί μία ώρα αλλά έχει ένα γείτονα -το τέταρτο hotspots(h41)- άρα επίσης δεν θεωρείται αντανάκλαση.
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:h11 noa:hasAcquisitionTime "2007-08-23T12: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:h12 noa:hasAcquisitionTime "2007-08-23T12:15: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:h13 noa:hasAcquisitionTime "2007-08-23T12:30: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:h14 noa:hasAcquisitionTime "2007-08-23T13:00: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:h21 noa:hasAcquisitionTime "2007-08-23T12:00:00"^^xsd:dateTime ;
42 noa:hasGeometry "POLYGON ((20 0, 30 0, 30 10, 20 10, 20 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
43 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
44 noa:isDerivedFromSensor "MSG2"^^xsd:string .
46 noa:h22 noa:hasAcquisitionTime "2007-08-23T13:00:00"^^xsd:dateTime ;
47 noa:hasGeometry "POLYGON ((20 0, 30 0, 30 10, 20 10, 20 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
48 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
49 noa:isDerivedFromSensor "MSG2"^^xsd:string .
51 noa:h31 noa:hasAcquisitionTime "2007-08-23T12:15:00"^^xsd:dateTime ;
52 noa:hasGeometry "POLYGON ((40 10, 50 10, 50 20, 40 20, 40 10))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
53 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
54 noa:isDerivedFromSensor "MSG2"^^xsd:string .
56 noa:h41 noa:hasAcquisitionTime "2007-08-23T12:00:00"^^xsd:dateTime ;
57 noa:hasGeometry "POLYGON ((40 0, 50 0, 50 10, 40 10, 40 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
58 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
59 noa:isDerivedFromSensor "MSG2"^^xsd:string .
61 noa:h42 noa:hasAcquisitionTime "2007-08-23T12:15:00"^^xsd:dateTime ;
62 noa:hasGeometry "POLYGON ((40 0, 50 0, 50 10, 40 10, 40 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
63 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
64 noa:isDerivedFromSensor "MSG2"^^xsd:string .
66 noa:h43 noa:hasAcquisitionTime "2007-08-23T12:30:00"^^xsd:dateTime ;
67 noa:hasGeometry "POLYGON ((40 0, 50 0, 50 10, 40 10, 40 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
68 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
69 noa:isDerivedFromSensor "MSG2"^^xsd:string .
71 noa:h44 noa:hasAcquisitionTime "2007-08-23T13:00:00"^^xsd:dateTime ;
72 noa:hasGeometry "POLYGON ((40 0, 50 0, 50 10, 40 10, 40 0))"^^<http://strdf.di.uoa.gr/ontology#WKT> ;
73 noa:producedFromProcessingChain "StaticThresholds"^^xsd:string ;
74 noa:isDerivedFromSensor "MSG2"^^xsd:string .