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

anatomical structure (AnatomicalStructure)

A normal or pathological part of the anatomy or structural organization of an Organism. This class covers BodyParts, as well as structures that are given off by Organisms, e.g. ReproductiveBodies.

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
  organic object  
is subclass of
  anatomical structure  

Subclass(es)

reproductive body  body part 

Coordinate term(s)

organism 

Related WordNet synsets

structure, anatomical structure, complex body part, bodily structure, body structure
a particular complex anatomical structure; "he has good bone structure"
structure is kind of (all)...   structure is kind of...   kinds of structure...   kinds of structure (all)...  
See more related synsets on a separate page.

Axioms (5)

If inj is an instance of injuring, then there exists anatomical structure struct so that struct is a patient of inj.
(=>
      (instance ?INJ Injuring)
      (exists
            (?STRUCT)
            (and
                  (instance ?STRUCT AnatomicalStructure)
                  (patient ?INJ ?STRUCT))))

If poison is an instance of poisoning, then there exists thing so that thing is a patient of poison and thing is an instance of organism or thing is an instance of anatomical structure.
(=>
      (instance ?POISON Poisoning)
      (exists
            (?THING)
            (and
                  (patient ?POISON ?THING)
                  (or
                        (instance ?THING Organism)
                        (instance ?THING AnatomicalStructure)))))

organic object is exhaustively partitioned into organism,anatomical structure.
(partition OrganicObject Organism AnatomicalStructure)

If anat is an instance of anatomical structure, then there exists organism organism so that anat is a part of organism.
(=>
      (instance ?ANAT AnatomicalStructure)
      (exists
            (?ORGANISM)
            (and
                  (instance ?ORGANISM Organism)
                  (part ?ANAT ?ORGANISM))))

If part is an instance of anatomical structure, then there exists cell cell so that cell is a part of part.
(=>
      (instance ?PART AnatomicalStructure)
      (exists
            (?CELL)
            (and
                  (instance ?CELL Cell)
                  (part ?CELL ?PART))))