@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:Policy_and_Regulation
  a skos:Concept ;
  skos:broader cnt:Supporting_energy_transition ;
  skos:definition "Policy and Regulation for Energy Transition refer to the frameworks, laws, and guidelines established by governments and regulatory bodies to facilitate the shift from conventional energy systems to sustainable, low-carbon energy sources. These policies and regulations include incentives for renewable energy adoption, emission reduction targets, carbon pricing, energy efficiency standards, and market reforms. They are essential for creating a stable environment that encourages investment, innovation, and the widespread implementation of sustainable energy solutions."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Policy and Regulation"@en, "Politik und Regulierung"@de .

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

