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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ChildrenPolicy
ChildrenPolicy(children policy)

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


(documentation ChildrenPolicy EnglishLanguage "ChildrenPolicy dictates if HumanChild is allowed or not in an establishment") Hotel.kif 2531-2532
(subclass ChildrenPolicy Policy) Hotel.kif 2530-2530 Children policy is a subclass of policy

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


(subclass NoChildrenPolicy ChildrenPolicy) Hotel.kif 2621-2621 No children allowed is a subclass of children policy
(termFormat EnglishLanguage ChildrenPolicy "children policy") Hotel.kif 2533-2533

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


(=>
    (and
        (instance ?POLICY ChildrenPolicy)
        (policyOwner ?AGENT ?POLICY)
        (policyLocationCoverage ?POLICY ?LOC))
    (or
        (containsInformation ?POLICY
            (modalAttribute
                (exists (?CUST1)
                    (and
                        (customer ?CUST1 ?AGENT)
                        (instance ?CUST1 HumanChild))) Possibility))
        (containsInformation ?POLICY
            (not
                (modalAttribute
                    (exists (?CUST2)
                        (and
                            (customer ?CUST2 ?AGENT)
                            (instance ?CUST2 HumanChild))) Possibility)))))
Hotel.kif 2535-2553


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