@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/ballistic_missiles>
  skos:definition "A rocket propelled, self-guided type of strategic weapons system that can be used to perpetrate a chemical, biological, or nuclear attack. The operation of a ballistic missile can be compared to shooting a gun: A shotgun shell receives a short and definitive initial powerful force from gunpowder, sending it through the gun's barrel. [Source: <a href=\"https://sk.sagepub.com/reference/nationalsecurity/n55.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of United States National Security; Ballistic Missiles</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/missiles> ;
  skos:prefLabel "ballistic missiles"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/missiles>
  skos:prefLabel "missiles"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ballistic_missiles> .

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

