conflict:Mountain_weapon leaf node


URI

http://purl.com/net/conflict#Mountain_weapon

Label

Mountain_weapon

Description

Mountain weapons are specially designed artillery pieces for use in mountain warfare. They are capable of being broken down into smaller pieces so that they may be more easily transported over difficult terrain. However, they are now largely obsolete, and have been replaced by wire-guided missiles and mortars.

Usage

Instances of conflict:Mountain_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#> .

:Mountain_weapon a owl:Class ;
    rdfs:comment "Mountain weapons are specially designed artillery pieces for use in mountain warfare. They are capable of being broken down into smaller pieces so that they may be more easily transported over difficult terrain. However, they are now largely obsolete, and have been replaced by wire-guided missiles and mortars."^^xsd:string ;
    rdfs:subClassOf :Weapon_by_User .