@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix lexinfo: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .

<https://opendata.inra.fr/BRMH/> a skos:ConceptScheme .
<https://opendata.inra.fr/BRMH/xl_fr_178-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "receveuse définitive"@fr ;
  a skosxl:Label .

<https://opendata.inra.fr/BRMH/105>
  skos:prefLabel "temporary recipient animal"@en, "femelle receveuse intermédiaire"@fr ;
  a skos:Concept ;
  skos:related <https://opendata.inra.fr/BRMH/178> .

<https://opendata.inra.fr/BRMH/178>
  skos:related <https://opendata.inra.fr/BRMH/105>, <https://opendata.inra.fr/BRMH/43> ;
  skosxl:prefLabel <https://opendata.inra.fr/BRMH/xl_fr_178-1> ;
  a skos:Concept ;
  skos:inScheme <https://opendata.inra.fr/BRMH/> ;
  skos:prefLabel "receveuse définitive"@fr, "final recipient"@en .

<https://opendata.inra.fr/BRMH/43>
  skos:prefLabel "culture des embryons"@fr, "culture of the embryo"@en ;
  a skos:Concept ;
  skos:related <https://opendata.inra.fr/BRMH/178> .

