@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://linked.earth/ontology#> . @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 vann: <http://purl.org/vocab/vann/> . @prefix ns1: <http://wiki.linked.earth/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <http://www.linkedmodel.org/schema/vaem#> . ns0:Calibration metadata_def:mappingLoom "calibration" ; metadata_def:mappingSameURI ns0:Calibration ; metadata_def:prefLabel "Calibration" ; metadata:prefixIRI "ontology:Calibration" ; vann:example <http://wiki.linked.earth/MD982181.Khider.2014.paleo1measurement1.mgcarub.Calibration> ; ns2:rationale "Make the model behind the calibration explicit"@en ; a owl:Class ; rdfs:comment "Metadata about how the variable was calibrated to reflect an environmental variable"@en ; rdfs:subClassOf owl:Thing . ns0:hasCalibration rdfs:range ns0:Calibration . ns0:hasDatasetRange rdfs:domain ns0:Calibration . ns0:hasEquation rdfs:domain ns0:Calibration . ns0:hasEquationIntercept rdfs:domain ns0:Calibration . ns0:hasEquationR2 rdfs:domain ns0:Calibration . ns0:hasEquationSlope rdfs:domain ns0:Calibration . ns0:hasEquationSlopeUncertainty rdfs:domain ns0:Calibration . ns0:hasMethod rdfs:domain ns0:Calibration . ns0:hasMethodDetail rdfs:domain ns0:Calibration . ns0:hasProxyDataset rdfs:domain ns0:Calibration . ns0:hasReferences rdfs:domain ns0:Calibration . ns0:hasSeasonality rdfs:domain ns0:Calibration . ns0:hasTargetDataset rdfs:domain ns0:Calibration .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://linked.earth/ontology#> .
@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 vann: <http://purl.org/vocab/vann/> .
@prefix ns1: <http://wiki.linked.earth/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <http://www.linkedmodel.org/schema/vaem#> .

ns0:Calibration
    metadata_def:mappingLoom "calibration" ;
    metadata_def:mappingSameURI ns0:Calibration ;
    metadata_def:prefLabel "Calibration" ;
    metadata:prefixIRI "ontology:Calibration" ;
    vann:example <http://wiki.linked.earth/MD982181.Khider.2014.paleo1measurement1.mgcarub.Calibration> ;
    ns2:rationale "Make the model behind the calibration explicit"@en ;
    a owl:Class ;
    rdfs:comment "Metadata about how the variable was calibrated to reflect an environmental variable"@en ;
    rdfs:subClassOf owl:Thing .

ns0:hasCalibration
    rdfs:range ns0:Calibration .

ns0:hasDatasetRange
    rdfs:domain ns0:Calibration .

ns0:hasEquation
    rdfs:domain ns0:Calibration .

ns0:hasEquationIntercept
    rdfs:domain ns0:Calibration .

ns0:hasEquationR2
    rdfs:domain ns0:Calibration .

ns0:hasEquationSlope
    rdfs:domain ns0:Calibration .

ns0:hasEquationSlopeUncertainty
    rdfs:domain ns0:Calibration .

ns0:hasMethod
    rdfs:domain ns0:Calibration .

ns0:hasMethodDetail
    rdfs:domain ns0:Calibration .

ns0:hasProxyDataset
    rdfs:domain ns0:Calibration .

ns0:hasReferences
    rdfs:domain ns0:Calibration .

ns0:hasSeasonality
    rdfs:domain ns0:Calibration .

ns0:hasTargetDataset
    rdfs:domain ns0:Calibration .