@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sl:    <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tag:   <http://www.semanlink.net/tag/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://www.semanlink.net/doc/2025/11/at_cop30_in_belem_brazil_chin>
        dc:title         "At COP30 in Belém, Brazil, Chinese Technology Is Shifting Climate Politics - The New York Times" ;
        sl:creationDate  "2025-11-11" ;
        sl:tag           tag:cop30_in_belem , tag:climate_politics , tag:chine_ecologie .

tag:cop30_in_belem  a   sl:Tag ;
        skos:prefLabel  "COP30 in Belem" .

tag:chine_ecologie  a   sl:Tag ;
        skos:prefLabel  "Chine : écologie" .

tag:climate_politics  a   sl:Tag ;
        rdfs:isDefinedBy  tag:climate_politics.n3 ;
        skos:prefLabel    "Climate Politics" ;
        foaf:page         tag:climate_politics.html .
