@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/cluster_analysis>
  skos:prefLabel "cluster analysis"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/dendrogram> .

<https://concepts.sagepub.com/social-science/concept/cluster_studies>
  skos:prefLabel "cluster studies"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/dendrogram> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/methods>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "methods"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/dendrogram> .

<https://concepts.sagepub.com/social-science/concept/dendrogram>
  skos:definition "a graphical representation of the results of a cluster analysis in which lines are used to indicate which variables or clusters are paired at which stage of the analysis. [Source: <a href=\"https://methods.sagepub.com/reference/the-sage-dictionary-of-statistics/n143.xml\" target=\"_blank\" data-id=\"to-srm\">The SAGE Dictionary of Statistics; dendrogram</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cluster_studies>, <https://concepts.sagepub.com/social-science/concept/cluster_analysis> ;
  skos:prefLabel "dendrogram"@en ;
  a skos:Concept .

