PetsAllowedPolicy(pets allowed) |
appearance as argument number 1 |
(documentation PetsAllowedPolicy EnglishLanguage "PetsAllowedPolicy states that DomesticAnimal is allowed within a specific location") | Hotel.kif 2557-2558 | |
(subclass PetsAllowedPolicy PetPolicy) | Hotel.kif 2556-2556 | Pets allowed is a subclass of pet policy |
appearance as argument number 2 |
(termFormat EnglishLanguage PetsAllowedPolicy "pets allowed") | Hotel.kif 2559-2559 |
antecedent |
(=> (and (instance ?POLICY PetsAllowedPolicy) (policyLocationCoverage ?POLICY ?LOC) (policyOwner ?AGENT ?POLICY)) (confersNorm ?AGENT (exists (?PET) (and (instance ?PET DomesticAnimal) (located ?PET ?LOC))) Permission)) |
Hotel.kif 2561-2570 |
|