viewType |
appearance as argument number 1 |
(documentation viewType EnglishLanguage "(viewType ?REGION ?OBJ) means that a person in ?REGION can see ?OBJ") | Hotel.kif 947-948 | |
(domain viewType 1 Object) | Hotel.kif 951-951 | The number 1 argument of view type is an instance of object |
(domainSubclass viewType 2 Physical) | Hotel.kif 952-952 | The number 2 argument of view type is a subclass of physical |
(instance viewType BinaryPredicate) | Hotel.kif 946-946 | view type is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage viewType "一个在 %1 的人 can see %2 ") | domainEnglishFormat.kif 4932-4932 | |
(format ChineseTraditionalLanguage viewType "一個在 %1 的人 can see %2 ") | domainEnglishFormat.kif 4931-4931 | |
(format EnglishLanguage viewType "a person in %1 can see %2") | domainEnglishFormat.kif 4930-4930 | |
(termFormat EnglishLanguage viewType "view type") | Hotel.kif 949-949 |
antecedent |
(=> (and (viewType ?ROOM ?OBJ) (instance ?ROOM Room) (instance ?INST ?OBJ) (orientation ?INST ?ROOM Outside)) (modalAttribute (exists (?HUMAN ?SEE) (and (instance ?HUMAN Human) (located ?HUMAN ?ROOM) (instance ?SEE Seeing) (patient ?SEE ?INST) (agent ?SEE ?HUMAN))) Possibility)) |
Hotel.kif 954-967 |
|