@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix isac:	<http://webisa.webdatacommons.org/concept/> .
isac:_cluster_	skos:broader	isac:clustering_algorithm_ .
isac:k-means_algorithm_	skos:broader	isac:clustering_algorithm_ .
isac:_application_	skos:broader	isac:clustering_algorithm_ .
isac:_dbscan_	skos:broader	isac:clustering_algorithm_ .
isac:fuzzy_c-means_	skos:broader	isac:clustering_algorithm_ .
isac:_k-means_	skos:broader	isac:clustering_algorithm_ .
isac:_isodata_	skos:broader	isac:clustering_algorithm_ .
isac:self-organizing_map_	skos:broader	isac:clustering_algorithm_ .