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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - NoPetsPolicy
NoPetsPolicy

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


(documentation NoPetsPolicy EnglishLanguage "NoPetsPolicy states that DomesticAnimal is not allowed within a specific location") Hotel.kif 2584-2585
(subclass NoPetsPolicy PetPolicy) Hotel.kif 2583-2583

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


(termFormat EnglishLanguage NoPetsPolicy "no pets allowed") Hotel.kif 2586-2586

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 2588-2597


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