asexual reproduction (AsexualReproduction)
Asexual Processes of biological
reproduction.
Ontology
SUMO / PROCESSESSuperclass(es)
Coordinate term(s)
sexual reproduction
Related WordNet synsets
- asexual reproduction, agamogenesis
- reproduction without the fusion of gametes
- asexual, nonsexual
- not having or involving sex; "an asexual spore"; "asexual reproduction"
- asexually
- in an asexual manner; "plants that reproduce asexually"
See more related synsets on a separate page.
Axioms (2)
sexual reproduction is disjoint from asexual reproduction.
(disjoint SexualReproduction AsexualReproduction)
If rep is an instance of asexual reproduction and organism is a result of rep, then there don't exist parent1,parent2 so that parent1 is a parent of organism and parent2 is a parent of organism and parent1 is not equal to parent2.
(=>
(and
(instance ?REP AsexualReproduction)
(result ?REP ?ORGANISM))
(not
(exists
(?PARENT1 ?PARENT2)
(and
(parent ?ORGANISM ?PARENT1)
(parent ?ORGANISM ?PARENT2)
(not
(equal ?PARENT1 ?PARENT2))))))