@prefix dcterms: . @prefix dctype: . @prefix ex: . @prefix geo: . @prefix geosp: . @prefix om: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix s4agri: . @prefix saref: . @prefix sosa: . @prefix ssn: . @prefix time: . @prefix xsd: . a dctype:Dataset ; dcterms:license ; dcterms:conformsTo ; dcterms:conformsTo ; 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 ; . 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 ; .