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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - NoChildrenPolicy
NoChildrenPolicy

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


(documentation NoChildrenPolicy EnglishLanguage "NoChildrenPolicy states that HumanChild are not allowed within a specific location") Hotel.kif 2622-2623
(subclass NoChildrenPolicy ChildrenPolicy) Hotel.kif 2621-2621

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


(termFormat EnglishLanguage NoChildrenPolicy "no children allowed") Hotel.kif 2624-2624

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


(=>
    (and
        (instance ?POLICY NoChildrenPolicy)
        (policyLocationCoverage ?POLICY ?LOC)
        (policyOwner ?AGENT ?POLICY))
    (deprivesNorm ?AGENT
        (exists (?CHILD)
            (and
                (instance ?CHILD HumanChild)
                (located ?CHILD ?LOC))) Permission))
Hotel.kif 2626-2635


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