@prefix lexinfo: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@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/> .

<https://opendata.inra.fr/BRMH/xl_fr_7-1>
  lexinfo:gender "masculin"@fr, "masculine"@en ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "animal transgénique fondateur"@fr ;
  a skosxl:Label .

<https://opendata.inra.fr/BRMH/> a skos:ConceptScheme .
<https://opendata.inra.fr/BRMH/Genetics_and_heredity>
  skos:prefLabel "Genetics and heredity"@en, "Génétique et hérédité"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <https://opendata.inra.fr/BRMH/7> .

<https://opendata.inra.fr/BRMH/Biotechnology_and_applied_microbiology>
  skos:prefLabel "Biotechnology and applied microbiology"@en, "Biotechnologies et microbiologie appliquée"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <https://opendata.inra.fr/BRMH/7> .

<https://opendata.inra.fr/BRMH/7>
  skosxl:prefLabel <https://opendata.inra.fr/BRMH/xl_fr_7-1> ;
  dc11:subject "Biotechnology and applied microbiology"@en, "Biotechnologies et microbiologie appliquée"@fr, "Genetics and heredity"@en, "Génétique et hérédité"@fr ;
  a skos:Concept ;
  skos:inScheme <https://opendata.inra.fr/BRMH/> ;
  skos:prefLabel "animal transgénique fondateur"@fr, "founder transgenic"@en .

