colocatedAgent |
appearance as argument number 1 |
(documentation colocatedAgent EnglishLanguage "(colocatedAgent ?ORG1 ?ATTR1) means that an Organization with Attribute ?ATTR1 is colocated with ?ORG1") | Hotel.kif 759-760 | |
(domain colocatedAgent 1 AutonomousAgent) | Hotel.kif 763-763 | The number 1 argument of colocated business is an instance of agent |
(domain colocatedAgent 2 RelationalAttribute) | Hotel.kif 764-764 | The number 2 argument of colocated business is an instance of relational attribute |
(instance colocatedAgent BinaryPredicate) | Hotel.kif 758-758 | colocated business is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage colocatedAgent "%2 organization 是坐落在 %1 ") | domainEnglishFormat.kif 3026-3026 | |
(format ChineseTraditionalLanguage colocatedAgent "%2 organization 是坐落在 %1 ") | domainEnglishFormat.kif 3025-3025 | |
(format EnglishLanguage colocatedAgent "a %2 organization is located at %1") | domainEnglishFormat.kif 3024-3024 | |
(termFormat EnglishLanguage colocatedAgent "colocated business") | Hotel.kif 761-761 |
antecedent |
(=> (colocatedAgent ?ORG ?ATTR) (exists (?ORG2 ?LOC) (and (instance ?ORG2 AutonomousAgent) (attribute ?ORG2 ?ATTR) (located ?ORG ?LOC) (located ?ORG2 ?LOC)))) |
Hotel.kif 766-773 |
|