@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:-BN2341W2-Z .

p21:-BN2341W2-Z
  skos:inScheme p21: ;
  inist:semCategory "Function"@en, "Fonction"@fr ;
  skos:hiddenLabel "Orphelin"@fr, "Orphan"@en ;
  skos:exactMatch <http://dbpedia.org/resource/Orphan> ;
  a skos:Concept ;
  skos:prefLabel "orphan"@en, "orphelin"@fr ;
  skos:definition "Un orphelin (du grec ancien orphanós) ou une orpheline est un enfant (mineur) dont le père et la mère sont décédés, ou dont l'un des deux parents est décédé, ou par extension, disparu(s) définitivement. (Source : DBpedia)"@fr .

p21: a skos:ConceptScheme .
