@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; "SAREF4AGRI example for the Smar Irrigation use case."@en . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/description rdf:type owl:AnnotationProperty . ### http://www.w3.org/2003/01/geo/wgs84_pos#alt rdf:type owl:AnnotationProperty . ### http://www.w3.org/2006/time#hasBeginning rdf:type owl:AnnotationProperty . ### http://www.w3.org/2006/time#hasEnd rdf:type owl:AnnotationProperty . ### http://www.w3.org/2006/time#inXSDDateTimeStamp rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/sosa/hosts rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/sosa/isHostedBy rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/ssn/deployedOnPlatform rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/ssn/deployedSystem rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/ssn/hasDeployment rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/ssn/hasSubSystem rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/ssn/inDeployment rdf:type owl:AnnotationProperty . ### https://w3id.org/def/saref4agri#hasDeploymentPeriod rdf:type owl:AnnotationProperty . ### https://w3id.org/saref#hasValue rdf:type owl:AnnotationProperty . ### https://w3id.org/saref#isMeasuredIn rdf:type owl:AnnotationProperty . ### https://w3id.org/saref#makesMeasurement rdf:type owl:AnnotationProperty . ### https://w3id.org/saref#measuresProperty rdf:type owl:AnnotationProperty . ### https://w3id.org/saref#relatesToProperty rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### http://www.w3.org/2006/time#Instant rdf:type owl:Class . ### http://www.w3.org/2006/time#Interval rdf:type owl:Class . ### http://www.w3.org/ns/sosa/Platform rdf:type owl:Class . ### http://www.w3.org/ns/ssn/System rdf:type owl:Class . ### https://w3id.org/def/saref4agri#Deployment rdf:type owl:Class . ### https://w3id.org/def/saref4agri#SoilTensiometer rdf:type owl:Class . ### https://w3id.org/saref#Measurement rdf:type owl:Class . ### https://w3id.org/saref#Property rdf:type owl:Class . ### https://w3id.org/saref#UnitOfMeasure rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### http://www.ontology-of-units-of-measure.org/resource/om-2/millibar rdf:type owl:NamedIndividual , ; rdfs:label "millibar"@en . ### https://w3id.org/def/saref4agri#SoilMoisture rdf:type owl:NamedIndividual , ; rdfs:label "Soil moisture"@en . ### https://w3id.org/def/saref4agri/example1#ArvalisDeployment20162017Land07 :ArvalisDeployment20162017Land07 rdf:type owl:NamedIndividual , ; :PlatformArvalisLand07 ; :ArvalisIrrinovStation01 ; :TimeInterval2016-2017 . ### https://w3id.org/def/saref4agri/example1#ArvalisIrrinovStation01 :ArvalisIrrinovStation01 rdf:type owl:NamedIndividual , ; :PlatformArvalisLand07 ; :ArvalisDeployment20162017Land07 ; :ArvalisIrrinovStation01SoilSensor01 , :ArvalisIrrinovStation01SoilSensor02 . ### https://w3id.org/def/saref4agri/example1#ArvalisIrrinovStation01SoilSensor01 :ArvalisIrrinovStation01SoilSensor01 rdf:type owl:NamedIndividual , ; . ### https://w3id.org/def/saref4agri/example1#ArvalisIrrinovStation01SoilSensor02 :ArvalisIrrinovStation01SoilSensor02 rdf:type owl:NamedIndividual , ; -0.6 ; :ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200 ; . ### https://w3id.org/def/saref4agri/example1#ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200 :ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200 rdf:type owl:NamedIndividual , ; "1490.0"^^xsd:double ; ; . ### https://w3id.org/def/saref4agri/example1#PlatformArvalisLand07 :PlatformArvalisLand07 rdf:type owl:NamedIndividual , ; :ArvalisIrrinovStation01 ; :ArvalisDeployment20162017Land07 . ### https://w3id.org/def/saref4agri/example1#TimeInterval2016-2017 :TimeInterval2016-2017 rdf:type owl:NamedIndividual , ; :instant_2017-12-31T235959 ; :instant_2016-01-01T000000 . ### https://w3id.org/def/saref4agri/example1#instant_2016-01-01T000000 :instant_2016-01-01T000000 rdf:type owl:NamedIndividual , ; "2016-01-01T00:00:00"^^xsd:dateTime . ### https://w3id.org/def/saref4agri/example1#instant_2017-12-31T235959 :instant_2017-12-31T235959 rdf:type owl:NamedIndividual , ; "2017-12-31T23:59:59"^^xsd:dateTime . ### Generated by the OWL API (version 5.1.9) https://github.com/owlcs/owlapi/