@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:Biofuel-fired_power_plants
  a skos:Concept ;
  skos:broader cnt:Bioenergy ;
  skos:definition "Use of solids and liquids produced from biomass for direct power generation. Also includes biogases from anaerobic fermentation (e.g. landfill gas, sewage sludge gas, fermentation of energy crops and manure) and thermal processes (also known as syngas); waste-fired power plants making use of biodegradable municipal waste (household waste and waste from companies and public services that resembles household waste, collected at installations specifically designed for their disposal with recovery of combustible liquids, gases or heat)."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Mit Biokraftstoff betriebene Kraftwerke"@de, "Biofuel-fired power plants"@en .

cnt:Bioenergy
  a skos:Concept ;
  skos:narrower cnt:Biofuel-fired_power_plants ;
  skos:prefLabel "Bioenergy"@en, "Bioenergie"@de .

