@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cnt: <https://vocabulary.oneofftech.xyz/cnt/> .

skos:inScheme rdfs:subPropertyOf [ ], [ ] .
cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions
  a skos:Concept ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:narrower cnt:Supporting_the_development_of_ambitious_NDCs, cnt:Supporting_decarbonisation_of_industry, cnt:Support_Mobility_transition, cnt:Supporting_energy_transition ;
  skos:prefLabel "Funding area I: mitigating greenhouse gas emissions"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Supporting_the_development_of_ambitious_NDCs
  a skos:Concept ;
  skos:broader cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions ;
  skos:prefLabel "Support the development of ambitious NDCs and LTSs"@en .

cnt:Supporting_decarbonisation_of_industry
  a skos:Concept ;
  skos:broader cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions ;
  skos:prefLabel "Support decarbonisation of industry"@en .

cnt:Support_Mobility_transition
  a skos:Concept ;
  skos:broader cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions ;
  skos:prefLabel "Support mobility transition"@en .

cnt:Supporting_energy_transition
  a skos:Concept ;
  skos:broader cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions ;
  skos:prefLabel "Support energy transition"@en, "Unterstützung der Energiewende"@de .

cnt:Thematic_knowledge
  a skos:ConceptScheme ;
  skos:hasTopConcept cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions ;
  skos:prefLabel "Climate Network Thematic Knowledge"@en, "Climate Network Themenwissen"@de .

