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


KB Term:  Term intersection
English Word: 

Sigma KEE - postCity
postCity

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


(instance postCity AsymmetricRelation) Mid-level-ontology.kif 27153-27153 post city is an instance of asymmetric relation
(instance postCity BinaryPredicate) Mid-level-ontology.kif 27154-27154 post city is an instance of binary predicate
(domain postCity 1 PostalPlace) Mid-level-ontology.kif 27155-27155 The number 1 argument of post city is an instance of postal place
(domain postCity 2 City) Mid-level-ontology.kif 27156-27156 The number 2 argument of post city is an instance of city
(subrelation postCity located) Mid-level-ontology.kif 27157-27157 post city is a subrelation of located
(documentation postCity EnglishLanguage "(postCity ?PostalPlace ?City) means that ?PostalPlace is located in ?City.") Mid-level-ontology.kif 27158-27160 post city is a subrelation of located

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


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

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


(=>
    (and
        (postCity ?PLACE ?CITY)
        (geographicSubregion ?CITY ?AREA)
        (instance ?AREA StateOrProvince))
    (postDistrict ?PLACE ?AREA))
Mid-level-ontology.kif 27121-27126 If X is in Y, Y is a geographic subregion of Z, and Z is an instance of state or province, then X is in Z
(=>
    (and
        (postCity ?PLACE ?CITY)
        (geographicSubregion ?CITY ?AREA)
        (or
            (instance ?AREA Nation)
            (instance ?AREA DependencyOrSpecialSovereigntyArea)))
    (postCountry ?PLACE ?AREA))
Mid-level-ontology.kif 27128-27135 If X is in Y, Y is a geographic subregion of Z, and Z is an instance of nation or Z is an instance of dependency or special sovereignty area, then X is in Z

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


(=>
    (and
        (postNeighborhood ?PLACE ?NEIGHBORHOOD)
        (geographicSubregion ?NEIGHBORHOOD ?CITY)
        (instance ?CITY City))
    (postCity ?PLACE ?CITY))
Mid-level-ontology.kif 27082-27087 If X is in Y, Y is a geographic subregion of Z, and Z is an instance of city, then X is in Z
(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO City))
    (postCity ?PLACE ?GEO))
Mid-level-ontology.kif 27162-27167 X is located at Y, X is an instance of postal place, Y is an instance of city if, and only if X is in Y
(=>
    (and
        (postPostcodeArea ?PLACE ?AREA)
        (geographicSubregion ?AREA ?CITY)
        (instance ?CITY City))
    (postCity ?PLACE ?CITY))
Mid-level-ontology.kif 27196-27201 If X is in post code Y, Y is a geographic subregion of Z, and Z is an instance of city, then X is in Z


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