![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| niece |
| appearance as argument number 1 |
|
|
| (documentation niece EnglishLanguage "(niece ?NIECE ?PERSON) means that ?NIECE is the daughter of a sibling of ?PERSON.") | Mid-level-ontology.kif 25434-25435 | |
| (domain niece 1 Woman) | Mid-level-ontology.kif 25436-25436 | The number 1 argument of niece is an instance of woman |
| (domain niece 2 Human) | Mid-level-ontology.kif 25437-25437 | The number 2 argument of niece is an instance of human |
| (subrelation niece familyRelation) | Mid-level-ontology.kif 25438-25438 | niece is a subrelation of family relation |
| (instance niece BinaryPredicate) | Mid-level-ontology.kif 25439-25439 | niece is an instance of binary predicate |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (<=> (niece ?N ?H) (exists (?S) (and (sibling ?S ?H) (daughter ?N ?S)))) |
Mid-level-ontology.kif 25441-25446 | X is the niece of Y if, only if there exists Z such that Z is a sibling of Y, and X is the daughter of Z |