@prefix thesaurusinrae: <http://opendata.inrae.fr/thesaurusINRAE/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

thesaurusinrae:thesaurusINRAE
  skos:prefLabel "Thésaurus INRAE"@fr, "INRAE thesaurus"@en ;
  a <http://www.w3.org/ns/adms#Asset>, owl:Ontology, skos:ConceptScheme .

thesaurusinrae:c_6151
  skos:altLabel "pregnancy duration"@en ;
  dc:modified "2021-03-13T11:48:04"^^xsd:dateTime ;
  skos:topConceptOf thesaurusinrae:mt_72 ;
  skos:broader thesaurusinrae:d_0505 ;
  skos:inScheme thesaurusinrae:mt_72, thesaurusinrae:thesaurusINRAE ;
  skos:prefLabel "durée de gestation"@fr, "gestation length"@en ;
  a skos:Concept .

thesaurusinrae:d_0505
  skos:prefLabel "05.05 PHYSIOLOGY"@en, "05.05 PHYSIOLOGIE"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_6151 .

thesaurusinrae:mt_72
  skos:prefLabel "BIO physiologie"@fr, "BIO physiology"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept thesaurusinrae:c_6151 .

