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

<https://concepts.sagepub.com/social-science/concept/representative_sample>
  skos:definition "a sample which is representative of the population from which it is drawn. For example, if 55% of the population is female, then a similar percentage of the sample should be female. [Source: <a href=\"https://methods.sagepub.com/reference/the-sage-dictionary-of-statistics/n490.xml\" target=\"_blank\" data-id=\"to-srm\">The SAGE Dictionary of Statistics; representative sample</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sampling> ;
  skos:prefLabel "representative sample"@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/representative_sample> .

