![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| stepmother |
| appearance as argument number 1 |
|
|
| (documentation stepmother EnglishLanguage "(stepmother ?PERSON ?MOTHER) means that ?MOTHER is the stepmother of ?PERSON, i.e. ?MOTHER is the spouse of the father of ?PERSON, without also being the mother of ?PERSON.") | Mid-level-ontology.kif 25479-25481 | |
| (domain stepmother 1 Human) | Mid-level-ontology.kif 25482-25482 | The number 1 argument of stepmother is an instance of human |
| (domain stepmother 2 Woman) | Mid-level-ontology.kif 25483-25483 | The number 2 argument of stepmother is an instance of woman |
| (subrelation stepmother legalRelation) | Mid-level-ontology.kif 25484-25484 | stepmother is a subrelation of legal relation |
| (instance stepmother BinaryPredicate) | Mid-level-ontology.kif 25485-25485 | stepmother is an instance of binary predicate |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (<=> (stepmother ?P ?M) (exists (?F) (and (father ?P ?F) (spouse ?M ?F) (not (mother ?P ?M))))) |
Mid-level-ontology.kif 25487-25494 | X is the stepfather of Y if, only if there exists Z such that Z is a father of Y, X is the spouse of Z, and X is not a mother of Y |