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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - lastRenovation
lastRenovation

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


(documentation lastRenovation EnglishLanguage "(lastRenovation ?OBJ ?YEAR) means that Object ?OBJ was last repaired on Year ?YEAR") Hotel.kif 743-744
(domain lastRenovation 1 Object) Hotel.kif 747-747 The number 1 argument of last renovation is an instance of object
(domainSubclass lastRenovation 2 Year) Hotel.kif 748-748 The number 2 argument of last renovation is a subclass of year
(instance lastRenovation BinaryPredicate) Hotel.kif 742-742 last renovation is an instance of binary predicate

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


(format ChineseLanguage lastRenovation "%1 的 last renovation 是 %2 ") domainEnglishFormat.kif 3728-3728
(format ChineseTraditionalLanguage lastRenovation "%1 的 last renovation 是 %2 ") domainEnglishFormat.kif 3727-3727
(format EnglishLanguage lastRenovation "the last renovation of %1 was in %2") domainEnglishFormat.kif 3726-3726
(termFormat EnglishLanguage lastRenovation "last renovation") Hotel.kif 745-745

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


(=>
    (lastRenovation ?OBJ ?YEAR)
    (exists (?TIME ?REPAIR)
        (and
            (instance ?REPAIR Repairing)
            (patient ?REPAIR ?OBJ)
            (instance ?TIME ?YEAR)
            (temporallyBetweenOrEqual
                (BeginFn ?TIME)
                (EndFn
                    (WhenFn ?REPAIR))
                (EndFn ?TIME)))))
Hotel.kif 750-760


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