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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - WeekBeforeMenstruationFn
WeekBeforeMenstruationFn

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


(documentation WeekBeforeMenstruationFn EnglishLanguage "The a Function that returns the Class of all Weeks immediately before the start of Menstruation for a particular Woman.") Medicine.kif 1510-1512
(domain WeekBeforeMenstruationFn 1 Woman) Medicine.kif 1508-1508 The number 1 argument of week before menstruation is an instance of woman
(instance WeekBeforeMenstruationFn UnaryFunction) Medicine.kif 1506-1506 Week before menstruation is an instance of unary function
(range WeekBeforeMenstruationFn Class) Medicine.kif 1509-1509 The range of week before menstruation is an instance of class

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


(termFormat EnglishLanguage WeekBeforeMenstruationFn "week before menstruation") Medicine.kif 1507-1507

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


(=>
    (equal ?WKBMC
        (WeekBeforeMenstruationFn ?W))
    (equal ?WKBC
        (KappaFn ?C
            (and
                (instance ?C Week)
                (exists (?M)
                    (and
                        (instance ?M Menstruation)
                        (experiencer ?M ?W)
                        (equal ?C
                            (WeekBeforeFn
                                (WhenFn ?M)))))))))
Medicine.kif 1514-1527


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