@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/BRMH/Gynecology_and_obstetrics>
  skos:prefLabel "Gynecology and obstetrics"@en, "Gynécologie et obstétrique"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <https://opendata.inra.fr/BRMH/116> .

<https://opendata.inra.fr/BRMH/> a skos:ConceptScheme .
<https://opendata.inra.fr/BRMH/181>
  skos:prefLabel "embryo reduction"@en, "réduction embryonnaire"@fr ;
  a skos:Concept ;
  skos:related <https://opendata.inra.fr/BRMH/116> .

<https://opendata.inra.fr/BRMH/116>
  skos:inScheme <https://opendata.inra.fr/BRMH/> ;
  skos:note "The incidence of twins, triplets, and higher-order multiple gestations has increased dramatically because of widespread use of ovulation-inducing drugs and advanced assisted reproductive techniques. There is considerable perinatal/maternal morbidity and mortality associated with multifetal gestations. (Source : INRA)"@en ;
  skos:prefLabel "multiple pregnancy"@en, "grossesse multiple"@fr ;
  dc11:subject "Gynecology and obstetrics"@en, "Gynécologie et obstétrique"@fr ;
  a skos:Concept ;
  skos:related <https://opendata.inra.fr/BRMH/181> ;
  skosxl:prefLabel <https://opendata.inra.fr/BRMH/xl_fr_116-1> ;
  skos:altLabel "multiple gestation"@en .

<https://opendata.inra.fr/BRMH/xl_fr_116-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "grossesse multiple"@fr ;
  a skosxl:Label .

