@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#> .
@prefix sdg: <https://vocabulary.oneofftech.xyz/sdg/> .

cnt:Thematic_knowledge
  a skos:ConceptScheme ;
  skos:prefLabel "Climate Network Thematic Knowledge"@en, "Climate Network Themenwissen"@de .

skos:inScheme rdfs:subPropertyOf [ ], [ ] .
cnt:Education_and_Workforce_Development
  a skos:Concept ;
  skos:altLabel "Capacity development"@en, "Capacity Building"@en ;
  skos:broader cnt:Supporting_energy_transition ;
  skos:definition "Education and Workforce Development for Energy Transition involve training, educational programs, and skill-building initiatives designed to equip individuals and communities with the knowledge and expertise required to support and accelerate the energy transition. This includes reskilling workers from traditional energy sectors, fostering new competencies in renewable energy technologies, and promoting awareness of sustainable practices. These efforts are crucial for creating a skilled workforce that can meet the demands of emerging industries and ensure a just and inclusive transition to a low-carbon energy future."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Education and Workforce Development"@en, "Bildung und Entwicklung von Arbeitskräften"@de ;
  skos:relatedMatch sdg:4 .

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

sdg:4 skos:relatedMatch cnt:Education_and_Workforce_Development .
