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

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

<https://concepts.sagepub.com/social-science/concept/financial_weakness>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/receivership>, <https://concepts.sagepub.com/social-science/concept/liquidation>, <https://concepts.sagepub.com/social-science/concept/insolvency>, <https://concepts.sagepub.com/social-science/concept/bankruptcy> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/financial_status> ;
  skos:prefLabel "financial weakness"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/financial_status>
  skos:prefLabel "financial status"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/financial_weakness> .

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

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

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

