![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SmokingPolicy(smoking policy) |
| appearance as argument number 1 |
|
|
| (subclass SmokingPolicy Policy) | Hotel.kif 2502-2502 | Smoking policy is a subclass of policy |
| (documentation SmokingPolicy EnglishLanguage "SmokingPolicy refers to a policy that indicates how Smoking is or is not allowed within a certain location") | Hotel.kif 2503-2504 | Smoking policy is a subclass of policy |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?POLICY SmokingPolicy) (policyLocationCoverage ?POLICY ?LOC)) (or (containsFormula ?POLICY (modalAttribute (exists (?SMOKE1) (and (instance ?SMOKE1 Smoking) (located ?SMOKE1 ?LOC))) Permission)) (containsFormula ?POLICY (modalAttribute (exists (?SMOKE2) (and (instance ?SMOKE2 Smoking) (located ?SMOKE2 ?LOC))) Prohibition)))) |
Hotel.kif 2507-2523 | If X is an instance of smoking policy and X covers Y, then X contains the formula the statement there exists Z such that Z is an instance of smoking and Z is located at Y has the modal force of permission or X contains the formula the statement there exists W such that W is an instance of smoking and W is located at Y has the modal force of prohibition |