@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/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-Z2JMXLVH-K>
  skos:prefLabel "données"@fr, "data"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-R0X3QCSR-K> .

<http://data.loterre.fr/ark:/67375/23L-NMS0MCRX-J>
  skos:prefLabel "clustering"@en, "partitionnement"@fr ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/23L-R0X3QCSR-K> .

<http://data.loterre.fr/ark:/67375/23L-C3D22B66-C>
  skos:prefLabel "unsupervised learning"@en, "apprentissage non supervisé"@fr ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/23L-R0X3QCSR-K> .

<http://data.loterre.fr/ark:/67375/23L-R0X3QCSR-K>
  skos:related <http://data.loterre.fr/ark:/67375/23L-NMS0MCRX-J>, <http://data.loterre.fr/ark:/67375/23L-C3D22B66-C> ;
  skos:altLabel "exemple non étiqueté"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-Z2JMXLVH-K> ;
  skos:prefLabel "donnée non étiquetée"@fr, "unlabeled data"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  dc:modified "2025-07-23T09:36:52"^^xsd:dateTime ;
  a skos:Concept .

