@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-L01202RH-Q>
  skos:prefLabel "tâche d'intelligence artificielle"@fr, "task of artificial intelligence"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-NMS0MCRX-J> .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-SP2VKWLR-F>
  skos:prefLabel "clustering algorithm"@en, "algorithme de clustering"@fr ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/23L-NMS0MCRX-J> .

<http://data.loterre.fr/ark:/67375/23L-NMS0MCRX-J>
  skos:prefLabel "partitionnement"@fr, "clustering"@en ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Partitionnement_de_données>, <https://w3id.org/aio/Clustering>, <https://www.wikidata.org/wiki/Q622825>, <https://en.wikipedia.org/wiki/Cluster_analysis> ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-L01202RH-Q> ;
  skos:related <http://data.loterre.fr/ark:/67375/23L-R0X3QCSR-K>, <http://data.loterre.fr/ark:/67375/23L-SP2VKWLR-F>, <http://data.loterre.fr/ark:/67375/23L-C3D22B66-C> ;
  skos:definition "Tâche en intelligence artificielle qui a pour objectif de diviser un ensemble de données en sous-ensembles de telle sorte que les éléments d’un même sous-ensemble soient plus similaires entre eux qu’avec ceux des autres sous-ensembles."@fr, "The task of artificial intelligence aiming at dividing a set of data into subsets such that the elements of the same subset are more similar to one another than those of other subsets."@en ;
  skos:altLabel "data clustering"@en, "clustering"@fr, "partitionnement de données"@fr ;
  dc:modified "2025-09-25T11:29:11"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  a skos:Concept .

<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-NMS0MCRX-J> .

<http://data.loterre.fr/ark:/67375/23L-R0X3QCSR-K>
  skos:prefLabel "donnée non étiquetée"@fr, "unlabeled data"@en ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/23L-NMS0MCRX-J> .

