@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

dc:isReplacedBy
  rdfs:subPropertyOf dc:relation, dc11:relation ;
  rdfs:comment "A related resource that supplants, displaces, or supersedes the described resource."@en ;
  rdfs:label "Is Replaced By"@en .

thesaurusinrae:d_0504
  skos:prefLabel "05.04 ANATOMY AND BODY FLUIDS"@en, "05.04 ANATOMIE ET FLUIDES BIOLOGIQUES"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_9155 .

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

thesaurusinrae:c_9155
  skos:prefLabel "thyroïde"@fr, "thyroid"@en ;
  skos:broader thesaurusinrae:d_0504 ;
  skos:inScheme thesaurusinrae:mt_63, thesaurusinrae:thesaurusINRAE ;
  dc:created "2021-12-27T11:08:53"^^xsd:dateTime ;
  dc:isReplacedBy thesaurusinrae:c_19246 ;
  owl:deprecated true ;
  skos:topConceptOf thesaurusinrae:mt_63 ;
  a skos:Concept ;
  dc:modified "2022-05-04T10:29:17"^^xsd:dateTime .

thesaurusinrae:mt_63
  skos:prefLabel "BIO anatomy and body fluids"@en, "BIO anatomie et fluides biologiques"@fr ;
  a skos:ConceptScheme ;
  skos:hasTopConcept thesaurusinrae:c_9155 .

thesaurusinrae:c_19246
  skos:prefLabel "glande thyroïde"@fr, "thyroid gland"@en ;
  a skos:Concept .

