![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| PetsAllowedPolicy(pets allowed) |
| appearance as argument number 1 |
|
|
| (subclass PetsAllowedPolicy PetPolicy) | Hotel.kif 2574-2574 | Pets allowed is a subclass of pet policy |
| (documentation PetsAllowedPolicy EnglishLanguage "PetsAllowedPolicy states that DomesticAnimal is allowed within a specific location") | Hotel.kif 2575-2576 | Pets allowed is a subclass of pet policy |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage PetsAllowedPolicy "pets allowed") | Hotel.kif 2577-2577 |
| antecedent |
|
|
| (=> (and (instance ?POLICY PetsAllowedPolicy) (policyLocationCoverage ?POLICY ?LOC) (policyOwner ?AGENT ?POLICY)) (confersNorm ?AGENT Permission (exists (?PET) (and (instance ?PET DomesticAnimal) (located ?PET ?LOC))))) |
Hotel.kif 2579-2588 | If X is an instance of pets allowed, X covers Y, and Z enacts policy X, then Z confers norm permission for there exists W such that W is an instance of domestic animal and W is located at Y |