@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-95KP57X6-C>
  skos:prefLabel "évitement"@fr ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/2CX-KS872DSG-H> .

<http://data.loterre.fr/ark:/67375/2CX-568P3SQB-D>
  skos:prefLabel "syndrome post-traumatique"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/2CX-KS872DSG-H> .

<http://data.loterre.fr/ark:/67375/2CX-KS872DSG-H>
  skos:related <http://data.loterre.fr/ark:/67375/2CX-95KP57X6-C> ;
  dc:created "2021-07-01"^^xsd:date ;
  skos:hiddenLabel "SYNDROME D’EVITEMENT"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/2CX> ;
  skos:broader <http://data.loterre.fr/ark:/67375/2CX-568P3SQB-D> ;
  skos:prefLabel "syndrome d’évitement"@fr .

