@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:Grid_expansion
  a skos:Concept ;
  skos:broader cnt:Energy_Transmission_and_Distribution ;
  skos:definition "Grid Expansion involves extending and upgrading the electrical grid infrastructure to accommodate growing energy demands, support the integration of renewable energy sources, and enhance energy access. This includes building new transmission lines, substations, and interconnections to connect remote renewable generation sites to consumption areas. Grid expansion is crucial for ensuring reliable energy supply, reducing congestion, and enabling the efficient distribution of low-carbon energy as part of the energy transition."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Grid expansion"@en, "Ausbau des Netzes"@de .

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

