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 / OBJECTSSuperclass(es)
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))))