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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - numberOccupant
numberOccupant

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


(documentation numberOccupant EnglishLanguage "(numberOccupant ?RESERVE ?NUM) means that the HotelReservation ?RESERVE indicates Integer ?NUM of Human that will potentially be staying in the TravelerAccommodation") Hotel.kif 2865-2867
(domain numberOccupant 1 HotelReservation) Hotel.kif 2869-2869 The number 1 argument of number of occupants is an instance of hotel reservation
(domain numberOccupant 2 Integer) Hotel.kif 2870-2870 The number 2 argument of number of occupants is an instance of integer
(instance numberOccupant BinaryPredicate) Hotel.kif 2864-2864 number of occupants is an instance of binary predicate

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


(format ChineseLanguage numberOccupant "%1 也许 have %2 居住者") domainEnglishFormat.kif 3988-3988
(format ChineseTraditionalLanguage numberOccupant "%1 也許 have %2 居住者") domainEnglishFormat.kif 3987-3987
(format EnglishLanguage numberOccupant "%1 may have %2 occupants") domainEnglishFormat.kif 3986-3986
(subrelation numberAdultOccupant numberOccupant) Hotel.kif 2886-2886 number of adult occupants is a subrelation of number of occupants
(subrelation numberChildOccupant numberOccupant) Hotel.kif 2905-2905 number of child occupants is a subrelation of number of occupants
(subrelation numberSeniorOccupant numberOccupant) Hotel.kif 2927-2927 number of senior occupants is a subrelation of number of occupants
(termFormat EnglishLanguage numberOccupant "number of occupants") Hotel.kif 2868-2868 number of senior occupants is a subrelation of number of occupants

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


(=>
    (and
        (numberOccupant ?RESERVE ?NUM)
        (fulfillingEntity ?HOTEL ?RESERVE))
    (exists (?COL)
        (and
            (instance ?COL GroupOfPeople)
            (memberType ?COL Human)
            (memberCount ?COL ?NUM)
            (potentialCustomer ?COL ?HOTEL))))
Hotel.kif 2875-2884


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