Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - birthday
birthday

appearance as argument number 1
-------------------------


(documentation birthday EnglishLanguage "(birthday ?PERSON ?DAY) means that ?DAY is the anniversary each year of the birth of ?PERSON. For example, (birthday WilliamJeffersonClinton (DayFn 19 August)) means that Bill Clinton's birthday is August 19th.") Mid-level-ontology.kif 24515-24518
(domain birthday 1 Human) Mid-level-ontology.kif 24520-24520 The number 1 argument of birthday is an instance of human
(domainSubclass birthday 2 Day) Mid-level-ontology.kif 24521-24521 The number 2 argument of birthday is a subclass of day
(instance birthday BinaryPredicate) Mid-level-ontology.kif 24519-24519 birthday is an instance of binary predicate
(subrelation birthday anniversary) Mid-level-ontology.kif 24522-24522 birthday is a subrelation of anniversary

appearance as argument number 2
-------------------------


(format ChineseLanguage birthday "%1 的 birthday 是 %2 ") domainEnglishFormat.kif 2894-2894
(format ChineseTraditionalLanguage birthday "%1 的 birthday 是 %2 ") domainEnglishFormat.kif 2893-2893
(format EnglishLanguage birthday "%1's birthday is %2") domainEnglishFormat.kif 2892-2892
(termFormat ChineseLanguage birthday "生日") domainEnglishFormat.kif 11193-11193
(termFormat ChineseTraditionalLanguage birthday "生日") domainEnglishFormat.kif 11192-11192
(termFormat EnglishLanguage birthday "birthday") domainEnglishFormat.kif 11191-11191

consequent
-------------------------


(=>
    (and
        (birthdate ?A ?DAY)
        (instance ?DAY
            (DayFn ?D
                (MonthFn ?M
                    (YearFn ?Y)))))
    (exists (?CLASS ?FUTURE)
        (and
            (birthday ?A ?CLASS)
            (subclass ?CLASS Day)
            (instance ?FUTURE Integer)
            (equal ?CLASS
                (DayFn ?D
                    (MonthFn ?M
                        (YearFn ?FUTURE))))
            (greaterThan ?FUTURE ?Y))))
Mid-level-ontology.kif 24524-24534


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners