@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/personal_finance>
  skos:prefLabel "personal finance"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/student_finance> .

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

<https://concepts.sagepub.com/social-science/concept/student_finance>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tuition_tax_credits>, <https://concepts.sagepub.com/social-science/concept/school_vouchers>, <https://concepts.sagepub.com/social-science/concept/means_testing> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/personal_finance> ;
  skos:prefLabel "student finance"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/means_testing>
  skos:prefLabel "means testing"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/student_finance> .

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

<https://concepts.sagepub.com/social-science/concept/tuition_tax_credits>
  skos:prefLabel "tuition tax credits"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/student_finance> .

