@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-R8SXSQ9C-B>
  skos:related <http://data.loterre.fr/ark:/67375/2CX-3H5LWFHP-4> ;
  dc:created "2021-07-01"^^xsd:date ;
  skos:hiddenLabel "CALCUL"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/2CX> ;
  skos:broader <http://data.loterre.fr/ark:/67375/2CX-DTP4CTJN-2> ;
  skos:prefLabel "calcul"@fr .

<http://data.loterre.fr/ark:/67375/2CX-3H5LWFHP-4>
  skos:prefLabel "nombre"@fr ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/2CX-R8SXSQ9C-B> .

<http://data.loterre.fr/ark:/67375/2CX-DTP4CTJN-2>
  skos:prefLabel "apprentissage scolaire"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/2CX-R8SXSQ9C-B> .

