@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:Bioenergy
  a skos:Concept ;
  skos:broader cnt:Renewable_energies ;
  skos:definition "Bioenergy is energy derived from organic materials, known as biomass, such as plants, agricultural residues, wood, and organic waste. It can be converted into electricity, heat, or biofuels (e.g., biodiesel, bioethanol) through various processes, including combustion, fermentation, and anaerobic digestion. As a renewable energy source, bioenergy contributes to reducing greenhouse gas emissions and supports the sustainable use of biological resources in the energy transition."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:narrower cnt:Biofuel-fired_power_plants ;
  skos:prefLabel "Bioenergy"@en, "Bioenergie"@de .

cnt:Renewable_energies
  a skos:Concept ;
  skos:narrower cnt:Bioenergy ;
  skos:prefLabel "Renewable energy"@en, "Erneuerbare Energie"@de .

cnt:Biofuel-fired_power_plants
  a skos:Concept ;
  skos:broader cnt:Bioenergy ;
  skos:prefLabel "Mit Biokraftstoff betriebene Kraftwerke"@de, "Biofuel-fired power plants"@en .

