@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/2022/11/ftx_la_faillite_qui_ebranle_le>
        dc:title         "FTX, la faillite qui ébranle les cryptomonnaies" ;
        sl:creationDate  "2022-11-12" ;
        sl:tag           tag:ftx , tag:faillite , tag:cryptocurrency .

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

tag:bitcoin  a          sl:Tag ;
        skos:broader    tag:cryptocurrency ;
        skos:prefLabel  "Bitcoin" .

tag:electricite  a      sl:Tag ;
        skos:prefLabel  "Electricité" .

<https://www.cringely.com/2018/01/24/prediction-4-bitcoin-crashes-booms-crashes-booms-2018-traders-figure-not-currency/>
        dc:title         "I, Cringely Prediction #4 — Bitcoin stays crazy until traders learn it is not a currency" ;
        sl:creationDate  "2018-02-23" ;
        sl:tag           tag:cryptocurrency , tag:bitcoin .

<http://www.semanlink.net/doc/2023/01/coinbase_licencie_en_masse_pour>
        dc:title         "Coinbase licencie en masse pour se tirer du naufrage des cryptomonnaies" ;
        sl:comment       "> Une certitude semble s’imposer : ce monde [des crypto-monnaies] sera régulé et de plus en plus basé aux Etats-Unis, pas dans des nations lointaines ou des confettis off-shore. Mais, au fond, quel est son intérêt ? Le mystère n’est pas complètement résolu." ;
        sl:creationDate  "2023-01-10" ;
        sl:tag           tag:electricite , tag:cryptocurrency , tag:bitcoin .

<http://www.semanlink.net/doc/2025/03/la_grande_offensive_de_donald_t>
        dc:title         "La grande offensive de Donald Trump sur les cryptomonnaies" ;
        sl:creationDate  "2025-03-07" ;
        sl:tag           tag:trump , tag:cryptocurrency .

tag:faillite  a         sl:Tag ;
        skos:prefLabel  "Faillite" .

tag:ftx  a              sl:Tag ;
        skos:broader    tag:cryptocurrency ;
        skos:prefLabel  "FTX" .

tag:cryptocurrency  a     sl:Tag ;
        rdfs:isDefinedBy  tag:cryptocurrency.n3 ;
        skos:prefLabel    "Cryptocurrency" ;
        foaf:page         tag:cryptocurrency.html .
