![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SmokingAllowedPolicy(smoking allowed policy) |
| appearance as argument number 1 |
|
|
| (subclass SmokingAllowedPolicy SmokingPolicy) | Hotel.kif 2623-2623 | Smoking allowed policy is a subclass of smoking policy |
| (documentation SmokingAllowedPolicy EnglishLanguage "SmokingAllowedPolicy states that Smoking is allowed within a specific location") | Hotel.kif 2624-2625 | Smoking allowed policy is a subclass of smoking policy |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage SmokingAllowedPolicy "smoking allowed policy") | Hotel.kif 2626-2626 |
| antecedent |
|
|
| (=> (and (instance ?POLICY SmokingAllowedPolicy) (policyLocationCoverage ?POLICY ?LOC) (policyOwner ?AGENT ?POLICY)) (confersNorm ?AGENT Permission (exists (?SMOKE) (and (instance ?SMOKE Smoking) (located ?SMOKE ?LOC))))) |
Hotel.kif 2628-2637 | If X is an instance of smoking allowed policy, X covers Y, and Z enacts policy X, then Z confers norm permission for there exists W such that W is an instance of smoking and W is located at Y |