@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:regulation_financiere
        a                 sl:Tag ;
        rdfs:isDefinedBy  tag:regulation_financiere.n3 ;
        skos:broader      tag:finance ;
        skos:prefLabel    "Régulation financière" ;
        foaf:page         tag:regulation_financiere.html .

tag:finance  a          sl:Tag ;
        skos:prefLabel  "Finance" .

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

<http://www.semanlink.net/doc/2025/02/l%E2%80%99administration_trump_fait_vol>
        dc:title         "L’administration Trump fait voler en éclats la régulation financière américaine" ;
        sl:comment       "> \"Le CFPB a été créé pour protéger les Américains de la prédation financière et a relativement bien réussi. Mais maintenant, nous avons un gouvernement de et pour les prédateurs financiers.\" ([Paul Krugman](tag:paul_krugman))" ;
        sl:creationDate  "2025-02-27" ;
        sl:tag           tag:trump , tag:regulation_financiere , tag:deregulation .

tag:deregulation  a     sl:Tag ;
        skos:prefLabel  "Dérégulation" .

tag:transparence_financiere
        a               sl:Tag ;
        skos:broader    tag:regulation_financiere ;
        skos:prefLabel  "Transparence financière" .
