@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-MCVSGTCF-D>
  skos:prefLabel "religion"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/2CX-TRLDBM32-2> .

<http://data.loterre.fr/ark:/67375/2CX-TRLDBM32-2>
  a skos:Concept ;
  skos:altLabel "prêtre"@fr, "imam"@fr, "pasteur"@fr, "rabbin"@fr, "pope"@fr, "curé"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/2CX> ;
  skos:prefLabel "représentant du culte"@fr ;
  skos:hiddenLabel "REPRESENTANT DU CULTE"@fr ;
  dc:created "2016-07-01"^^xsd:date ;
  skos:broader <http://data.loterre.fr/ark:/67375/2CX-MCVSGTCF-D> .

