@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_21062
  skos:altLabel "ICT"@en, "TIC"@fr ;
  a skos:Concept ;
  dc:modified "2021-02-05T16:48:23"^^xsd:dateTime ;
  skos:prefLabel "technologie de l'information et de la communication"@fr, "information communication technology"@en ;
  skos:topConceptOf thesaurusinrae:mt_20962 ;
  skos:inScheme thesaurusinrae:thesaurusINRAE, thesaurusinrae:mt_20962 ;
  skos:broader thesaurusinrae:d_0708 .

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

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

