@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#> .
@prefix sdg: <https://vocabulary.oneofftech.xyz/sdg/> .

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

skos:inScheme rdfs:subPropertyOf [ ], [ ] .
cnt:Financing_energy_transition_technologies
  a skos:Concept ;
  skos:broader cnt:Supporting_energy_transition ;
  skos:definition "Financing Energy Transition Technologies involves providing capital and investment to support the development, deployment, and scaling of innovative technologies that facilitate the shift to a low-carbon, sustainable energy system. Effective financing mechanisms, such as green bonds, public-private partnerships, and climate-focused investment funds, are critical to accelerating the adoption of these technologies and achieving global decarbonization goals."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:note """SDG - 7.a
By 2030, enhance international cooperation to facilitate access to clean energy research and technology, including renewable energy, energy efficiency and advanced and cleaner fossil-fuel technology, and promote investment in energy infrastructure and clean energy technology"""@en ;
  skos:prefLabel "Financing energy transition technologies"@en, "Finanzierung von Technologien für die Energiewende"@de ;
  skos:relatedMatch sdg:7.a .

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

sdg:7.a skos:relatedMatch cnt:Financing_energy_transition_technologies .
