@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:Sustainable_Practices_and_Lifestyle_Shifts
  a skos:Concept ;
  skos:broader cnt:Supporting_energy_transition ;
  skos:definition "Sustainable Practices and Lifestyle Shifts refer to changes in daily habits, consumption patterns, and behaviors that reduce environmental impact and promote resource conservation. This includes adopting energy-efficient practices, reducing waste, using renewable energy, and supporting sustainable products and services. These shifts are essential for fostering a culture of sustainability, decreasing carbon footprints, and contributing to the success of the global energy transition."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Sustainable Practices and Lifestyle Shifts"@en, "Nachhaltige Praktiken und veränderter Lebensstil"@de .

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

