@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/> . @prefix ns1: <http://csopralibs.org#> . ns1:CFluxMeas a ns0:Measurement . ns1:CMassMeas a ns0:Measurement . ns1:IDInSourceDB a ns0:Measurement . ns1:Id a ns0:Measurement . ns1:Latitude a ns0:Measurement . ns1:Longitude a ns0:Measurement . ns1:MaxDepthMeas a ns0:Measurement . ns1:MinDepthMeas a ns0:Measurement . ns1:PETMeas a ns0:Measurement . ns1:RainfallMeas a ns0:Measurement . ns1:SOCMaxDepthMeas a ns0:Measurement . ns1:SOCMinDepthMeas a ns0:Measurement . ns1:StartYear a ns0:Measurement . ns1:TempMeas a ns0:Measurement . ns0:Characteristic owl:disjointWith ns0:Measurement . ns0:CharacteristicQualifier owl:disjointWith ns0:Measurement . ns0:Entity owl:disjointWith ns0:Measurement . ns0:MeasuredValue owl:disjointWith ns0:Measurement . ns0:Measurement metadata_def:mappingLoom "measurement" ; metadata_def:mappingSameURI ns0:Measurement ; metadata_def:prefLabel "Measurement" ; metadata:prefixIRI "oboe-core:Measurement", "oboe:Measurement" ; ns0:hasValue ns0:MeasuredValue ; ns0:ofCharacteristic ns0:Characteristic ; ns0:usesProtocol ns0:Protocol ; ns0:usesStandard ns0:Standard ; a owl:AnnotationProperty, owl:Class ; rdfs:comment "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event. A measurement is comprised of a characteristic, a value, a measurement standard, and a protocol. Measurements can also have precision as well as a description of the methods used. Measurements can encapsulate characteristics that were recorded, but not necessarily measured in a physical sense. For example, the name of a location and a taxon can be captured through measurements." ; rdfs:label "Measurement"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:MeasurementType, ns0:Observation, ns0:ObservationCollection, ns0:Protocol, ns0:Standard . ns0:hasMeasurement rdfs:range ns0:Measurement . ns0:hasPrecision rdfs:domain ns0:Measurement . ns0:hasValue rdfs:domain ns0:Measurement . ns0:measurementFor rdfs:domain ns0:Measurement . ns0:ofCharacteristic rdfs:domain ns0:Measurement . ns0:usesMethod rdfs:domain ns0:Measurement . ns0:usesProtocol rdfs:domain ns0:Measurement . ns0:usesStandard rdfs:domain ns0:Measurement .
@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/> .
@prefix ns1: <http://csopralibs.org#> .

ns1:CFluxMeas
    a ns0:Measurement .

ns1:CMassMeas
    a ns0:Measurement .

ns1:IDInSourceDB
    a ns0:Measurement .

ns1:Id
    a ns0:Measurement .

ns1:Latitude
    a ns0:Measurement .

ns1:Longitude
    a ns0:Measurement .

ns1:MaxDepthMeas
    a ns0:Measurement .

ns1:MinDepthMeas
    a ns0:Measurement .

ns1:PETMeas
    a ns0:Measurement .

ns1:RainfallMeas
    a ns0:Measurement .

ns1:SOCMaxDepthMeas
    a ns0:Measurement .

ns1:SOCMinDepthMeas
    a ns0:Measurement .

ns1:StartYear
    a ns0:Measurement .

ns1:TempMeas
    a ns0:Measurement .

ns0:Characteristic
    owl:disjointWith ns0:Measurement .

ns0:CharacteristicQualifier
    owl:disjointWith ns0:Measurement .

ns0:Entity
    owl:disjointWith ns0:Measurement .

ns0:MeasuredValue
    owl:disjointWith ns0:Measurement .

ns0:Measurement
    metadata_def:mappingLoom "measurement" ;
    metadata_def:mappingSameURI ns0:Measurement ;
    metadata_def:prefLabel "Measurement" ;
    metadata:prefixIRI "oboe-core:Measurement", "oboe:Measurement" ;
    ns0:hasValue ns0:MeasuredValue ;
    ns0:ofCharacteristic ns0:Characteristic ;
    ns0:usesProtocol ns0:Protocol ;
    ns0:usesStandard ns0:Standard ;
    a owl:AnnotationProperty, owl:Class ;
    rdfs:comment "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event.  A measurement is comprised of a characteristic, a value, a measurement standard, and a protocol. Measurements can also have precision as well as a description of the methods used. Measurements can encapsulate characteristics that were recorded, but not necessarily measured in a physical sense.  For example, the name of a location and a taxon can be captured through measurements." ;
    rdfs:label "Measurement"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:MeasurementType, ns0:Observation, ns0:ObservationCollection, ns0:Protocol, ns0:Standard .

ns0:hasMeasurement
    rdfs:range ns0:Measurement .

ns0:hasPrecision
    rdfs:domain ns0:Measurement .

ns0:hasValue
    rdfs:domain ns0:Measurement .

ns0:measurementFor
    rdfs:domain ns0:Measurement .

ns0:ofCharacteristic
    rdfs:domain ns0:Measurement .

ns0:usesMethod
    rdfs:domain ns0:Measurement .

ns0:usesProtocol
    rdfs:domain ns0:Measurement .

ns0:usesStandard
    rdfs:domain ns0:Measurement .