![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
NoChildrenPolicy
|
|
|
| appearance as argument number 1 |
|
|
| (subclass NoChildrenPolicy ChildrenPolicy) | Hotel.kif 2639-2639 | No children allowed is a subclass of children policy |
| (documentation NoChildrenPolicy EnglishLanguage "NoChildrenPolicy states that HumanChild are not allowed within a specific location") | Hotel.kif 2640-2641 | No children allowed is a subclass of children policy |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage NoChildrenPolicy "no children allowed") | Hotel.kif 2642-2642 |
| antecedent |
|
|
| (=> (and (instance ?POLICY NoChildrenPolicy) (policyLocationCoverage ?POLICY ?LOC) (policyOwner ?AGENT ?POLICY)) (deprivesNorm ?AGENT Permission (exists (?CHILD) (and (instance ?CHILD HumanChild) (located ?CHILD ?LOC))))) |
Hotel.kif 2644-2653 | If X is an instance of no children allowed, X covers Y, and Z enacts policy X, then Z deprives norm permission for there exists W such that W is an instance of human child and W is located at Y |