@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:Marine_Energy
  a skos:Concept ;
  skos:broader cnt:Renewable_energies ;
  skos:definition "Marine Energy, also known as ocean energy, is the energy harnessed from the movement and thermal properties of ocean and sea waters, including waves, tides, and ocean currents. This renewable energy source can be converted into electricity through various technologies, such as tidal turbines and wave energy converters. Marine energy has significant potential to provide clean, reliable power while contributing to the diversification of sustainable energy systems."@en ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Marine Energy"@en, "Meeresenergie"@de .

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

