@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:-Concept
  skos:prefLabel "Concept"@fr, "Concept"@en ;
  a isothes:ConceptGroup ;
  skos:member p21:-TTJCH1GN-V .

p21:-TTJCH1GN-V
  skos:exactMatch <http://dbpedia.org/resource/Individual> ;
  skos:definition "Dans le langage courant, un individu désigne une personne, et le terme peut avoir des acceptions sensiblement différentes suivant les disciplines. (Source : DBpedia)"@fr ;
  skos:prefLabel "individu"@fr, "individual"@en ;
  a skos:Concept ;
  skos:hiddenLabel "Individual"@en, "Individu"@fr ;
  skos:inScheme p21: ;
  inist:semCategory "Concept"@en, "Concept"@fr .

p21: a skos:ConceptScheme .
