(=>
(instance ?COMPANY Tavern)
(exists (?SERVICE ?BEVERAGE)
(and
(instance ?SERVICE CommercialService)
(agent ?SERVICE ?COMPANY)
(instance ?SERVICE Selling)
(patient ?SERVICE ?BEVERAGE)
(instance ?BEVERAGE AlcoholicBeverage)))) |
Mid-level-ontology.kif 9004-9012 |
If X is an instance of tavern, then there exist Y, Z such that Y is an instance of commercial service, X is an agent of Y, Y is an instance of selling, Z is a patient of Y, and Z is an instance of alcoholic beverage |
(=>
(holdsDuring ?TIME
(attribute ?PERSON Drunk))
(exists (?PAST)
(and
(temporalPart ?PAST
(PastFn ?TIME))
(holdsDuring ?PAST
(exists (?DRINK ?ALCOHOL)
(and
(instance ?DRINK Drinking)
(patient ?DRINK ?ALCOHOL)
(instance ?ALCOHOL AlcoholicBeverage)
(agent ?DRINK ?PERSON))))))) |
Mid-level-ontology.kif 10033-10044 |
If drunk is an attribute of X holds during Y, then there exists Z such that Z is a part of before Y, there exist W, V such that W is an instance of drinking, V is a patient of W, V is an instance of alcoholic beverage, and X is an agent of W holds during Z |
(=>
(attribute ?P Bartender)
(exists (?S ?B)
(and
(instance ?S Serving)
(instance ?B AlcoholicBeverage)
(agent ?S ?P)
(patient ?S ?B)))) |
Mid-level-ontology.kif 29482-29489 |
If bartender is an attribute of X, then there exist Y, Z such that Y is an instance of serving, Z is an instance of alcoholic beverage, X is an agent of Y, and Z is a patient of Y |
(=>
(and
(instance ?MENU AlcoholMenu)
(catalogItem ?X ?MENU))
(subclass ?X AlcoholicBeverage)) |
Dining.kif 219-223 |
If X is an instance of cocktail menu and Y is in X, then Y is a subclass of alcoholic beverage |