@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/> .

tag:cop  a              sl:Tag ;
        skos:prefLabel  "COP" .

tag:cop30_in_belem  a     sl:Tag ;
        rdfs:isDefinedBy  tag:cop30_in_belem.n3 ;
        skos:broader      tag:cop , tag:belem ;
        skos:prefLabel    "COP30 in Belem" ;
        foaf:page         tag:cop30_in_belem.html .

tag:climate_politics  a  sl:Tag ;
        skos:prefLabel  "Climate Politics" .

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

tag:belem  a            sl:Tag ;
        skos:prefLabel  "Belém" .

<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 .
