@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> . @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/> . ns0:Characteristic owl:disjointWith ns0:Observation . ns0:CharacteristicQualifier owl:disjointWith ns0:Observation . ns0:Entity owl:disjointWith ns0:Observation . ns0:MeasuredValue owl:disjointWith ns0:Observation . ns0:Measurement owl:disjointWith ns0:Observation . ns0:MeasurementType owl:disjointWith ns0:Observation . ns0:Observation metadata_def:mappingLoom "observation" ; metadata_def:mappingSameURI ns0:Observation ; metadata_def:prefLabel "Observation"@en ; metadata:prefixIRI "oboe-core:Observation" ; ns0:ofEntity ns0:Entity ; a owl:Class ; rdfs:comment " An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single \"observation event\". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism." ; rdfs:label "Observation"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:ObservationCollection, ns0:Protocol, ns0:Standard . ns0:entityRelated rdfs:domain ns0:Observation ; rdfs:range ns0:Observation . ns0:hasContext rdfs:domain ns0:Observation ; rdfs:range ns0:Observation . ns0:hasMeasurement rdfs:domain ns0:Observation . ns0:hasMember rdfs:range ns0:Observation . ns0:hasObservedRelation rdfs:domain ns0:Observation . ns0:measurementFor rdfs:range ns0:Observation . ns0:ofEntity rdfs:domain ns0:Observation .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> .
@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/> .

ns0:Characteristic
    owl:disjointWith ns0:Observation .

ns0:CharacteristicQualifier
    owl:disjointWith ns0:Observation .

ns0:Entity
    owl:disjointWith ns0:Observation .

ns0:MeasuredValue
    owl:disjointWith ns0:Observation .

ns0:Measurement
    owl:disjointWith ns0:Observation .

ns0:MeasurementType
    owl:disjointWith ns0:Observation .

ns0:Observation
    metadata_def:mappingLoom "observation" ;
    metadata_def:mappingSameURI ns0:Observation ;
    metadata_def:prefLabel "Observation"@en ;
    metadata:prefixIRI "oboe-core:Observation" ;
    ns0:ofEntity ns0:Entity ;
    a owl:Class ;
    rdfs:comment " An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single \"observation event\". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism." ;
    rdfs:label "Observation"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:ObservationCollection, ns0:Protocol, ns0:Standard .

ns0:entityRelated
    rdfs:domain ns0:Observation ;
    rdfs:range ns0:Observation .

ns0:hasContext
    rdfs:domain ns0:Observation ;
    rdfs:range ns0:Observation .

ns0:hasMeasurement
    rdfs:domain ns0:Observation .

ns0:hasMember
    rdfs:range ns0:Observation .

ns0:hasObservedRelation
    rdfs:domain ns0:Observation .

ns0:measurementFor
    rdfs:range ns0:Observation .

ns0:ofEntity
    rdfs:domain ns0:Observation .