@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix lexinfo: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .

<https://opendata.inra.fr/EMTD/Microbiology>
  skos:prefLabel "Microbiologie"@fr, "Microbiology"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <https://opendata.inra.fr/EMTD/90> .

<https://opendata.inra.fr/EMTD/90>
  skos:inScheme <https://opendata.inra.fr/EMTD/> ;
  skos:prefLabel "toxine bactérienne"@fr, "bacterial toxin"@en ;
  a skos:Concept ;
  skos:note "Il existe plusieurs classifications des toxines bactériennes, mais la distinction entre endotoxine et exotoxine tend à être remplacée par une classification selon leur nature, leur structure, leur mode d'action et leur cible. (Source : INRA)"@fr ;
  dc11:subject "Microbiologie"@fr, "Microbiology"@en ;
  skosxl:prefLabel <https://opendata.inra.fr/EMTD/xl_fr_90-1> ;
  skos:definition "Substance pathogène et antigénique élaborée par une bactérie. (Source : INRA)"@fr, "Bacterial toxin: any toxin produced by bacteria; unless otherwise specified, the term refers to a soluble exotoxin rather than to an endotoxin. (Source : INRA)"@en .

<https://opendata.inra.fr/EMTD/xl_fr_90-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "toxine bactérienne"@fr ;
  a skosxl:Label .

<https://opendata.inra.fr/EMTD/> a skos:ConceptScheme .
