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

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

skos:inScheme rdfs:subPropertyOf [ ], [ ] .
cnt:Sustainable_energy_supply
  a skos:Concept ;
  skos:broader cnt:Supporting_energy_transition ;
  skos:definition "Sustainable Energy Supply refers to the provision of energy that meets current needs without compromising the ability of future generations to meet their own energy requirements. A sustainable energy supply aims to minimize environmental impacts, reduce greenhouse gas emissions, ensure energy security, and promote economic and social equity, all while supporting a reliable and resilient energy system."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:narrower cnt:Storing_energy, cnt:Energy_generation, cnt:Energy_Transmission_and_Distribution, cnt:Green_hydrogen ;
  skos:prefLabel "Sustainable energy supply"@en, "Nachhaltige Energieversorgung"@de ;
  skos:relatedMatch sdg:7.b, crs:236 .

cnt:Storing_energy
  a skos:Concept ;
  skos:broader cnt:Sustainable_energy_supply ;
  skos:prefLabel "Energy Storage"@en, "Energiespeicherung"@de .

cnt:Energy_efficiency skos:broader cnt:Sustainable_energy_supply .
cnt:Energy_generation
  a skos:Concept ;
  skos:broader cnt:Sustainable_energy_supply ;
  skos:prefLabel "Energy generation"@en, "Energieerzeugung"@de .

cnt:Energy_Transmission_and_Distribution
  a skos:Concept ;
  skos:broader cnt:Sustainable_energy_supply ;
  skos:prefLabel "Energy transmission and distribution"@en, "Übertragung und Verteilung von Energie"@de .

cnt:Green_hydrogen
  a skos:Concept ;
  skos:broader cnt:Sustainable_energy_supply ;
  skos:prefLabel "Green hydrogen"@en, "Grüner Wasserstoff"@de .

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

sdg:7.b skos:relatedMatch cnt:Sustainable_energy_supply .
