http://purl.com/net/conflict#Weapon
A weapon is a tool used with the aim of causing damage or harm (either physical or mental) to living beings. In human society weapons are used to increase the efficacy and efficiency of tasks such as hunting, fighting, the committing of criminal acts, the preserving of law and order, and the waging of war. [http://en.wikipedia.org/wiki/Weapon]
This is a first attempt for a list of weapons relevant to SAILS.....
It seems possible to classify weapons in three ways:
1) by user: what person or unit uses the weapon
2) by function: the construction of the weapon and principle of operation
3) by target: the type of target the weapon is designed to attack
Instances of conflict: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#> .
:Weapon a owl:Class ;
rdfs:comment """A weapon is a tool used with the aim of causing damage or harm (either physical or mental) to living beings. In human society weapons are used to increase the efficacy and efficiency of tasks such as hunting, fighting, the committing of criminal acts, the preserving of law and order, and the waging of war. [http://en.wikipedia.org/wiki/Weapon]
This is a first attempt for a list of weapons relevant to SAILS.....
It seems possible to classify weapons in three ways:
1) by user: what person or unit uses the weapon
2) by function: the construction of the weapon and principle of operation
3) by target: the type of target the weapon is designed to attack"""^^xsd:string ;
rdfs:subClassOf :Single_Thing .