@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/police_equipment>
  skos:prefLabel "police equipment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/radio_call_boxes> .

<https://concepts.sagepub.com/social-science/concept/communications_equipment>
  skos:prefLabel "communications equipment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/radio_call_boxes> .

<https://concepts.sagepub.com/social-science/concept/radio_call_boxes>
  skos:broader <https://concepts.sagepub.com/social-science/concept/telephone_equipment>, <https://concepts.sagepub.com/social-science/concept/police_equipment>, <https://concepts.sagepub.com/social-science/concept/communications_equipment> ;
  skos:prefLabel "radio call boxes"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/telephone_equipment>
  skos:prefLabel "telephone equipment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/radio_call_boxes> .

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

