PetPolicy
|
|
appearance as argument number 1 |
(documentation PetPolicy EnglishLanguage "PetPolicy indicates where DomesticAnimal is allowed or not in the premises") | Hotel.kif 2508-2509 | |
(subclass PetPolicy Policy) | Hotel.kif 2507-2507 | Pet policy is a subclass of policy |
appearance as argument number 2 |
(subclass NoPetsPolicy PetPolicy) | Hotel.kif 2572-2572 | No pets allowed is a subclass of pet policy |
(subclass PetsAllowedPolicy PetPolicy) | Hotel.kif 2556-2556 | Pets allowed is a subclass of pet policy |
(termFormat EnglishLanguage PetPolicy "pet policy") | Hotel.kif 2510-2510 |
antecedent |
(=> (and (instance ?POLICY PetPolicy) (policyLocationCoverage ?POLICY ?LOC)) (or (containsInformation ?POLICY (modalAttribute (exists (?PET1) (and (instance ?PET1 DomesticAnimal) (located ?PET1 ?LOC))) Permission)) (containsInformation ?POLICY (modalAttribute (exists (?PET2) (and (instance ?PET2 DomesticAnimal) (located ?PET2 ?LOC))) Prohibition)))) |
Hotel.kif 2512-2528 |
|