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

Formal Language: 



KB Term:  Term intersection
English Word: 

  WeekBeforeFn

Sigma KEE - WeekBeforeFn
WeekBeforeFn

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


(documentation WeekBeforeFn EnglishLanguage "A Function that returns the week immediately preceding the beginning of the given TimePosition.") Mid-level-ontology.kif 14845-14846
(domain WeekBeforeFn 1 TimePosition) Mid-level-ontology.kif 14843-14843 O argumento numero 1 de WeekBeforeFn e' uma instancia de Posicao Temporal
(instance WeekBeforeFn UnaryFunction) Mid-level-ontology.kif 14842-14842 WeekBeforeFn e' uma instancia de funcao Unaria
(range WeekBeforeFn Week) Mid-level-ontology.kif 14844-14844 O contra-dominio de WeekBeforeFn e' uma instancia de Semana

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


(termFormat EnglishLanguage WeekBeforeFn "week before fn") domainEnglishFormat.kif 65729-65729

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


(=>
    (and
        (instance ?D2
            (DayFn ?N2
                (MonthFn ?M
                    (YearFn ?Y))))
        (temporalPart ?D1
            (WeekBeforeFn ?D2))
        (temporalPart ?D2
            (WeekAfterFn ?D1)))
    (exists (?N1)
        (and
            (instance ?D1
                (DayFn ?N1
                    (MonthFn ?M
                        (YearFn ?Y))))
            (equal ?N1
                (SubtractionFn ?N2 7)))))
Mid-level-ontology.kif 14864-14873

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


(=>
    (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 1521-1534


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

Show without tree


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