@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:Storing_energy
  a skos:Concept ;
  skos:altLabel "Storing energy"@en ;
  skos:broader cnt:Sustainable_energy_supply ;
  skos:definition "Energy Storage refers to the capture and retention of energy for use at a later time, enabling a more flexible and reliable energy supply. This can be achieved through various technologies, including batteries, pumped hydro storage, compressed air energy storage, and thermal storage systems. Energy storage plays a crucial role in balancing supply and demand, integrating renewable energy sources, and enhancing grid stability, making it essential for the transition to a sustainable energy future."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Energy Storage"@en, "Energiespeicherung"@de .

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

