![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| uncle |
| appearance as argument number 1 |
|
|
| (documentation uncle EnglishLanguage "(uncle ?UNCLE ?PERSON) means that ?UNCLE is the brother of a parent of ?PERSON.") | Mid-level-ontology.kif 25448-25449 | |
| (domain uncle 1 Man) | Mid-level-ontology.kif 25450-25450 | The number 1 argument of uncle is an instance of man |
| (domain uncle 2 Human) | Mid-level-ontology.kif 25451-25451 | The number 2 argument of uncle is an instance of human |
| (subrelation uncle familyRelation) | Mid-level-ontology.kif 25452-25452 | uncle is a subrelation of family relation |
| (instance uncle BinaryPredicate) | Mid-level-ontology.kif 25453-25453 | uncle is an instance of binary predicate |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (<=> (uncle ?U ?H) (exists (?P) (and (brother ?U ?P) (parent ?H ?P)))) |
Mid-level-ontology.kif 25455-25460 | The uncle of X is Y if, only if there exists Z such that Y is the brother of Z, and Z is a parent of X |