@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 dc: <http://purl.org/dc/terms/> .

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

skos:inScheme rdfs:subPropertyOf [ ], [ ] .
cnt:Wind_energy
  a skos:Concept ;
  dc:description "Wind Energy is the energy harnessed from the kinetic power of wind and converted into electricity using wind turbines. As a clean and renewable source, wind energy generates no direct greenhouse gas emissions and contributes significantly to the reduction of fossil fuel dependence. Wind energy systems can be deployed onshore or offshore and play a vital role in achieving global sustainability and decarbonization goals."@en ;
  skos:altLabel "Windenergie"@de ;
  skos:broader cnt:Renewable_energies ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Wind Energy"@en .

cnt:Renewable_energies
  a skos:Concept ;
  skos:narrower cnt:Wind_energy ;
  skos:prefLabel "Renewable energy"@en, "Erneuerbare Energie"@de .

