http://purl.com/net/conflict#Anti-Submarine_Weapon
Anti-submarine weapons are used to target submarines and other underwater vessels in order to destroy the vessel or to reduce its capability as a weapon of war. This group includes weapons such as torpedoes, mines, missiles, depth charges, mortars and rockets.
Instances of conflict:Anti-Submarine_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-Submarine_Weapon a owl:Class ;
rdfs:comment "Anti-submarine weapons are used to target submarines and other underwater vessels in order to destroy the vessel or to reduce its capability as a weapon of war. This group includes weapons such as torpedoes, mines, missiles, depth charges, mortars and rockets."^^xsd:string ;
rdfs:subClassOf :Weapon_by_Target .