@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:Sector_coupling
  a skos:Concept ;
  skos:broader cnt:Supporting_energy_transition ;
  skos:definition "Sector Coupling refers to the integration and interconnection of different energy-consuming sectors—such as electricity, heating and cooling, transportation, and industry—with the power sector. This approach aims to increase energy system flexibility and efficiency by utilizing renewable electricity across various sectors, promoting electrification, and enabling technologies like power-to-heat, power-to-gas and electric mobility. Sector coupling plays a vital role in decarbonizing the entire energy system and facilitating a holistic energy transition."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Sector coupling"@en, "Sektorkopplung"@de .

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

