@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-BXF309WL-B>
  skos:scopeNote "Commettre exactement la même infraction dans un délai donné."@fr ;
  dc:created "2021-07-01"^^xsd:date ;
  skos:hiddenLabel "RECIDIVISME"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/2CX> ;
  skos:broader <http://data.loterre.fr/ark:/67375/2CX-RDX3G9CH-V> ;
  skos:prefLabel "récidivisme"@fr ;
  skos:altLabel "récidive légale"@fr .

<http://data.loterre.fr/ark:/67375/2CX-RDX3G9CH-V>
  skos:prefLabel "infraction"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/2CX-BXF309WL-B> .

