NoPetsPolicy(no pets allowed) |
appearance as argument number 1 |
(documentation NoPetsPolicy EnglishLanguage "NoPetsPolicy states that DomesticAnimal is not allowed within a specific location") | Hotel.kif 2573-2574 | |
(subclass NoPetsPolicy PetPolicy) | Hotel.kif 2572-2572 | No pets allowed is a subclass of pet policy |
appearance as argument number 2 |
(termFormat EnglishLanguage NoPetsPolicy "no pets allowed") | Hotel.kif 2575-2575 |
antecedent |
(=> (and (instance ?POLICY NoPetsPolicy) (policyLocationCoverage ?POLICY ?LOC) (policyOwner ?AGENT ?POLICY)) (deprivesNorm ?AGENT (exists (?PET) (and (instance ?PET DomesticAnimal) (located ?PET ?LOC))) Permission)) |
Hotel.kif 2577-2586 |
|