@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 "INRAE thesaurus"@en, "Thésaurus INRAE"@fr ;
  a <http://www.w3.org/ns/adms#Asset>, skos:ConceptScheme, owl:Ontology .

thesaurusinrae:c_8631b30b
  dc:created "2023-01-24T11:00:13"^^xsd:dateTime ;
  dc:modified "2023-01-24T11:00:24"^^xsd:dateTime ;
  skos:topConceptOf thesaurusinrae:mt_20962 ;
  skos:prefLabel "story map"@en, "cartographie narrative"@fr ;
  skos:inScheme thesaurusinrae:mt_20962, thesaurusinrae:thesaurusINRAE ;
  skos:broader thesaurusinrae:d_0708 ;
  a skos:Concept .

thesaurusinrae:d_0708
  skos:prefLabel "07.08 INFORMATION AND COMMUNICATION"@en, "07.08 INFORMATION ET COMMUNICATION"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_8631b30b .

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

