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

animacy attribute (AnimacyAttribute)

Attributes that indicate whether an Organism is alive or not.

Ontology

SUMO / QUALITIES

Superclass(es)

[tree]
entity
is subclass of
  abstract  
is subclass of
  attribute  
is subclass of
  internal attribute  
is subclass of
  biological attribute  
is subclass of
  animacy attribute  

Instance(s)

living  dead 

Coordinate term(s)

developmental attribute  disease or syndrome  psychological attribute  sex attribute 

Related WordNet synsets

See more related synsets on a separate page.

Axioms (2)

exhaustive attribute(animacy attribute,living,dead) holds.
(exhaustiveAttribute AnimacyAttribute Living Dead)

If org is an instance of organism, then there exists animacy attribute attr so that attr is an attribute of org.
(=>
      (instance ?ORG Organism)
      (exists
            (?ATTR)
            (and
                  (instance ?ATTR AnimacyAttribute)
                  (attribute ?ORG ?ATTR))))