@prefix schema: <https://schema.org/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix emsenn: <https://emsenn.net/vocab#> .

<https://emsenn.net/blog/2025-12-11-adapting-in-a-world-that-wont-hold-key/>
  rdf:type schema:Article ;
  schema:url <https://emsenn.net/blog/2025-12-11-adapting-in-a-world-that-wont-hold-key/> ;
  schema:name "Adapting in a world that won't hold the key" ;
  schema:datePublished "2025-12-11" ;
  schema:dateModified "2025-12-11" ;
  emsenn:Author "emsenn" ;
  schema:keywords "Erdogicity" , "ClimateAdaptation" ;
  schema:identifier <https://emsenn.net/blog/2025-12-11-adapting-in-a-world-that-wont-hold-key/> .

