@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/body_armor>
  skos:definition "Deputy Sheriff Isaac Smith, the first law enforcement officer to lose his life in the line of duty, was fatally shot in 1792. Yet it was not until April 2,1931, that one of the first demonstrations of ballistic wear for the personal protection of law enforcement personnel was documented by Washington, D.C.'s Evening Star. [Source: <a href=\"https://sk.sagepub.com/reference/lawenforcement/n12.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Law Enforcement; Body Armor</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/protective_equipment>, <https://concepts.sagepub.com/social-science/concept/personnel_issues> ;
  skos:prefLabel "body armor"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/protective_equipment>
  skos:prefLabel "protective equipment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/body_armor> .

<https://concepts.sagepub.com/social-science/concept/personnel_issues>
  skos:prefLabel "personnel issues"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/body_armor> .

