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

Formal Language: 



KB Term:  Term intersection
English Word: 

  numberChildOccupant

Sigma KEE - numberChildOccupant
numberChildOccupant

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


(documentation numberChildOccupant EnglishLanguage "(numberChildOccupant ?RESERVE ?NUM) means tht the HotelReservation ?RESERVE indicates Integer ?NUM of HumanChild is included in the reservation") Hotel.kif 2896-2898
(domain numberChildOccupant 1 HotelReservation) Hotel.kif 2900-2900 Die Zahl 1 Argument von numberChildOccupant ist ein fall von HotelReservation %n{nicht}
(domain numberChildOccupant 2 Integer) Hotel.kif 2901-2901 Die Zahl 2 Argument von numberChildOccupant ist ein fall von Integer %n{nicht}
(instance numberChildOccupant BinaryPredicate) Hotel.kif 2895-2895 numberChildOccupant ist ein fall von BinaryPredicate %n{nicht}
(subrelation numberChildOccupant numberOccupant) Hotel.kif 2894-2894 numberChildOccupant ist eine teilrelation von numberOccupant

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


(format ChineseLanguage numberChildOccupant "%1 也许 have %2 孩童") domainEnglishFormat.kif 3986-3986
(format ChineseTraditionalLanguage numberChildOccupant "%1 也許 have %2 孩童") domainEnglishFormat.kif 3985-3985
(format EnglishLanguage numberChildOccupant "%1 may have %2 children") domainEnglishFormat.kif 3984-3984
(termFormat EnglishLanguage numberChildOccupant "number of child occupants") Hotel.kif 2899-2899

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


(=>
    (and
        (numberChildOccupant ?RESERVE ?NUM)
        (fulfillingEntity ?HOTEL ?RESERVE))
    (exists (?COL ?SUBCOL)
        (and
            (instance ?COL GroupOfPeople)
            (subCollection ?SUBCOL ?COL)
            (instance ?SUBCOL GroupOfPeople)
            (memberType ?SUBCOL HumanChild)
            (memberCount ?SUBCOL ?NUM)
            (potentialCustomer ?COL ?HOTEL))))
Hotel.kif 2903-2914


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