@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/treatment_after_effects>
  skos:prefLabel "treatment after effects"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/clinical_effectiveness> .

<https://concepts.sagepub.com/social-science/concept/effectiveness>
  skos:prefLabel "effectiveness"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/clinical_effectiveness> .

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

<https://concepts.sagepub.com/social-science/concept/clinical_effectiveness>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/treatment_after_effects>, <https://concepts.sagepub.com/social-science/concept/delayed_healing> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/effectiveness> ;
  skos:prefLabel "clinical effectiveness"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/delayed_healing>
  skos:prefLabel "delayed healing"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/clinical_effectiveness> .

