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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TravelContainer
TravelContainer(travel container)bag, baggage, briefcase, grip, luggage, suitcase, traveling_bag, travelling_bag, valise

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


(documentation TravelContainer EnglishLanguage "Any Container which is intended to be used for carrying clothing, toiletries, and other personal effects that would be needed on a overnight trip.") Mid-level-ontology.kif 5138-5140
(subclass TravelContainer Container) Mid-level-ontology.kif 5137-5137 Travel container is a subclass of container

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


(termFormat ChineseLanguage TravelContainer "旅行集装箱") domainEnglishFormat.kif 59073-59073
(termFormat ChineseTraditionalLanguage TravelContainer "旅行集裝箱") domainEnglishFormat.kif 59072-59072
(termFormat EnglishLanguage TravelContainer "travel container") domainEnglishFormat.kif 59071-59071

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


(=>
    (and
        (customer ?CUST ?AGENT)
        (employs ?AGENT ?X)
        (attribute ?AGENT TravelerAccommodation)
        (attribute ?X Porter)
        (possesses ?CUST ?LUGGAGE)
        (instance ?LUGGAGE TravelContainer))
    (exists (?ROOM ?CARRY)
        (and
            (instance ?ROOM HotelUnit)
            (instance ?CARRY Carrying)
            (agent ?CARRY ?X)
            (or
                (destination ?CARRY ?ROOM)
                (origin ?CARRY ?ROOM)))))
Hotel.kif 2403-2418

consequent
-------------------------


(=>
    (attribute ?X Porter)
    (hasPurpose ?X
        (exists (?LUGGAGE ?CARRY)
            (and
                (instance ?LUGGAGE TravelContainer)
                (instance ?CARRY Carrying)
                (agent ?CARRY ?X)))))
Hotel.kif 2394-2401


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