@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/capitation_fees>
  skos:prefLabel "capitation fees"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/fees> .

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

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

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

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

<https://concepts.sagepub.com/social-science/concept/fees>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tuition_fees>, <https://concepts.sagepub.com/social-science/concept/school_fees>, <https://concepts.sagepub.com/social-science/concept/professional_fees>, <https://concepts.sagepub.com/social-science/concept/capitation_fees> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/charges> ;
  skos:prefLabel "fees"@en ;
  a skos:Concept .

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

