@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-run_fencing_operations>
  skos:prefLabel "police-run fencing operations"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/plain_clothes_operations> .

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

<https://concepts.sagepub.com/social-science/concept/specialized_police_operations>
  skos:prefLabel "specialized police operations"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/plain_clothes_operations> .

<https://concepts.sagepub.com/social-science/concept/plain_clothes_operations>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/police-run_fencing_operations> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/specialized_police_operations> ;
  skos:prefLabel "plain clothes operations"@en ;
  a skos:Concept .

