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

<https://concepts.sagepub.com/social-science/concept/record_industry>
  skos:prefLabel "record industry"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communication_industry> .

<https://concepts.sagepub.com/social-science/concept/types_of_industry>
  skos:prefLabel "types of industry"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/communication_industry> .

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

<https://concepts.sagepub.com/social-science/concept/broadcasting_industry>
  skos:prefLabel "broadcasting industry"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communication_industry> .

<https://concepts.sagepub.com/social-science/concept/printing_industry>
  skos:prefLabel "printing industry"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communication_industry> .

<https://concepts.sagepub.com/social-science/concept/book_industry>
  skos:prefLabel "book industry"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communication_industry> .

<https://concepts.sagepub.com/social-science/concept/communication_industry>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/record_industry>, <https://concepts.sagepub.com/social-science/concept/printing_industry>, <https://concepts.sagepub.com/social-science/concept/postal_service>, <https://concepts.sagepub.com/social-science/concept/broadcasting_industry>, <https://concepts.sagepub.com/social-science/concept/book_industry> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/types_of_industry> ;
  skos:prefLabel "communication industry"@en ;
  a skos:Concept .

