@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/random_variable>
  skos:definition "one meaning of this term is a variable whose values have not been chosen. For example, age is a random variable if we simply select people regardless of what age they are. [Source: <a href=\"https://methods.sagepub.com/reference/the-sage-dictionary-of-statistics/n468.xml\" target=\"_blank\" data-id=\"to-srm\">The SAGE Dictionary of Statistics; random variable</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods> ;
  skos:prefLabel "random variable"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods>
  skos:prefLabel "statistics and research methods"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/random_variable> .

