@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/partial_correlation>
  skos:definition "Partial correlation is the correlation between two variables with the effect of (an)other variable(s) held constant. An often-quoted example is the correlation between the number of storks and the number of babies in a sample of regions, where the correlation disappears when the degree of rurality is held constant. [Source: <a href=\"https://sk.sagepub.com/reference/socialscience/n689.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Social Science Research Methods; Partial Correlation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/correlation> ;
  skos:prefLabel "partial correlation"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/correlation>
  skos:prefLabel "correlation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/partial_correlation> .

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

