@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://w3id.org/ozcar-theia/> .
@prefix ns2: <http://purl.org/voc/cpm#> .

<https://w3id.org/ozcar-theia/simplifiedLabel>
  rdfs:comment "For Theia OZCAR information system purpose. This label is used to enhance discoverability on the information system."@en ;
  rdfs:label "Simplified label"@en .

<https://w3id.org/ozcar-theia/c_8f63de36>
  skos:prefLabel "Carbon dioxide"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept .

<https://w3id.org/ozcar-theia/c_f81c1fe3>
  skos:prefLabel "18 meters height"@en ;
  a <https://w3id.org/iadopt/ont/Constraint>, skos:Concept .

<https://w3id.org/ozcar-theia/c_37699a89>
  skos:prefLabel "Temporal mean"@en ;
  a <http://purl.org/voc/cpm#StatisticalMeasure>, skos:Concept .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_78ad57eb>
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  ns0:hasProperty <https://w3id.org/ozcar-theia/c_135a2be5> ;
  dc:created "2022-06-01T09:00:52"^^xsd:dateTime ;
  ns0:hasMatrix <https://w3id.org/ozcar-theia/c_6e0a5597> ;
  skos:prefLabel "Temporal mean of carbon dioxide concentration in atmosphere at 18 meters height"@en ;
  skos:broader <https://w3id.org/ozcar-theia/c_4778312e> ;
  ns1:simplifiedLabel "Atmosphere carbon dioxide concentration"@en ;
  dc:modified "2022-06-01T09:02:06"^^xsd:dateTime ;
  ns2:statisticalMeasure ns1:c_37699a89 ;
  ns0:hasObjectOfInterest ns1:c_8f63de36 ;
  ns0:hasConstraint ns1:c_f81c1fe3 ;
  skos:inScheme ns1: .

ns1:c_135a2be5
  skos:prefLabel "Concentration"@en ;
  a ns0:Property, skos:Concept .

ns1:c_6e0a5597
  skos:prefLabel "Atmosphere"@en ;
  a ns0:Entity, skos:Concept .

ns1:c_4778312e
  skos:prefLabel "Temporal mean of carbon dioxide concentration in atmosphere"@en ;
  a ns0:Variable, skos:Concept ;
  skos:narrower ns1:c_78ad57eb .

