@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:methode_de_gangster
        a               sl:Tag ;
        skos:prefLabel  "Méthode de gangster" .

<http://www.semanlink.net/doc/2025/11/trump_officials_accused_of_bull>
        dc:title         "Trump Officials Accused of Bullying Tactics to Kill a Climate Measure - The New York Times" ;
        sl:creationDate  "2025-11-06" ;
        sl:tag           tag:negociations_climat , tag:methode_de_gangster , tag:diplomatie_trump , tag:rechauffement_climatique .

tag:rechauffement_climatique
        a               sl:Tag ;
        skos:prefLabel  "Climate crisis" .

tag:sommet_de_copenhague
        a               sl:Tag ;
        skos:broader    tag:negociations_climat ;
        skos:prefLabel  "Sommet de Copenhague" .

tag:negociations_climat
        a                 sl:Tag ;
        rdfs:isDefinedBy  tag:negociations_climat.n3 ;
        skos:broader      tag:diplomatie , tag:changement_climatique ;
        skos:prefLabel    "Négociations climat" ;
        foaf:page         tag:negociations_climat.html .

tag:diplomatie_trump  a  sl:Tag ;
        skos:prefLabel  "Diplomatie Trump" .

tag:diplomatie  a       sl:Tag ;
        skos:prefLabel  "Diplomatie" .

tag:changement_climatique
        a               sl:Tag ;
        skos:prefLabel  "Changement climatique" .
