@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/> . 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 .
@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/> .

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 .