(=>
(and
(instance ?R Region)
(equal ?R
(OuterBoundaryFn ?B))
(instance ?B Eyeball))
(exists (?C ?S)
(and
(part ?C ?R)
(instance ?C Cornea)
(part ?S ?R)
(instance ?S Sclera)
(meetsSpatially ?C ?S)
(equal ?C
(FrontFn ?B))))) |
Mid-level-ontology.kif 13744-13758 |
If X is an instance of region, equal X and the outer boundary of Y, and Y is an instance of eye ball, then All of the following hold: (1) there exist Z (2) W such that Z is a part of X (3) Z is an instance of cornea (4) W is a part of X (5) W is an instance of sclera (6) Z meets W (7) equal Z (8) the front of Y |