@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#> .

thesaurusinrae:mt_48
  skos:prefLabel "AGR animal husbandry and breeding"@en, "AGR pratiques d'élevage et expérimentations"@fr ;
  a skos:ConceptScheme ;
  skos:hasTopConcept thesaurusinrae:c_1930 .

thesaurusinrae:c_1930
  skos:topConceptOf thesaurusinrae:mt_48 ;
  skos:prefLabel "diagnostic de gestation"@fr, "pregnancy diagnosis"@en ;
  skos:inScheme thesaurusinrae:mt_48, thesaurusinrae:thesaurusINRAE ;
  skos:broader thesaurusinrae:d_0203 ;
  a skos:Concept .

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

thesaurusinrae:d_0203
  skos:prefLabel "02.03 ANIMAL HUSBANDRY AND BREEDING"@en, "02.03 PRATIQUES D'ÉLEVAGE ET EXPÉRIMENTATIONS"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_1930 .

