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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - weddingAnniversary
weddingAnniversary

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


(documentation weddingAnniversary EnglishLanguage "(weddingAnniversary ?PHYSICAL ?TIME) means that ?TIME is the class of TimeIntervals which mark the anniversary of their weddingdate.") Mid-level-ontology.kif 25306-25307
(domain weddingAnniversary 1 Physical) Mid-level-ontology.kif 25310-25310 The number 1 argument of weddingAnniversary is an instance of physical
(domainSubclass weddingAnniversary 2 Day) Mid-level-ontology.kif 25311-25311 The number 2 argument of weddingAnniversary is a subclass of day
(instance weddingAnniversary BinaryPredicate) Mid-level-ontology.kif 25308-25308 weddingAnniversary is an instance of binary predicate
(instance weddingAnniversary TemporalRelation) Mid-level-ontology.kif 25309-25309 weddingAnniversary is an instance of temporal relation
(subrelation weddingAnniversary anniversary) Mid-level-ontology.kif 25312-25312 weddingAnniversary is a subrelation of anniversary

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


(=>
    (and
        (instance ?WED Wedding)
        (date ?WED ?DAY)
        (instance ?DAY
            (DayFn ?D
                (MonthFn ?M
                    (YearFn ?Y)))))
    (exists (?CLASS ?FUTURE)
        (and
            (weddingAnniversary ?WED ?CLASS)
            (subclass ?CLASS Day)
            (instance ?FUTURE Integer)
            (equal ?CLASS
                (DayFn ?D
                    (MonthFn ?M
                        (YearFn ?FUTURE))))
            (greaterThan ?FUTURE ?Y))))
Mid-level-ontology.kif 25314-25325


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