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 25841-25842
(domain weddingAnniversary 1 Physical) Mid-level-ontology.kif 25845-25845 The number 1 argument of weddingAnniversary is an instance of physical
(domainSubclass weddingAnniversary 2 Day) Mid-level-ontology.kif 25846-25846 The number 2 argument of weddingAnniversary is a subclass of day
(instance weddingAnniversary BinaryPredicate) Mid-level-ontology.kif 25843-25843 weddingAnniversary is an instance of binary predicate
(instance weddingAnniversary TemporalRelation) Mid-level-ontology.kif 25844-25844 weddingAnniversary is an instance of temporal relation
(subrelation weddingAnniversary anniversary) Mid-level-ontology.kif 25847-25847 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 25849-25860


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