@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:Energy_Transmission_and_Distribution
  a skos:Concept ;
  skos:broader cnt:Sustainable_energy_supply ;
  skos:definition "Energy Transmission and Distribution refers to the network and processes involved in transporting electricity or other energy forms from generation sites to end users. Transmission involves high-voltage lines that carry energy over long distances, while distribution systems manage lower-voltage delivery to homes, businesses, and industries. Effective transmission and distribution systems are essential for integrating renewable energy, maintaining grid stability, and ensuring reliable energy supply as part of the sustainable energy transition."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:narrower cnt:Grid_expansion ;
  skos:prefLabel "Energy transmission and distribution"@en, "Übertragung und Verteilung von Energie"@de .

cnt:Grid_expansion
  a skos:Concept ;
  skos:broader cnt:Energy_Transmission_and_Distribution ;
  skos:prefLabel "Grid expansion"@en, "Ausbau des Netzes"@de .

cnt:Sustainable_energy_supply
  a skos:Concept ;
  skos:narrower cnt:Energy_Transmission_and_Distribution ;
  skos:prefLabel "Sustainable energy supply"@en, "Nachhaltige Energieversorgung"@de .

