(=>
(telephoneNumber ?NUMBER ?AGENT)
(siteForContact ?NUMBER ?AGENT)) |
Mid-level-ontology.kif 27273-27275 |
If X is the telephone number of Y, then Y can be contacted at X |
(=>
(and
(instance ?AGENT Human)
(holdsDuring ?TIME
(and
(deviceTelecomNumber ?NUMBER ?DEVICE)
(telephoneNumber ?NUMBER ?AGENT)
(located ?DEVICE ?PLACE)
(instance ?PLACE Residence))))
(holdsDuring ?TIME
(inhabits ?AGENT ?PLACE))) |
Mid-level-ontology.kif 27317-27326 |
If X is an instance of human and Y has number Z, Z is the telephone number of X, Y is located at W, and W is an instance of residence holds during V, then X lives in W holds during V |
(=>
(and
(instance ?H Hotline)
(telephoneNumber ?H ?O)
(instance ?O Organization))
(hasPurpose ?H
(exists (?T)
(and
(instance ?T Telephoning)
(destination ?T ?O)
(modalAttribute
(exists (?C)
(and
(instance ?C Communication)
(instrument ?C ?H)
(equal
(BeginFn
(WhenFn ?C))
(BeginFn
(ImmediateFutureFn
(WhenFn ?T)))))) Likely))))) |
Mid-level-ontology.kif 27413-27434 |
If X is an instance of hotline, X is the telephone number of Y, and Y is an instance of organization, then X has the purpose there exists Z such that Z is an instance of telephoning, Z ends up at Y, the statement there exists W such that W is an instance of communication, X is an instrument for W, equal the beginning of the time of existence of W, and the beginning of immediately after the time of existence of Z has the modal force of likely |
(=>
(and
(instance ?DEVICE MobileCellPhone)
(holdsDuring ?TIME
(and
(deviceTelecomNumber ?NUMBER ?DEVICE)
(telephoneNumber ?NUMBER ?AGENT))))
(holdsDuring ?TIME
(mobilePhoneNumber ?NUMBER ?AGENT))) |
Mid-level-ontology.kif 27453-27460 |
If X is an instance of mobile cell phone and X has number Y and Y is the telephone number of Z holds during W, then the mobile number of Z is Y holds during W |