@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3id.org/def/caso#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/ns/sosa/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <http://www.w3id.org/def/irrig#> . ns0:Deduction rdfs:subClassOf ns0:Observation . ns0:Observation metadata_def:mappingLoom "observation" ; metadata_def:mappingSameURI ns0:Observation ; metadata_def:prefLabel "Observation"@en ; metadata:prefixIRI "caso:Observation" ; a owl:Class ; rdfs:comment "Observation - Act of carrying out an (Observation) Procedure to estimate or calculate a value of a Property of a FeatureOfInterest. This act can be performed during the context acquisition or context processing phases of a context aware system. An Observation links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of; and links to a FeatureOfInterest to detail what that property was associated with. When the act is made during the context processing phase the entry values of the procedure should be linked to the observation by the wasDerivedFrom property."@en ; rdfs:label "Observation"@en ; rdfs:subClassOf ns1:Observation . ns2:CropGrowthObservation rdfs:subClassOf ns0:Observation . ns2:RainQuantityObservation rdfs:subClassOf ns0:Observation . ns2:RainTotalQuantityPerDayObservation rdfs:subClassOf ns0:Observation . ns2:RootZoneMoisturePerDayObservation rdfs:subClassOf ns0:Observation . ns2:Soil30cmDepthAverageMoisturePerDayObservation rdfs:subClassOf ns0:Observation . ns2:Soil30cmDepthMoistureObservation rdfs:subClassOf ns0:Observation . ns2:Soil60cmDepthAverageMoisturePerDayObservation rdfs:subClassOf ns0:Observation . ns2:Soil60cmDepthMoistureObservation rdfs:subClassOf ns0:Observation .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3id.org/def/caso#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/ns/sosa/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <http://www.w3id.org/def/irrig#> .

ns0:Deduction
    rdfs:subClassOf ns0:Observation .

ns0:Observation
    metadata_def:mappingLoom "observation" ;
    metadata_def:mappingSameURI ns0:Observation ;
    metadata_def:prefLabel "Observation"@en ;
    metadata:prefixIRI "caso:Observation" ;
    a owl:Class ;
    rdfs:comment "Observation - Act of carrying out an (Observation) Procedure to estimate or calculate a value of a Property of a FeatureOfInterest. This act can be performed during the context acquisition or context processing phases of a context aware system. An Observation links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of; and links to a FeatureOfInterest to detail what that property was associated with. When the act is made during the context processing phase the entry values of the procedure should be linked to the observation by the wasDerivedFrom property."@en ;
    rdfs:label "Observation"@en ;
    rdfs:subClassOf ns1:Observation .

ns2:CropGrowthObservation
    rdfs:subClassOf ns0:Observation .

ns2:RainQuantityObservation
    rdfs:subClassOf ns0:Observation .

ns2:RainTotalQuantityPerDayObservation
    rdfs:subClassOf ns0:Observation .

ns2:RootZoneMoisturePerDayObservation
    rdfs:subClassOf ns0:Observation .

ns2:Soil30cmDepthAverageMoisturePerDayObservation
    rdfs:subClassOf ns0:Observation .

ns2:Soil30cmDepthMoistureObservation
    rdfs:subClassOf ns0:Observation .

ns2:Soil60cmDepthAverageMoisturePerDayObservation
    rdfs:subClassOf ns0:Observation .

ns2:Soil60cmDepthMoistureObservation
    rdfs:subClassOf ns0:Observation .