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

<https://concepts.sagepub.com/social-science/concept/follow_up_studies>
  skos:prefLabel "follow up studies"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/survey_methods> .

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

<https://concepts.sagepub.com/social-science/concept/survey_methods>
  skos:definition "Survey research is a type of field research that involves the use of a questionnaire to collect information from a sample of respondents. When the sample of survey respondents has been carefully selected, information collected from the sample can be used to draw inferences about the larger population from which the sample was drawn. [Source: <a href=\"https://sk.sagepub.com/reference/processes/n271.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Group Processes &amp; Intergroup Relations; Survey Methods</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/follow_up_studies> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/methodology> ;
  skos:prefLabel "survey methods"@en ;
  a skos:Concept .

