@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_171-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "polyspermie"@fr ;
  a skosxl:Label .

<https://opendata.inra.fr/BRMH/> a skos:ConceptScheme .
<https://opendata.inra.fr/BRMH/Reproduction_biology>
  skos:prefLabel "Reproduction biology"@en, "Biologie de la reproduction"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <https://opendata.inra.fr/BRMH/171> .

<https://opendata.inra.fr/BRMH/171>
  dc11:subject "Biologie de la reproduction"@fr, "Reproduction biology"@en ;
  skos:note "Sub-zonal injection of spermatozoa (SZI) has two major limitations. The first is the variable and relatively low fertilization rates that are routinely achieved, and the second is the high level of polyspermy (fertilization of the egg by two or more spermatozoa) that can result when multiple spermatozoa are injected into the perivitelline space. (Source : INRA)"@en, "Les embryons polyspermiques ne sont pas viables. (Source : INRA)"@fr ;
  skos:inScheme <https://opendata.inra.fr/BRMH/> ;
  skos:prefLabel "polyspermie"@fr, "polyspermy"@en ;
  skos:definition "Fécondation d'un ovocyte par deux ou plusieurs spermatozoïdes. (Source : INRA)"@fr ;
  a skos:Concept ;
  skosxl:prefLabel <https://opendata.inra.fr/BRMH/xl_fr_171-1> .

