@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/private_organizations>
  skos:prefLabel "private organizations"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/private_enterprises> .

<https://concepts.sagepub.com/social-science/concept/private_banks>
  skos:prefLabel "private banks"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/private_enterprises> .

<https://concepts.sagepub.com/social-science/concept/commercial_enterprises>
  skos:prefLabel "commercial enterprises"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/private_enterprises> .

<https://concepts.sagepub.com/social-science/concept/private_employment_agencies>
  skos:prefLabel "private employment agencies"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/private_enterprises> .

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

<https://concepts.sagepub.com/social-science/concept/private_enterprises>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/private_employment_agencies>, <https://concepts.sagepub.com/social-science/concept/private_banks> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/private_organizations>, <https://concepts.sagepub.com/social-science/concept/commercial_enterprises> ;
  skos:prefLabel "private enterprises"@en ;
  a skos:Concept .

