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

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

<https://concepts.sagepub.com/social-science/concept/work_in_process>
  skos:prefLabel "work in process"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/current_assets> .

<https://concepts.sagepub.com/social-science/concept/accounting_(finance)>
  skos:prefLabel "accounting (finance)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/current_assets> .

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

<https://concepts.sagepub.com/social-science/concept/current_assets>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/work_in_process>, <https://concepts.sagepub.com/social-science/concept/cash_flow> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/assets>, <https://concepts.sagepub.com/social-science/concept/accounting_(finance)> ;
  skos:prefLabel "current assets"@en ;
  a skos:Concept .

