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

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

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

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

<https://concepts.sagepub.com/social-science/concept/massage>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/thermomassage>, <https://concepts.sagepub.com/social-science/concept/suction_massage>, <https://concepts.sagepub.com/social-science/concept/electromassage> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/manipulation_therapy> ;
  skos:prefLabel "massage"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/suction_massage>
  skos:prefLabel "suction massage"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/massage> .

