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



KB Term:  Term intersection
English Word: 

  yearBuilt

Sigma KEE - yearBuilt
yearBuilt

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


(instance yearBuilt BinaryPredicate) Hotel.kif 721-721 year built is an instance of binary predicate
(documentation yearBuilt EnglishLanguage "(yearBuilt ?OBJ ?YEAR) means that the Making of Object ?OBJ was completed on Year ?YEAR") Hotel.kif 722-723 year built is an instance of binary predicate
(domain yearBuilt 1 Object) Hotel.kif 726-726 The number 1 argument of year built is an instance of object
(domainSubclass yearBuilt 2 Year) Hotel.kif 727-727 The number 2 argument of year built is a subclass of year

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


(termFormat EnglishLanguage yearBuilt "year built") Hotel.kif 724-724
(format EnglishLanguage yearBuilt "%1 was built in %2") domainEnglishFormat.kif 5004-5004
(format ChineseTraditionalLanguage yearBuilt "%1 已 built 在 %2 ") domainEnglishFormat.kif 5005-5005
(format ChineseLanguage yearBuilt "%1 已 built 在 %2 ") domainEnglishFormat.kif 5006-5006

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


(=>
    (yearBuilt ?OBJ ?YEAR)
    (exists (?TIME ?MAKE)
        (and
            (instance ?TIME ?YEAR)
            (instance ?MAKE Making)
            (result ?MAKE ?OBJ)
            (temporallyBetweenOrEqual
                (BeginFn ?TIME)
                (EndFn
                    (WhenFn ?MAKE))
                (EndFn ?TIME)))))
Hotel.kif 729-739 If X was built in Y, then there exist Z, W such that Z is an instance of Y, W is an instance of making, X is a result of W, the end of the time of existence of W is between or at the beginning of Z, and the end of Z


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners