(=>
(instance ?KISS Kissing)
(exists (?PERSON1 ?PERSON2 ?LIP1 ?LIP2)
(and
(agent ?KISS ?PERSON1)
(agent ?KISS ?PERSON2)
(instance ?PERSON1 Human)
(instance ?PERSON2 Human)
(not
(equal ?PERSON1 ?PERSON2))
(instance ?LIP1 Lip)
(instance ?LIP2 Lip)
(part ?LIP1 ?PERSON1)
(part ?LIP2 ?PERSON2)
(holdsDuring
(BeginFn
(WhenFn ?KISS))
(not
(meetsSpatially ?LIP1 ?LIP2)))
(holdsDuring
(EndFn
(WhenFn ?KISS))
(meetsSpatially ?LIP1 ?LIP2))))) |
Mid-level-ontology.kif 12500-12519 |
|