@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-PQHMJG0M-Q>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch ltk:-R3V40S8W-Z, <https://www.wikidata.org/wiki/Q310401> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WW54GC1W-P> ;
  dc:modified "2024-05-02T12:44:09"^^xsd:dateTime ;
  skos:prefLabel "k-moyennes"@fr, "k-means"@en ;
  skos:hiddenLabel "K-moyennes"@fr, "K-means"@en ;
  skos:definition "Algorithme de partitionnement de données qui regroupe des exemples dans l'apprentissage non supervisé. (Data Franca)"@fr, "Vector quantization algorithm minimizing the sum of squared deviations. (Wikidata)"@en ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP-WW54GC1W-P>
  skos:prefLabel "clustering approach"@en, "approche de partitionnement"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-PQHMJG0M-Q> .

