@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-JSCMCZKL-K>
  dc:created "2021-07-01"^^xsd:date ;
  skos:hiddenLabel "ACTION DE SENSIBILISATION"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/2CX> ;
  skos:broader <http://data.loterre.fr/ark:/67375/2CX-L7HW9K7N-R> ;
  skos:prefLabel "action de sensibilisation"@fr ;
  skos:altLabel "sensibilisation"@fr .

<http://data.loterre.fr/ark:/67375/2CX-L7HW9K7N-R>
  skos:prefLabel "représentation sociale"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/2CX-JSCMCZKL-K> .

