@prefix p21: <http://data.loterre.fr/ark:/67375/P21> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

p21:-Fonction
  skos:prefLabel "Fonction"@fr, "Function"@en ;
  a isothes:ConceptGroup ;
  skos:member p21:-GM0XWLMN-B .

p21:-GM0XWLMN-B
  a skos:Concept ;
  skos:hiddenLabel "Orateur"@fr, "Orator"@en ;
  skos:definition "Un orateur ou une oratrice est une personne qui tient des discours en public. (Source : DBpedia)"@fr ;
  skos:inScheme p21: ;
  inist:semCategory "Function"@en, "Fonction"@fr ;
  skos:prefLabel "orator"@en, "orateur"@fr ;
  skos:exactMatch <http://dbpedia.org/resource/Orator> .

p21: a skos:ConceptScheme .
