conflict:Anti-Submarine_Weapon leaf node


URI

http://purl.com/net/conflict#Anti-Submarine_Weapon

Label

Anti-Submarine_Weapon

Description

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.

Usage

Instances of conflict:Anti-Submarine_Weapon can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
dc:creator owl:AnnotationProperty owl:Thing
dc:description owl:AnnotationProperty owl:Thing
dc:title owl:AnnotationProperty owl:Thing

Implementation

@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 .