Newer
Older
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix ex: <https://saref.etsi.org/saref4agri/v1.1.2/example/exampleIrrigationUseCase1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4agri: <https://saref.etsi.org/saref4agri/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix ssn: <http://www.w3.org/ns/ssn/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4agri/v1.1.2/example/exampleIrrigationUseCase1#> a dctype:Dataset ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:conformsTo <https://saref.etsi.org/core/v3.1.1/> ;
dcterms:conformsTo <https://saref.etsi.org/saref4agri/v1.1.2/> ;
dcterms:title "SAREF4AGRI example for the Smar Irrigation use case."@en ;
dcterms:description "SAREF4AGRI example for the Smar Irrigation use case."@en .
time:hasEnd a owl:ObjectProperty .
time:hasBeginning a owl:ObjectProperty .
time:inXSDDateTimeStamp a owl:DatatypeProperty .
om:millibar
rdf:type owl:NamedIndividual ;
rdf:type saref:UnitOfMeasure ;
rdfs:label "millibar"@en ;
.
s4agri:SoilMoisture
rdf:type owl:NamedIndividual ;
rdf:type saref:Property ;
rdfs:label "Soil moisture"@en ;
.
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
ex:ArvalisDeployment20162017Land07
rdf:type owl:NamedIndividual ;
rdf:type s4agri:Deployment ;
ssn:deployedOnPlatform ex:PlatformArvalisLand07 ;
ssn:deployedSystem ex:ArvalisIrrinovStation01 ;
s4agri:hasDeploymentPeriod ex:TimeInterval2016-2017 ;
.
ex:ArvalisIrrinovStation01
rdf:type owl:NamedIndividual ;
rdf:type ssn:System ;
sosa:isHostedBy ex:PlatformArvalisLand07 ;
ssn:hasDeployment ex:ArvalisDeployment20162017Land07 ;
ssn:hasSubSystem ex:ArvalisIrrinovStation01SoilSensor01 ;
ssn:hasSubSystem ex:ArvalisIrrinovStation01SoilSensor02 ;
.
ex:ArvalisIrrinovStation01SoilSensor01
rdf:type owl:NamedIndividual ;
rdf:type s4agri:SoilTensiometer ;
saref:measuresProperty s4agri:SoilMoisture ;
.
ex:ArvalisIrrinovStation01SoilSensor02
rdf:type owl:NamedIndividual ;
rdf:type s4agri:SoilTensiometer ;
geo:alt -0.6 ;
saref:makesMeasurement ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200 ;
saref:measuresProperty s4agri:SoilMoisture ;
.
ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200
rdf:type owl:NamedIndividual ;
rdf:type saref:Measurement ;
saref:hasValue "1490.0"^^xsd:double ;
saref:isMeasuredIn om:millibar ;
saref:relatesToProperty s4agri:SoilMoisture ;
.
ex:PlatformArvalisLand07
rdf:type owl:NamedIndividual ;
rdf:type sosa:Platform ;
sosa:hosts ex:ArvalisIrrinovStation01 ;
ssn:inDeployment ex:ArvalisDeployment20162017Land07 ;
.
ex:TimeInterval2016-2017
rdf:type owl:NamedIndividual ;
rdf:type time:Interval ;
time:hasBeginning ex:instant_2017-12-31T235959 ;
time:hasEnd ex:instant_2016-01-01T000000 ;
.
ex:instant_2016-01-01T000000
rdf:type owl:NamedIndividual ;
rdf:type time:Instant ;
time:inXSDDateTimeStamp "2016-01-01T00:00:00"^^xsd:dateTime ;
.
ex:instant_2017-12-31T235959
rdf:type owl:NamedIndividual ;
rdf:type time:Instant ;
time:inXSDDateTimeStamp "2017-12-31T23:59:59"^^xsd:dateTime ;
.