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

thesaurusinrae:c_10982
  a skos:Concept ;
  skos:altLabel "vedette matière"@fr, "subject heading"@en ;
  dc:modified "2022-05-20T15:15:20"^^xsd:dateTime ;
  skos:inScheme thesaurusinrae:thesaurusINRAE, thesaurusinrae:mt_20962 ;
  skos:prefLabel "descripteur"@fr, "descriptor"@en ;
  skos:topConceptOf thesaurusinrae:mt_20962 ;
  skos:broader thesaurusinrae:d_0708 .

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_0708
  skos:prefLabel "07.08 INFORMATION AND COMMUNICATION"@en, "07.08 INFORMATION ET COMMUNICATION"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_10982 .

thesaurusinrae:mt_20962
  skos:prefLabel "SSH information and communication"@en, "SHS information et communication"@fr ;
  a skos:ConceptScheme ;
  skos:hasTopConcept thesaurusinrae:c_10982 .

