| policyLocationCoverage |
| appearance as argument number 1 |
|
|
| (documentation policyLocationCoverage EnglishLanguage "(policyLocationCoverage ?Policy ?GeographicArea) creates a relationship for policies that are restricted to certain areas or location. This relation means that ?Policy enforcement is confined to ?%&GeographicArea") | Hotel.kif 2488-2491 | |
| (domain policyLocationCoverage 1 Policy) | Hotel.kif 2492-2492 | The number 1 argument of policy location coverage is an instance of policy |
| (domain policyLocationCoverage 2 Object) | Hotel.kif 2493-2493 | The number 2 argument of policy location coverage is an instance of object |
| (instance policyLocationCoverage BinaryPredicate) | Hotel.kif 2487-2487 | policy location coverage is an instance of binary predicate |
| appearance as argument number 2 |
|
|
| (format ChineseLanguage policyLocationCoverage "%1 covers %2 ") | domainEnglishFormat.kif 4138-4138 | |
| (format ChineseTraditionalLanguage policyLocationCoverage "%1 covers %2") | domainEnglishFormat.kif 4137-4137 | |
| (format EnglishLanguage policyLocationCoverage "%1 covers %2") | domainEnglishFormat.kif 4136-4136 | |
| (termFormat EnglishLanguage policyLocationCoverage "policy location coverage") | domainEnglishFormat.kif 65917-65917 |
| antecedent |
|
|
| consequent |
|
|
| (=> (propertyPolicy ?AGENT ?POLICY) (forall (?X) (=> (element ?X (PropertyFn ?AGENT)) (policyLocationCoverage ?POLICY ?X)))) |
Hotel.kif 619-624 |
|
| (=> (roomPolicy ?ROOM ?POLICY) (forall (?R) (=> (instance ?R ?ROOM) (policyLocationCoverage ?POLICY ?R)))) |
Hotel.kif 448-453 |
|
|
|