conflict:Anti-Aircraft_Weapon leaf node


URI

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

Label

Anti-Aircraft_Weapon

Description

Anti-aircraft weapons are designed to target missiles and aerial vehicles in flight in defence of ground or naval forces or objectives, or in order to prevent passage through a particular airspace region. This group of weapons include guns, autocannons and missile systems.

Usage

Instances of conflict:Anti-Aircraft_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-Aircraft_Weapon a owl:Class ;
    rdfs:comment "Anti-aircraft weapons are designed to target missiles and aerial vehicles in flight in defence of ground or naval forces or objectives, or in order to prevent passage through a particular airspace region. This group of weapons include guns, autocannons and missile systems."^^xsd:string ;
    rdfs:subClassOf :Weapon_by_Target .