@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cnt: <https://vocabulary.oneofftech.xyz/cnt/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dc: <http://purl.org/dc/terms/> .

skos:inScheme rdfs:subPropertyOf [ ], [ ] .
cnt:Thematic_knowledge
  a skos:ConceptScheme ;
  dc11:source <https://oneofftech.xyz/blog/skos-for-km> ;
  dc:creator "Oneofftech-UG (haftungsbeschränkt)"@en ;
  dc:description "The Climate Network Terminology builds on the analysis of publicly available strategy documents from a climate stakeholder network. This initial beta version places greater emphasis on energy-related topics and is intended as a draft, limited to specific user stories, solely for the purpose of testing AI-powered workflows within the network."@en ;
  dc:license <https://spdx.org/licenses/CC-BY-NC-4.0.html> ;
  dc:publisher "Oneofftech-UG (haftungsbeschränkt)"@en ;
  skos:hasTopConcept cnt:Approach, cnt:Funding_area_II:_adapting_to_the_impacts_of_climate_change, cnt:Funding_area_III:_conserving_and_restoring_of_natural_carbon_sinks, cnt:Funding_area_IV:_conserving_biological_diversity, cnt:IKI_knowledge_about_threads_for_ecosystems, cnt:Knowledge_on_ecosystems, cnt:Objective, cnt:Sector, cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions, cnt:Target_group, cnt:approach_category ;
  skos:inScheme cnt:Thematic_knowledge ;
  skos:prefLabel "Climate Network Themenwissen"@de, "Climate Network Thematic Knowledge"@en .

cnt:approach_category
  a skos:Concept ;
  skos:prefLabel "Methodology"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Target_group
  a skos:Concept ;
  skos:prefLabel "Target group"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Funding_area_I:_mitigating_greenhouse_gas_emissions
  a skos:Concept ;
  skos:prefLabel "Funding area I: mitigating greenhouse gas emissions"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Sector
  a skos:Concept ;
  skos:prefLabel "Sector"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Objective
  a skos:Concept ;
  skos:prefLabel "CNT-Objective"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Knowledge_on_ecosystems
  a skos:Concept ;
  skos:prefLabel "Ecosystem"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:IKI_knowledge_about_threads_for_ecosystems
  a skos:Concept ;
  skos:prefLabel "Thread for ecosystem"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Funding_area_IV:_conserving_biological_diversity
  a skos:Concept ;
  skos:prefLabel "Funding area IV: conserving biological diversity"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Funding_area_III:_conserving_and_restoring_of_natural_carbon_sinks
  a skos:Concept ;
  skos:prefLabel "Funding area III: conserving and restoring of natural carbon sinks"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Funding_area_II:_adapting_to_the_impacts_of_climate_change
  a skos:Concept ;
  skos:prefLabel "Funding area II: adapting to the impacts of climate change"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

cnt:Approach
  a skos:Concept ;
  skos:prefLabel "Approach"@en ;
  skos:topConceptOf cnt:Thematic_knowledge .

