@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/2CX> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/2CX-1KP7NBQC-D>
  skos:prefLabel "souvenir"@fr ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/2CX-V7FM5JBS-N> .

<http://data.loterre.fr/ark:/67375/2CX-V7FM5JBS-N>
  skos:related <http://data.loterre.fr/ark:/67375/2CX-1KP7NBQC-D> ;
  skos:scopeNote "Désigne le processus par lequel on se souvient des événements vécus avec leur contexte (date, lieu, état émotionnel)."@fr ;
  dc:created "2021-07-01"^^xsd:date ;
  skos:hiddenLabel "MEMOIRE AUTOBIOGRAPHIQUE"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/2CX> ;
  skos:broader <http://data.loterre.fr/ark:/67375/2CX-GWJK5BVM-K> ;
  skos:prefLabel "mémoire autobiographique"@fr .

<http://data.loterre.fr/ark:/67375/2CX-GWJK5BVM-K>
  skos:prefLabel "mémoire à long terme"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/2CX-V7FM5JBS-N> .

