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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ChildrenPolicy

Sigma KEE - ChildrenPolicy
ChildrenPolicy

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

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


(subclass NoChildrenPolicy ChildrenPolicy) Hotel.kif 2621-2621
(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 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