@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/consumer_complaints>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/patient_complaints>, <https://concepts.sagepub.com/social-science/concept/client_complaints> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/consumer_behavior> ;
  skos:prefLabel "consumer complaints"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/consumer_behavior>
  skos:prefLabel "consumer behavior"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/consumer_complaints> .

<https://concepts.sagepub.com/social-science/concept/patient_complaints>
  skos:prefLabel "patient complaints"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/consumer_complaints> .

<https://concepts.sagepub.com/social-science/concept/client_complaints>
  skos:prefLabel "client complaints"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/consumer_complaints> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/consumer_complaints> .

