nephew |
appearance as argument number 1 |
(documentation nephew EnglishLanguage "(nephew ?NEPHEW ?PERSON) means that ?NEPHEW is the son of a sibling of ?PERSON.") | Mid-level-ontology.kif 23385-23386 | |
(domain nephew 1 Man) | Mid-level-ontology.kif 23387-23387 | The number 1 argument of nephew is an instance of man |
(domain nephew 2 Human) | Mid-level-ontology.kif 23388-23388 | The number 2 argument of nephew is an instance of human |
(instance nephew BinaryPredicate) | Mid-level-ontology.kif 23390-23390 | nephew is an instance of binary predicate |
(subrelation nephew familyRelation) | Mid-level-ontology.kif 23389-23389 | nephew is a subrelation of family relation |
appearance as argument number 2 |
(format ChineseLanguage nephew "%1 是 %2 的 nephew ") | domainEnglishFormat.kif 3964-3964 | |
(format ChineseTraditionalLanguage nephew "%1 是 %2 的 nephew ") | domainEnglishFormat.kif 3963-3963 | |
(format EnglishLanguage nephew "%1 is the nephew of %2") | domainEnglishFormat.kif 3962-3962 | |
(termFormat ChineseLanguage nephew "外甥") | domainEnglishFormat.kif 40193-40193 | |
(termFormat ChineseTraditionalLanguage nephew "外甥") | domainEnglishFormat.kif 40192-40192 | |
(termFormat EnglishLanguage nephew "nephew") | domainEnglishFormat.kif 40191-40191 |
antecedent |
(<=> (nephew ?N ?H) (exists (?S) (and (sibling ?S ?H) (son ?N ?S)))) |
Mid-level-ontology.kif 23392-23397 | A man is the nephew of a human if and only if there exists an organism such that the organism is a sibling of the human and the man is the son of the organism |