(<=>
(and
(instance ?B BodyPart)
(holdsDuring ?T
(attribute ?B Bare)))
(holdsDuring ?T
(not
(exists (?C)
(and
(instance ?C Clothing)
(covers ?C ?B)))))) |
Mid-level-ontology.kif 31292-31302 |
An entity is an instance of body part and bare is an attribute of the entity holds during a time position if and only if there doesn't exist another entity such that the other entity is an instance of clothing and the other entity covers the entity holds during the time position |
(=>
(and
(instance ?DRESS Dressing)
(agent ?DRESS ?AGENT)
(patient ?DRESS ?CLOTHING))
(and
(instance ?CLOTHING Clothing)
(holdsDuring
(BeginFn
(WhenFn ?DRESS))
(not
(wears ?AGENT ?CLOTHING)))
(holdsDuring
(EndFn
(WhenFn ?DRESS))
(wears ?AGENT ?CLOTHING)))) |
Mid-level-ontology.kif 6052-6067 |
|
(=>
(and
(instance ?ORG Organization)
(attribute ?ORG ApparelManufacturing))
(exists (?EV ?MEM)
(and
(member ?MEM ?ORG)
(agent ?MEM ?EV)
(exists (?THING ?MEM2 ?EV2)
(and
(instance ?EV Manufacture)
(instance ?THING Clothing)
(patient ?EV ?THING)
(member ?MEM2 ?ORG)
(instance ?EV2 Selling)
(agent ?EV2 ?MEM2)
(patient ?EV2 ?THING)))))) |
naics.kif 2194-2210 |
|
(=>
(and
(instance ?ORG Organization)
(attribute ?ORG ClothingAndClothingAccessoriesStores))
(exists (?EV ?MEM)
(and
(member ?MEM ?ORG)
(agent ?MEM ?EV)
(exists (?THING)
(and
(instance ?EV Selling)
(instance ?THING Clothing)
(patient ?EV ?THING)))))) |
naics.kif 7509-7521 |
|
(=>
(and
(instance ?ORG Organization)
(attribute ?ORG LeatherAndAlliedProductManufacturing))
(exists (?EV ?MEM)
(and
(member ?MEM ?ORG)
(agent ?MEM ?EV)
(exists (?THING ?MEM2 ?EV2)
(and
(instance ?EV Manufacture)
(or
(instance ?THING Clothing)
(instance ?THING Fabric))
(patient ?EV ?THING)
(member ?MEM2 ?ORG)
(instance ?EV2 Selling)
(agent ?EV2 ?MEM2)
(patient ?EV2 ?THING)))))) |
naics.kif 2457-2475 |
|
(=>
(and
(wears ?P ?B)
(instance ?B Belt))
(exists (?C)
(and
(instance ?C Clothing)
(wears ?P ?C)
(meetsSpatially ?B ?C)))) |
Mid-level-ontology.kif 5621-5629 |
|
(=>
(holdsDuring ?T
(and
(attribute ?A Barefoot)
(instance ?F Foot)
(part ?F ?A)))
(holdsDuring ?T
(not
(exists (?C)
(and
(instance ?C Clothing)
(covers ?C ?F)))))) |
Mid-level-ontology.kif 31220-31231 |
|
(=>
(holdsDuring ?T
(attribute ?A Clothed))
(holdsDuring ?T
(not
(exists (?P)
(and
(instance ?P ReproductiveBody)
(part ?P ?A)
(not
(exists (?C)
(and
(instance ?C Clothing)
(covers ?C ?P))))))))) |
Mid-level-ontology.kif 31274-31287 |
|
(=>
(holdsDuring ?T
(attribute ?A Naked))
(holdsDuring ?T
(not
(exists (?C)
(and
(instance ?C Clothing)
(wears ?A ?C)))))) |
Mid-level-ontology.kif 31249-31257 |
|
(=>
(instance ?B Button)
(hasPurpose ?B
(exists (?C)
(and
(instance ?C Clothing)
(part ?B ?C))))) |
Mid-level-ontology.kif 4330-4336 |
|
(=>
(instance ?POCKET Pocket)
(exists (?CLOTHING)
(and
(instance ?CLOTHING Clothing)
(part ?POCKET ?CLOTHING)))) |
Mid-level-ontology.kif 5969-5974 |
|
(=>
(instance ?S Sewing)
(capability Clothing patient ?S)) |
Mid-level-ontology.kif 6172-6174 |
|
(=>
(instance ?SVC DryCleaningService)
(exists (?CLOTHES ?WATER ?CHEM)
(and
(instance ?CLOTHES Clothing)
(not
(instrument ?SVC ?WATER))
(instance ?WATER Water)
(instance ?CHEM ChemicalProduct)
(instrument ?SVC ?CHEM)
(patient ?SVC ?CLOTHES)
(result ?SVC
(attribute ?CLOTHES Clean))))) |
Hotel.kif 1809-1819 |
|
(=>
(instance ?SVC LaundryService)
(exists (?CLOTHES ?WASH ?DRY ?IRON)
(and
(instance ?CLOTHES Clothing)
(patient ?SVC ?CLOTHES)
(subProcess ?WASH ?SVC)
(instance ?WASH Washing)
(patient ?WASH ?CLOTHES)
(result ?WASH
(attribute ?CLOTHES Clean))
(subProcess ?DRY ?SVC)
(instance ?DRY Drying)
(patient ?DRY ?CLOTHES)
(instance ?IRON Ironing)
(subProcess ?IRON ?SVC)
(patient ?IRON ?CLOTHES)
(before
(BeginFn
(WhenFn ?WASH))
(BeginFn
(WhenFn ?DRY)))
(before
(BeginFn
(WhenFn ?DRY))
(BeginFn
(WhenFn ?IRON)))))) |
Hotel.kif 1785-1802 |
|
(=>
(instance ?SVC ValetLaundryService)
(exists (?CUST ?AGENT ?LOC ?CLOTHES ?LAUNDRY ?PICKUP ?DELIVERY)
(and
(customer ?CUST ?AGENT)
(stays ?CUST ?LOC)
(agent ?SVC ?AGENT)
(instance ?CLOTHES Clothing)
(instance ?PICKUP Getting)
(located ?PICKUP ?LOC)
(patient ?PICKUP ?CLOTHES)
(agent ?PICKUP ?AGENT)
(or
(instance ?LAUNDRY LaundryService)
(instance ?LAUNDRY DryCleaningService))
(agent ?LAUNDRY ?AGENT)
(patient ?LAUNDRY ?CLOTHES)
(instance ?DELIVERY DeliveryService)
(patient ?DELIVERY ?CLOTHES)
(destination ?DELIVERY ?LOC)
(before
(BeginFn
(WhenFn ?PICKUP))
(BeginFn
(WhenFn ?LAUNDRY)))
(before
(BeginFn
(WhenFn ?LAUNDRY))
(BeginFn
(WhenFn ?DELIVERY)))))) |
Hotel.kif 1827-1848 |
- If a process is an instance of valet laundry,
- then there exist a human, an agent,, , a temporary residence,, , an entity,, , another process,, , a third process and a fourth process such that the agent is a customer of the human and the human stays at the temporary residence and the agent is an agent of the process and the entity is an instance of clothing and the third process is an instance of getting and the third process is located at the temporary residence and the entity is a patient of the third process and the agent is an agent of the third process and the other process is an instance of laundry service or the other process is an instance of dry-clean and the agent is an agent of the other process and the entity is a patient of the other process and the fourth process is an instance of delivery service and the entity is a patient of the fourth process and the fourth process ends up at the temporary residence and the beginning of the time of existence of the third process happens before the beginning of the time of existence of the other process and the beginning of the time of existence of the other process happens before the beginning of the time of existence of the fourth process
|
(=>
(instance ?X IroningService)
(exists (?IRON ?CLOTHES)
(and
(instance ?CLOTHES Clothing)
(instance ?IRON Ironing)
(patient ?IRON ?CLOTHES)
(subProcess ?IRON ?X)))) |
Hotel.kif 1856-1863 |
|