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

<https://concepts.sagepub.com/social-science/concept/social_survey>
  skos:prefLabel "social survey"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_analysis> .

<https://concepts.sagepub.com/social-science/concept/social_impact>
  skos:prefLabel "social impact"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_analysis> .

<https://concepts.sagepub.com/social-science/concept/opinion_polls>
  skos:prefLabel "opinion polls"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_analysis> .

<https://concepts.sagepub.com/social-science/concept/social_indicators>
  skos:prefLabel "social indicators"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_analysis> .

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

<https://concepts.sagepub.com/social-science/concept/social_analysis>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/social_survey>, <https://concepts.sagepub.com/social-science/concept/social_indicators>, <https://concepts.sagepub.com/social-science/concept/social_impact>, <https://concepts.sagepub.com/social-science/concept/opinion_polls> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_research> ;
  skos:prefLabel "social analysis"@en ;
  a skos:Concept .

