parent |
appearance as argument number 1 |
![]() |
(documentation parent ChineseLanguage "这是父母身份的概括关系。(parent ?CHILD ?PARENT)的意思是 ?PARENT 是 ?CHILD 的亲生父母。") | chinese_format.kif 3689-3690 | |
(documentation parent EnglishLanguage "The general relationship of parenthood. (parent ?CHILD ?PARENT) means that ?PARENT is a biological parent of ?CHILD.") | Merge.kif 16085-16087 | |
(domain parent 1 Organism) | Merge.kif 16083-16083 | The number 1 argument of parent is an instance of organism |
(domain parent 2 Organism) | Merge.kif 16084-16084 | The number 2 argument of parent is an instance of organism |
(instance parent AsymmetricRelation) | Merge.kif 16080-16080 | parent is an instance of asymmetric relation |
(instance parent BinaryPredicate) | Merge.kif 16078-16078 | parent is an instance of binary predicate |
(instance parent IntransitiveRelation) | Merge.kif 16081-16081 | parent is an instance of intransitive relation |
(instance parent TotalValuedRelation) | Merge.kif 16082-16082 | parent is an instance of total valued relation |
appearance as argument number 2 |
![]() |
(format ChineseLanguage parent "%2 %n 是 %1 的 parent") | chinese_format.kif 523-523 | |
(format EnglishLanguage parent "%2 is %n a parent of %1") | english_format.kif 528-528 | |
(subrelation daughter parent) | Merge.kif 16155-16155 | daughter is a subrelation of parent |
(subrelation son parent) | Merge.kif 16166-16166 | son is a subrelation of parent |
(termFormat ChineseLanguage parent "亲") | domainEnglishFormat.kif 44407-44407 | |
(termFormat ChineseLanguage parent "父母") | chinese_format.kif 524-524 | |
(termFormat ChineseTraditionalLanguage parent "親") | domainEnglishFormat.kif 44406-44406 | |
(termFormat EnglishLanguage parent "parent") | domainEnglishFormat.kif 44405-44405 |
antecedent |
![]() |
consequent |
![]() |
(<=> (aunt ?A ?H) (exists (?P) (and (sister ?A ?P) (parent ?H ?P)))) |
Mid-level-ontology.kif 22469-22474 | A woman is the aunt of a human if and only if there exists another human such that the woman is the sister of the other human and the other human is a parent of the human |
(<=> (uncle ?U ?H) (exists (?P) (and (brother ?U ?P) (parent ?H ?P)))) |
Mid-level-ontology.kif 22560-22565 | The uncle of a human is a man if and only if there exists another human such that the man is the brother of the other human and the other human is a parent of the human |
(=> (and (instance ?REP Replication) (agent ?REP ?PARENT) (result ?REP ?CHILD)) (parent ?CHILD ?PARENT)) |
Merge.kif 10223-10228 |
|
(=> (and (sibling ?ORG1 ?ORG2) (parent ?ORG1 ?PARENT)) (parent ?ORG2 ?PARENT)) |
Merge.kif 16199-16203 |
|
(=> (equal (ImmediateFamilyFn ?P) ?FAMILY) (forall (?MEMBER) (=> (member ?MEMBER ?FAMILY) (exists (?OTHER) (or (parent ?MEMBER ?OTHER) (parent ?OTHER ?MEMBER)))))) |
Merge.kif 16009-16017 |
|
(=> (equal (ImmediateFamilyFn ?PERSON) ?FAMILY) (exists (?MEMBER) (and (member ?MEMBER ?FAMILY) (or (parent ?MEMBER ?PERSON) (parent ?PERSON ?MEMBER))))) |
Merge.kif 16019-16026 |
|
(=> (father ?A ?B) (parent ?A ?B)) |
Merge.kif 16140-16142 |
|
(=> (grandfather ?H ?P) (exists (?C) (and (father ?C ?P) (parent ?H ?C)))) |
Mid-level-ontology.kif 22506-22511 |
|
(=> (grandmother ?H ?P) (exists (?C) (and (mother ?C ?P) (parent ?H ?C)))) |
Mid-level-ontology.kif 22518-22523 |
|
(=> (instance ?ORGANISM Organism) (exists (?PARENT) (parent ?ORGANISM ?PARENT))) |
Merge.kif 16114-16117 |
|
(=> (instance ?SVC ChildCareService) (exists (?CHILD ?SITTER) (and (or (instance ?CHILD HumanChild) (instance ?CHILD HumanBaby)) (serviceProvider ?SVC ?SITTER) (patient ?SVC ?CHILD) (not (parent ?CHILD ?SITTER))))) |
Hotel.kif 1847-1856 |
|
(=> (mother ?A ?B) (parent ?A ?B)) |
Merge.kif 16123-16125 |
|
![]() |
![]() |