@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_4-1>
  lexinfo:gender "masculin"@fr, "masculine"@en ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "animal hétérozygote"@fr ;
  a skosxl:Label .

<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/4> .

<https://opendata.inra.fr/BRMH/4>
  skos:note "heterozygote is a noun, while heterozygous is an adjective. (Source : INRA)"@en ;
  skosxl:prefLabel <https://opendata.inra.fr/BRMH/xl_fr_4-1> ;
  skos:definition "Animal possédant deux allèles différents sur au moins un locus donné (emplacement) de deux chromosomes homologues. (Source : INRA)"@fr ;
  dc11:subject "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 hétérozygote"@fr, "heterozygous animal"@en .

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