@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/financial_management>
  skos:prefLabel "financial management"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/fund_raising> .

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

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

<https://concepts.sagepub.com/social-science/concept/fund_raising>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/lotteries> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D005653.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/financing>, <https://concepts.sagepub.com/social-science/concept/financial_management> ;
  skos:prefLabel "fund raising"@en ;
  a skos:Concept .

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

