![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| baptizeddate |
| appearance as argument number 1 |
|
|
| (documentation baptizeddate EnglishLanguage "(baptizeddate ?PERSON1 ?DAY) means that ?DAY is the day on which ?PERSON1 was baptized.") | Biography.kif 177-178 | |
| (domain baptizeddate 1 Human) | Biography.kif 179-179 | The number 1 argument of baptizedmdate is an instance of human |
| (domain baptizeddate 2 Day) | Biography.kif 180-180 | The number 2 argument of baptizedmdate is an instance of day |
| (instance baptizeddate BinaryPredicate) | Biography.kif 181-181 | baptizedmdate is an instance of binary predicate |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage baptizeddate "%1 was baptizing on %2") | domainEnglishFormat.kif 2864-2864 | |
| (format ChineseTraditionalLanguage baptizeddate "%1 是在 %2 被 baptizing ") | domainEnglishFormat.kif 2865-2865 | |
| (format ChineseLanguage baptizeddate "%1 是在 %2 被 baptizing ") | domainEnglishFormat.kif 2866-2866 | |
| (termFormat EnglishLanguage baptizeddate "baptizedmdate") | domainEnglishFormat.kif 65790-65790 |
| antecedent |
|
|
| (=> (baptizeddate ?PERSON ?DAY) (exists (?BAPTISM) (and (instance ?BAPTISM Baptizing) (experiencer ?BAPTISM ?PERSON) (date ?BAPTISM ?DAY)))) |
Biography.kif 183-189 | If X was baptizing on Y, then there exists Z such that Z is an instance of baptizing, X experiences Z, and date of Z is Y |