@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/canonical_correlation>
  skos:prefLabel "canonical correlation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/eigenvalue> .

<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/eigenvalue> .

<https://concepts.sagepub.com/social-science/concept/eigenvalue>
  skos:definition "A statistic used in ∗factor analysis to indicate how much of the variation in the original group of variables is accounted for by a particular factor. It is the sum of the squared ∗factor loadings of a factor. [Source: <a href=\"https://methods.sagepub.com/reference/dictionary-of-statistics-methodology/n627.xml\" target=\"_blank\" data-id=\"to-srm\">Dictionary of Statistics &amp; Methodology; Eigenvalue</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/canonical_correlation> ;
  skos:prefLabel "eigenvalue"@en ;
  a skos:Concept .

