@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/conceptgroup/methods>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "methods"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/internet_data_collection> .

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

<https://concepts.sagepub.com/social-science/concept/internet_data_collection>
  skos:definition "Collecting data through the Internet has become increasingly popular with researchers in epidemiology and public health. Internet data collection offers the advantages of saving time and money on research projects. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-epidemiology/n237.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Epidemiology; Internet Data Collection</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods> ;
  skos:prefLabel "internet data collection"@en ;
  a skos:Concept .

