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


KB Term:  Term intersection
English Word: 

Sigma KEE - PetsAllowedPolicy
PetsAllowedPolicy(pets allowed)

appearance as argument number 1
-------------------------


(subclass PetsAllowedPolicy PetPolicy) Hotel.kif 2574-2574 Pets allowed is a subclass of pet policy
(documentation PetsAllowedPolicy EnglishLanguage "PetsAllowedPolicy states that DomesticAnimal is allowed within a specific location") Hotel.kif 2575-2576 Pets allowed is a subclass of pet policy

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


(termFormat EnglishLanguage PetsAllowedPolicy "pets allowed") Hotel.kif 2577-2577

antecedent
-------------------------


(=>
    (and
        (instance ?POLICY PetsAllowedPolicy)
        (policyLocationCoverage ?POLICY ?LOC)
        (policyOwner ?AGENT ?POLICY))
    (confersNorm ?AGENT Permission
        (exists (?PET)
            (and
                (instance ?PET DomesticAnimal)
                (located ?PET ?LOC)))))
Hotel.kif 2579-2588 If X is an instance of pets allowed, X covers Y, and Z enacts policy X, then Z confers norm permission for there exists W such that W is an instance of domestic animal and W is located at Y


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners