@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/coswot/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . ns0:Aggregation rdfs:subClassOf ns0:Observation . ns0:Forecast rdfs:subClassOf ns0:Observation . ns0:Observation metadata_def:mappingLoom "observation" ; metadata_def:mappingSameURI ns0:Observation ; metadata_def:prefLabel "Observation"@en ; metadata:prefixIRI "coswot:Observation" ; a owl:Class ; rdfs:comment "A coswot:Observation is the act of carrying out a procedure to estimate or calculate a value of a property of a feature of interest, or a state of a feature of interest. It links to a sensor to describe what made the observation, and to the observed feature, property, property of interest, state, or state of interest. Typically, its result is a property value or a state. An observation of a state (OP coswot:observes) should have a state as a result (OP coswot:hasResult). Respectively, an observation of a property should have a property value as a result."@en ; rdfs:isDefinedBy ns1:observations ; rdfs:label "Observation"@en ; rdfs:subClassOf ns0:ProcedureExecution .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/coswot/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .

ns0:Aggregation
    rdfs:subClassOf ns0:Observation .

ns0:Forecast
    rdfs:subClassOf ns0:Observation .

ns0:Observation
    metadata_def:mappingLoom "observation" ;
    metadata_def:mappingSameURI ns0:Observation ;
    metadata_def:prefLabel "Observation"@en ;
    metadata:prefixIRI "coswot:Observation" ;
    a owl:Class ;
    rdfs:comment "A coswot:Observation is the act of carrying out a procedure to estimate or calculate a value of a property of a feature of interest, or a state of a feature of interest. It links to a sensor to describe what made the observation, and to the observed feature, property, property of interest, state, or state of interest. Typically, its result is a property value or a state. An observation of a state (OP coswot:observes) should have a state as a result (OP coswot:hasResult). Respectively, an observation of a property should have a property value as a result."@en ;
    rdfs:isDefinedBy ns1:observations ;
    rdfs:label "Observation"@en ;
    rdfs:subClassOf ns0:ProcedureExecution .