@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:rada_mihalcea  a    sl:Tag ;
        skos:prefLabel  "Rada Mihalcea" .

<http://www.courrierinternational.com/article/2009/08/01/un-tour-du-monde-de-l-humour>
        dc:title         "SUPPLÉMENT RIRE • Un tour du monde de l’humour | Courrier international" ;
        sl:creationDate  "2009-11-13" ;
        sl:tag           tag:humour .

tag:cancel_culture  a   sl:Tag ;
        skos:prefLabel  "Cancel culture" .

tag:humour  a             sl:Tag ;
        rdfs:isDefinedBy  <http://semanlink.net/tag/humour.n3> ;
        skos:broader      tag:rigolo ;
        skos:prefLabel    "Humour" ;
        foaf:page         tag:humour.html .

tag:evangelistes  a     sl:Tag ;
        skos:prefLabel  "Evangélistes" .

<http://www.semanlink.net/doc/2020/12/douglas_kennedy_%C2%AB_a_l%E2%80%99ere_de_>
        dc:title         "Douglas Kennedy : « A l’ère de la “cancel culture” – où un simple bon mot peut chambouler votre carrière –, surveiller ce qu’on dit en public est devenu crucial »" ;
        sl:comment       "> o “brasileiro só será livre quando o último Bolsonaro for enforcado nas tripas do último pastor da Igreja Universal”." ;
        sl:creationDate  "2020-12-26" ;
        sl:tag           tag:humour , tag:evangelistes , tag:censorship , tag:cancel_culture , tag:bolsonaro .

tag:rigolo  a           sl:Tag ;
        skos:prefLabel  "Rigolo" .

tag:humour_noir  a      sl:Tag ;
        skos:broader    tag:humour ;
        skos:prefLabel  "Humour noir" .

tag:naive_bayes_classifier
        a               sl:Tag ;
        skos:prefLabel  "Naive Bayes classifier" .

tag:bert  a             sl:Tag ;
        skos:prefLabel  "BERT" .

tag:bolsonaro  a        sl:Tag ;
        skos:prefLabel  "Bolsonaro" .

tag:plantu  a           sl:Tag ;
        skos:broader    tag:humour ;
        skos:prefLabel  "Plantu" .

<http://www.semanlink.net/doc/2019/06/_i_made_a_bet_that_a_naive_baye>
        dc:title         "\"I made a bet that a Naive Bayes classifier would work as well on humor recognition as a neural net with fine-tuned Bert embeddings. I won\"" ;
        sl:comment       "[Jeremy Howard's answer](https://forums.fast.ai/t/nlp-challenge-project/44153)" ;
        sl:creationDate  "2019-06-06" ;
        sl:tag           tag:rada_mihalcea , tag:naive_bayes_classifier , tag:humour , tag:bert .

tag:censorship  a       sl:Tag ;
        skos:prefLabel  "Censorship" .
