| PostalPlace(postal place) |
| appearance as argument number 1 |
|
|
| (subclass PostalPlace StationaryArtifact) | Mid-level-ontology.kif 26987-26987 | Postal place is a subclass of stationary artifact |
| (subclass PostalPlace LocalizablePlace) | Mid-level-ontology.kif 26988-26988 | Postal place is a subclass of localizable place |
| (subclass PostalPlace ContactSite) | Mid-level-ontology.kif 26989-26989 | Postal place is a subclass of contact site |
| (documentation PostalPlace EnglishLanguage "A PostalPlace is any LocalizablePlace that can have a postal address, and to which hardcopy mail (letters, packages, etc.) can be delivered.") | Mid-level-ontology.kif 26990-26992 | Postal place is a subclass of contact site |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| antecedent |
|
|
| consequent |
|
|
| (=> (instance ?SVC ShuttleService) (exists (?LIST ?VEHICLE ?AGENT) (and (agent ?SVC ?AGENT) (possesses ?AGENT ?VEHICLE) (instance ?VEHICLE Automobile) (instance ?LIST List) (forall (?X) (=> (inList ?X ?LIST) (and (instance ?X PostalPlace) (exists (?TRANSPORT) (and (instance ?TRANSPORT Transportation) (agent ?TRANSPORT ?AGENT) (instrument ?TRANSPORT ?VEHICLE) (destination ?TRANSPORT ?X))))))))) |
Hotel.kif 2046-2064 | If X is an instance of shuttle, then All of the following hold: (1) there exist Y, Z (2) W such that W is an agent of X (3) W possesses Z (4) Z is an instance of automobile (5) Y is an instance of list (6) V V is a member of YV is an instance of postal place (7) there exists U such that U is an instance of transportation (8) W is an agent of U (9) Z is an instrument for U (10) U ends up at V |
| (=> (instance ?BUS Business) (exists (?PP) (and (instance ?PP PostalPlace) (located ?BUS ?PP)))) |
Society.kif 247-252 | If X is an instance of business, then there exists Y such that Y is an instance of postal place and X is located at Y |
|
|