birthdate |
appearance as argument number 1 |
(documentation birthdate EnglishLanguage "(birthdate ?PERSON ?DAY) means that ?DAY is the Day on which the ?PERSON was born.") | Mid-level-ontology.kif 24552-24553 | |
(domain birthdate 1 Human) | Mid-level-ontology.kif 24555-24555 | The number 1 argument of birthdate is an instance of human |
(domain birthdate 2 Day) | Mid-level-ontology.kif 24556-24556 | The number 2 argument of birthdate is an instance of day |
(instance birthdate BinaryPredicate) | Mid-level-ontology.kif 24554-24554 | birthdate is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage birthdate "%2 %n 是 %1 的 birthdate") | domainEnglishFormat.kif 308-308 | |
(format ChineseTraditionalLanguage birthdate "%2 %n 是 %1 的 birthdate ") | domainEnglishFormat.kif 307-307 | |
(format EnglishLanguage birthdate "%2 is %n a birthdate of %1") | domainEnglishFormat.kif 306-306 | |
(termFormat ChineseLanguage birthdate "出生日期") | domainEnglishFormat.kif 11185-11185 | |
(termFormat ChineseTraditionalLanguage birthdate "出生日期") | domainEnglishFormat.kif 11184-11184 | |
(termFormat EnglishLanguage birthdate "birth date") | domainEnglishFormat.kif 11183-11183 | |
(termFormat EnglishLanguage birthdate "birthdate") | domainEnglishFormat.kif 11186-11186 |
antecedent |
consequent |
(=> (and (instance ?TEXT BirthCertificate) (instance ?B Birth) (instance ?A Human) (experiencer ?B ?A)) (containsFormula ?TEXT (exists (?DAY ?P ?N) (and (birthdate ?A ?DAY) (instance ?DAY Day) (birthplace ?A ?P) (instance ?P GeographicArea) (represents ?N ?A) (instance ?N Name))))) |
Biography.kif 250-264 |
|