@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-WW54GC1W-P>
  skos:prefLabel "clustering approach"@en, "approche de partitionnement"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-ZM03BRLV-1> .

<http://data.loterre.fr/ark:/67375/8LP-ZM03BRLV-1>
  skos:prefLabel "DBScan"@en, "DBScan"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "Clustering algorithm from the density of clusters. (Loterre)"@en, "Algorithme de partitionnement des données à partir de la densité des clusters. (Loterre)"@fr ;
  skos:hiddenLabel "DBscan"@fr, "DBscan"@en, "dbscan"@en, "dbscan"@fr ;
  skos:exactMatch ltk:-ZN5KWPTL-D, <https://www.wikidata.org/wiki/Q1114630> ;
  skos:altLabel "Density-based spatial clustering of applications with noise"@en, "density-based spatial clustering"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WW54GC1W-P> ;
  a skos:Concept ;
  dc:modified "2024-05-03T07:22:01"^^xsd:dateTime .

