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

reproductive body (ReproductiveBody)

Reproductive structure of Organisms. Consists of an Embryonic Object and a nutritive/protective envelope. Note that this class includes seeds, spores, and FruitOrVegetables, as well as the eggs produced by 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
  organic object  
is subclass of
  anatomical structure  
is subclass of
  reproductive body  

Coordinate term(s)

body part 

Related WordNet synsets

See more related synsets on a separate page.

Axioms (3)

If rep is an instance of replication, then there exists reproductive body body so that body is a result of rep.
(=>
      (instance ?REP Replication)
      (exists
            (?BODY)
            (and
                  (instance ?BODY ReproductiveBody)
                  (result ?REP ?BODY))))

If body is an instance of reproductive body and body is a part of org and org is an instance of organism, then female is an attribute of org.
(=>
      (and
            (instance ?BODY ReproductiveBody)
            (part ?BODY ?ORG)
            (instance ?ORG Organism))
      (attribute ?ORG Female))

If embryonic is an attribute of org, then there exists reproductive body body so that org is located at body.
(=>
      (attribute ?ORG Embryonic)
      (exists
            (?BODY)
            (and
                  (instance ?BODY ReproductiveBody)
                  (located ?ORG ?BODY))))