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

tag:trump  a            sl:Tag ;
        skos:prefLabel  "Trump" .

<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:negociations_climat
        a               sl:Tag ;
        skos:prefLabel  "Négociations climat" .

tag:diplomatie_americaine
        a               sl:Tag ;
        skos:prefLabel  "Diplomatie américaine" .

tag:diplomatie_trump  a   sl:Tag ;
        rdfs:isDefinedBy  tag:diplomatie_trump.n3 ;
        skos:broader      tag:trump , tag:diplomatie_americaine ;
        skos:prefLabel    "Diplomatie Trump" ;
        foaf:page         tag:diplomatie_trump.html .
