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

<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_d9824eec>
  skos:prefLabel "Atmosphere variable"@en ;
  a <https://w3id.org/ozcar-theia/CategoryOfVariable>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_23c8c514> .

<https://w3id.org/ozcar-theia/c_23c8c514>
  ns0:simplifiedLabel "Atmospheric temperature"@en ;
  skos:broader ns0:c_d9824eec ;
  skos:narrower ns0:c_6f0c66da, ns0:c_6555e6c9 ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme ns0: ;
  skos:prefLabel "Atmospheric temperature variable"@en ;
  a ns0:CategoryOfVariable, skos:Concept .

ns0:c_6555e6c9
  skos:prefLabel "Dew point temperature"@en ;
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  skos:broader ns0:c_23c8c514 .

ns0:c_6f0c66da
  skos:prefLabel "Air temperature"@en ;
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  skos:broader ns0:c_23c8c514 .

ns0:CategoryOfVariable
  rdfs:label "Category of variable"@en ;
  a owl:Class .

ns0: a skos:ConceptScheme, owl:Ontology .
