@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:-ZHW46WPV-F .

p21: a skos:ConceptScheme .
p21:-ZHW46WPV-F
  skos:hiddenLabel "Guerrier"@fr, "Warrior"@en ;
  skos:inScheme p21: ;
  skos:prefLabel "guerrier"@fr, "warrior"@en ;
  inist:semCategory "Function"@en, "Fonction"@fr ;
  a skos:Concept ;
  skos:exactMatch <http://dbpedia.org/resource/Warrior> ;
  skos:definition "Un guerrier est une personne spécialisée dans le combat ou la guerre, en particulier dans le contexte d'une société de culture guerrière tribale ou basée sur le clan qui reconnaît une classe ou une caste de guerriers distincte. (Source : DBpedia)"@fr .

