Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - postCity
postCity

appearance as argument number 1
-------------------------


(documentation postCity EnglishLanguage "(postCity ?PostalPlace ?City) means that ?PostalPlace is located in ?City.") Mid-level-ontology.kif 26423-26425
(domain postCity 1 PostalPlace) Mid-level-ontology.kif 26420-26420 The number 1 argument of post city is an instance of postal place
(domain postCity 2 City) Mid-level-ontology.kif 26421-26421 The number 2 argument of post city is an instance of city
(instance postCity AsymmetricRelation) Mid-level-ontology.kif 26418-26418 post city is an instance of asymmetric relation
(instance postCity BinaryPredicate) Mid-level-ontology.kif 26419-26419 post city is an instance of binary predicate
(subrelation postCity located) Mid-level-ontology.kif 26422-26422 post city is a subrelation of located

appearance as argument number 2
-------------------------


(format ChineseLanguage postCity "%1 是在 %2 ") domainEnglishFormat.kif 4154-4154
(format ChineseTraditionalLanguage postCity "%1 是在 %2 ") domainEnglishFormat.kif 4153-4153
(format EnglishLanguage postCity "%1 is in %2") domainEnglishFormat.kif 4152-4152
(termFormat EnglishLanguage postCity "post city") domainEnglishFormat.kif 65921-65921

antecedent
-------------------------


(=>
    (and
        (postCity ?PLACE ?CITY)
        (geographicSubregion ?CITY ?AREA)
        (instance ?AREA StateOrProvince))
    (postDistrict ?PLACE ?AREA))
Mid-level-ontology.kif 26386-26391
(=>
    (and
        (postCity ?PLACE ?CITY)
        (geographicSubregion ?CITY ?AREA)
        (or
            (instance ?AREA Nation)
            (instance ?AREA DependencyOrSpecialSovereigntyArea)))
    (postCountry ?PLACE ?AREA))
Mid-level-ontology.kif 26393-26400

consequent
-------------------------


(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO City))
    (postCity ?PLACE ?GEO))
Mid-level-ontology.kif 26427-26432 A postal place is located at a city and the postal place is an instance of postal place and the city is an instance of city if and only if the postal place is in the city
(=>
    (and
        (postNeighborhood ?PLACE ?NEIGHBORHOOD)
        (geographicSubregion ?NEIGHBORHOOD ?CITY)
        (instance ?CITY City))
    (postCity ?PLACE ?CITY))
Mid-level-ontology.kif 26347-26352
(=>
    (and
        (postPostcodeArea ?PLACE ?AREA)
        (geographicSubregion ?AREA ?CITY)
        (instance ?CITY City))
    (postCity ?PLACE ?CITY))
Mid-level-ontology.kif 26461-26466


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners