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

Formal Language: 


KB Term:  Term intersection
English Word: 

  PetPolicy

Sigma KEE - PetPolicy
PetPolicy

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

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


(subclass NoPetsPolicy PetPolicy) Hotel.kif 2583-2583
(subclass PetsAllowedPolicy PetPolicy) Hotel.kif 2567-2567
(termFormat EnglishLanguage PetPolicy "pet policy") Hotel.kif 2521-2521

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