![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
NoPetsPolicy
|
|
|
| appearance as argument number 1 |
|
|
| (subclass NoPetsPolicy PetPolicy) | Hotel.kif 2590-2590 | No pets allowed is a subclass of pet policy |
| (documentation NoPetsPolicy EnglishLanguage "NoPetsPolicy states that DomesticAnimal is not allowed within a specific location") | Hotel.kif 2591-2592 | No pets allowed is a subclass of pet policy |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage NoPetsPolicy "no pets allowed") | Hotel.kif 2593-2593 |
| antecedent |
|
|
| (=> (and (instance ?POLICY NoPetsPolicy) (policyLocationCoverage ?POLICY ?LOC) (policyOwner ?AGENT ?POLICY)) (deprivesNorm ?AGENT Permission (exists (?PET) (and (instance ?PET DomesticAnimal) (located ?PET ?LOC))))) |
Hotel.kif 2595-2604 | If X is an instance of no pets allowed, X covers Y, and Z enacts policy X, then Z deprives norm permission for there exists W such that W is an instance of domestic animal and W is located at Y |