Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

weapon (Weapon)

The Class of Devices that are designed primarily to damage or destroy Humans/Animals, StationaryArtifacts or the places inhabited by Humans/Animals.

Ontology

SUMO / OBJECTS

Superclass(es)

[tree]
entity
is subclass of
  physical  
is subclass of
  object  
is subclass of
  self connected object  
is subclass of
  corpuscular object  
is subclass of
  artifact  
is subclass of
  device  
is subclass of
  weapon  

Coordinate term(s)

engineering component  machine  musical instrument  transportation device 

Related WordNet synsets

weapon, arm, weapon system
weaponry used in fighting or hunting; "he was licensed to carry a weapon"
weapon is kind of (all)...   weapon is kind of...   kinds of weapon...   kinds of weapon (all)...  
weaponry, arms, implements of war, weapons system, munition
weapons considered collectively
weaponry is kind of (all)...   weaponry is kind of...   kinds of weaponry...   kinds of weaponry (all)...  
See more related synsets on a separate page.

Axioms (2)

If weapon is an instance of weapon, then weapon is capable to do damaging in role instrument.
(=>
      (instance ?WEAPON Weapon)
      (capability Damaging instrument ?WEAPON))

If weapon is an instance of weapon, then weapon has purpose "there exist damaging dest,patient so that patient is a patient of dest and ".
(=>
      (instance ?WEAPON Weapon)
      (hasPurpose
            ?WEAPON
            (exists
                  (?DEST ?PATIENT)
                  (and
                        (instance ?DEST Damaging)
                        (patient ?DEST ?PATIENT)
                        (or
                              (instance ?PATIENT StationaryArtifact)
                              (instance ?PATIENT Animal)
                              (exists
                                    (?ANIMAL)
                                    (and
                                          (instance ?ANIMAL Animal)
                                          (inhabits ?ANIMAL ?PATIENT))))))))