@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://passeurdesciences.blog.lemonde.fr/2013/03/06/un-virus-prend-la-bacterie-du-cholera-a-son-propre-piege/>
        dc:title         "Un virus prend la bactérie du choléra à son propre piège | Passeur de sciences" ;
        sl:creationDate  "2013-03-07" ;
        sl:tag           tag:virus , tag:immune_system , tag:bacteries .

tag:camelides  a        sl:Tag ;
        skos:prefLabel  "Camelidés" .

tag:documentaire_tv  a  sl:Tag ;
        skos:prefLabel  "Documentaire TV" .

tag:arte  a             sl:Tag ;
        skos:prefLabel  "Arte" .

tag:bat  a              sl:Tag ;
        skos:prefLabel  "Bat" .

tag:sida  a             sl:Tag ;
        skos:broader    tag:immune_system ;
        skos:prefLabel  "Sida" .

<http://animaux.blog.lemonde.fr/2013/03/12/peut-on-guerir-le-diable-du-cancer/>
        dc:title         "Peut-on guérir le diable du cancer? | Un éléphant dans mon salon" ;
        sl:creationDate  "2013-03-12" ;
        sl:tag           tag:tasmanian_devil , tag:immune_system .

<http://www.semanlink.net/doc/2025/01/un_remede_de_chameau_la_revol>
        dc:title         "Un remède de chameau - La révolution des nanocorps - ARTE" ;
        sl:comment       "comment des étudiants peu coopératifs dans un TP sont à l'origine d'une découverte médicale importante" ;
        sl:creationDate  "2025-01-25" ;
        sl:tag           tag:immune_system , tag:histoire_des_sciences , tag:documentaire_tv , tag:camelides , tag:arte .

tag:virus  a            sl:Tag ;
        skos:prefLabel  "Virus" .

tag:biologie  a         sl:Tag ;
        skos:prefLabel  "Biology" .

tag:histoire_des_sciences
        a               sl:Tag ;
        skos:prefLabel  "Histoire des sciences" .

tag:bacteries  a        sl:Tag ;
        skos:prefLabel  "Bacteria" .

tag:tasmanian_devil  a  sl:Tag ;
        skos:prefLabel  "Tasmanian devil" .

tag:adn  a              sl:Tag ;
        skos:prefLabel  "ADN" .

<http://www.sciencemag.org/news/2016/03/viral-fossils-our-dna-may-help-us-fight-infection>
        dc:title         "Viral ‘fossils’ in our DNA may help us fight infection | Science | AAAS" ;
        sl:creationDate  "2016-03-28" ;
        sl:tag           tag:virus , tag:immune_system , tag:adn .

tag:immune_system  a      sl:Tag ;
        rdfs:isDefinedBy  tag:immune_system.n3 ;
        skos:broader      tag:biologie ;
        skos:prefLabel    "Immune system" ;
        skos:related      tag:virus ;
        foaf:page         tag:immune_system.html .

<http://www.newscientist.com/article/dn23020-did-learning-to-fly-give-bats-superimmunity.html>
        dc:title         "Did learning to fly give bats super-immunity? - New Scientist" ;
        sl:creationDate  "2012-12-30" ;
        sl:tag           tag:virus , tag:immune_system , tag:bat .
