| yearBuilt |
| appearance as argument number 1 |
|
|
| (documentation yearBuilt EnglishLanguage "(yearBuilt ?OBJ ?YEAR) means that the Making of Object ?OBJ was completed on Year ?YEAR") | Hotel.kif 722-723 | |
| (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 |
| (instance yearBuilt BinaryPredicate) | Hotel.kif 721-721 | year built is an instance of binary predicate |
| appearance as argument number 2 |
|
|
| (format ChineseLanguage yearBuilt "%1 已 built 在 %2 ") | domainEnglishFormat.kif 5006-5006 | |
| (format ChineseTraditionalLanguage yearBuilt "%1 已 built 在 %2 ") | domainEnglishFormat.kif 5005-5005 | |
| (format EnglishLanguage yearBuilt "%1 was built in %2") | domainEnglishFormat.kif 5004-5004 | |
| (termFormat EnglishLanguage yearBuilt "year built") | Hotel.kif 724-724 |
| 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 |
|
|
|