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

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

skos:inScheme rdfs:subPropertyOf [ ], [ ] .
cnt:Supporting_decarbonisation_of_industry
  a skos:Concept ;
  skos:broader cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Support decarbonisation of industry"@en .

cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions
  a skos:Concept ;
  skos:narrower cnt:Supporting_decarbonisation_of_industry ;
  skos:prefLabel "Funding area I: mitigating greenhouse gas emissions"@en .

