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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 2519-2520
(subclass PetPolicy Policy) Hotel.kif 2518-2518 Pet policy is a subclass of policy

appearance as argument number 2
-------------------------


(subclass NoPetsPolicy PetPolicy) Hotel.kif 2583-2583 No pets allowed is a subclass of pet policy
(subclass PetsAllowedPolicy PetPolicy) Hotel.kif 2567-2567 Pets allowed is a subclass of pet policy
(termFormat EnglishLanguage PetPolicy "pet policy") Hotel.kif 2521-2521 Pets allowed is a subclass of pet policy

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 2523-2539


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



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