Observation example
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ex: <https://saref.etsi.org/saref4inma/v2.1.1/example/Observation/> .
@prefix mod: <https://w3id.org/mod#> .
@prefix om: <http://www.owl-ontologies.com/om#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Observation#> a dctype:Dataset ;
dct:conformsTo <https://saref.etsi.org/saref4inma/v2.1.1/> ;
dct:description "Observation example"@en ;
dct:license <https://forge.etsi.org/etsi-software-license> ;
dct:title "Observation example"@en .
ex:WeldingMachineTemperatureSensor1 a owl:NamedIndividual,
ex:TemperatureSensor ;
saref:madeExecution ex:Welding_Machine_2_Observation_W101520,
ex:Welding_Machine_2_Observation_W101521,
ex:Welding_Machine_2_Observation_W101522 .
ex:Welding_Machine_2_Observation_W101523 a owl:NamedIndividual,
saref:Observation .
om:degreeCelsius a owl:NamedIndividual .
saref:FeatureOfInterest a owl:Class ;
rdfs:label "Feature Of Interest" .
saref:Property a owl:Class ;
rdfs:label "Property" .
s4inma:Item a owl:Class ;
rdfs:label "Item" ;
rdfs:subClassOf saref:FeatureOfInterest .
ex:Shaver10023 a owl:NamedIndividual,
s4inma:Item .
ex:TemperatureSensor a owl:Class ;
rdfs:label "Temperature Sensor" .
ex:Welding_Machine_2_Observation_W101520 a owl:NamedIndividual,
saref:Observation ;
saref:hasTimestamp "2019-01-28T12:11:10"^^xsd:dateTime ;
saref:hasValue 223 ;
saref:isMeasuredIn om:degreeCelsius ;
saref:observes ex:Shaver10023,
ex:WeldingTemperature .
ex:Welding_Machine_2_Observation_W101521 a owl:NamedIndividual,
saref:Observation .
ex:Welding_Machine_2_Observation_W101522 a owl:NamedIndividual,
saref:Observation .
ex:WeldingTemperature a owl:NamedIndividual,
saref:Property .