postPostcodeArea |
appearance as argument number 1 |
(documentation postPostcodeArea EnglishLanguage "(postPostcodeArea ?PostalPlace ?PostcodeArea) means that ?PostalPlace is located in ?PostcodeArea.") | Mid-level-ontology.kif 25073-25076 | |
(domain postPostcodeArea 1 PostalPlace) | Mid-level-ontology.kif 25070-25070 | The number 1 argument of post postcode area is an instance of postal place |
(domain postPostcodeArea 2 PostcodeArea) | Mid-level-ontology.kif 25071-25071 | The number 2 argument of post postcode area is an instance of postcode area |
(instance postPostcodeArea AsymmetricRelation) | Mid-level-ontology.kif 25068-25068 | post postcode area is an instance of asymmetric relation |
(instance postPostcodeArea BinaryPredicate) | Mid-level-ontology.kif 25069-25069 | post postcode area is an instance of binary predicate |
(subrelation postPostcodeArea located) | Mid-level-ontology.kif 25072-25072 | post postcode area is a subrelation of located |
appearance as argument number 2 |
(format ChineseLanguage postPostcodeArea "%1 是在 post code %2 ") | domainEnglishFormat.kif 4170-4170 | |
(format ChineseTraditionalLanguage postPostcodeArea "%1 是在 post code %2 ") | domainEnglishFormat.kif 4169-4169 | |
(format EnglishLanguage postPostcodeArea "%1 is in post code %2") | domainEnglishFormat.kif 4168-4168 | |
(termFormat EnglishLanguage postPostcodeArea "post postcode area") | domainEnglishFormat.kif 65966-65966 |
antecedent |
(=> (and (postPostcodeArea ?PLACE ?AREA) (geographicSubregion ?AREA ?CITY) (instance ?CITY City)) (postCity ?PLACE ?CITY)) |
Mid-level-ontology.kif 25085-25090 |
|
(=> (and (postPostcodeArea ?PLACE ?AREA) (geographicSubregion ?AREA ?GEO) (instance ?GEO StateOrProvince)) (postDistrict ?PLACE ?GEO)) |
Mid-level-ontology.kif 25092-25097 |
|
consequent |
(<=> (and (located ?PLACE ?AREA) (instance ?PLACE PostalPlace) (instance ?AREA PostcodeArea)) (postPostcodeArea ?PLACE ?AREA)) |
Mid-level-ontology.kif 25078-25083 | A postal place is located at a postcode area and the postal place is an instance of postal place and the postcode area is an instance of postcode area if and only if the postal place is in post code the postcode area |