@prefix x64: <http://data.loterre.fr/ark:/67375/X64> .
@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#> .

x64: a skos:ConceptScheme .
x64:-Processus_mental
  skos:prefLabel "Mental process"@en, "Processus mental"@fr ;
  a isothes:ConceptGroup ;
  skos:member x64:-GC49GPF2-W .

x64:-GC49GPF2-W
  inist:semCategory "Mental process"@en, "Processus mental"@fr ;
  skos:hiddenLabel "Grammatical choice"@en ;
  a skos:Concept ;
  skos:inScheme x64: ;
  skos:prefLabel "choix grammatical"@fr, "grammatical choice"@en .

