@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/primary_data>
  skos:definition "original data collected for the specific information needs of the current research effort, as opposed to data that already exists; research collected directly from the marketplace. [Source: <a href=\"https://sk.sagepub.com/reference/dictionary-of-marketing-communications/n2790.xml\" target=\"_blank\" data-id=\"to-sk\">Dictionary of Marketing Communications; Primary Data</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/secondary_research>, <https://concepts.sagepub.com/social-science/concept/secondary_data_analysis> ;
  skos:prefLabel "primary data"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/secondary_data_analysis>
  skos:prefLabel "secondary data analysis"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/primary_data> .

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

<https://concepts.sagepub.com/social-science/concept/secondary_research>
  skos:prefLabel "secondary research"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/primary_data> .

