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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - BatMitzvah
BatMitzvah

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


(documentation BatMitzvah EnglishLanguage "An initiation ceremony marking the 13th birthday of a Jewish girl.") Biography.kif 100-100
(subclass BatMitzvah Ceremony) Biography.kif 97-97
(subclass BatMitzvah ReligiousProcess) Biography.kif 98-98

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


(termFormat EnglishLanguage BatMitzvah "bat mitzvah") Biography.kif 99-99

antecedent
-------------------------


(=>
    (and
        (instance ?MIT BatMitzvah)
        (patient ?MIT ?X)
        (instance ?X Girl)
        (member ?X ?GROUP)
        (instance ?GROUP Judaism)
        (birthdate ?X ?DAY)
        (instance ?DAY
            (DayFn ?D
                (MonthFn ?M
                    (YearFn ?Y)))))
    (exists (?Y13 ?BD13)
        (and
            (instance ?Y13 Integer)
            (equal ?Y13
                (AdditionFn ?Y 13))
            (instance ?BD13
                (DayFn ?D
                    (MonthFn ?M
                        (YearFn ?Y13))))
            (equal
                (WhenFn ?MIT)
                (ImmediateFutureFn ?BD13)))))
Biography.kif 102-118
(=>
    (instance ?MIT BatMitzvah)
    (exists (?PROC)
        (and
            (instance ?PROC ReligiousService)
            (subProcess ?PROC ?MIT))))
Biography.kif 120-125


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