http://purl.com/net/conflict#Anti-Personnel_Weapon
This group of weapons are primarily designed to kill or injure people, either individually or in large numbers. For instance, an anti-personnel landmine is designed not to explode when a vehicle rolls over it, but when triggered by a person will explode into sharp splinters that will tear flesh but have no effect on buildings or vehicles. Examples include claymore mines, cluster bombs and biological weapons.
Instances of conflict:Anti-Personnel_Weapon can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class owl:Thing | |||
dc:creator | owl:AnnotationProperty | owl:Thing | |
dc:description | owl:AnnotationProperty | owl:Thing | |
dc:title | owl:AnnotationProperty | owl:Thing |
@prefix : <http://purl.com/net/conflict#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Anti-Personnel_Weapon a owl:Class ;
rdfs:comment "This group of weapons are primarily designed to kill or injure people, either individually or in large numbers. For instance, an anti-personnel landmine is designed not to explode when a vehicle rolls over it, but when triggered by a person will explode into sharp splinters that will tear flesh but have no effect on buildings or vehicles. Examples include claymore mines, cluster bombs and biological weapons."^^xsd:string ;
rdfs:subClassOf :Weapon_by_Target .