@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/inferential_statistics>
  skos:prefLabel "inferential statistics"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/probability_sampling> .

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

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

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

<https://concepts.sagepub.com/social-science/concept/probability_sampling>
  skos:definition "Probability samples require that every member of the overall population have a known chance of being included in the sample. The most basic form of probability sampling is simple random sampling, where every member of the population has an equal chance of being included in the sample. [Source: <a href=\"https://sk.sagepub.com/reference/research/n339.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Qualitative Research Methods; Probability Sampling</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sampling>, <https://concepts.sagepub.com/social-science/concept/inferential_statistics>, <https://concepts.sagepub.com/social-science/concept/generalization> ;
  skos:prefLabel "probability sampling"@en ;
  a skos:Concept .

