Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  PetPolicy

Sigma KEE - PetPolicy
PetPolicy(pet policy)

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


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners