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 26409-26411
(domain postCity 1 PostalPlace) Mid-level-ontology.kif 26406-26406 The number 1 argument of post city is an instance of postal place
(domain postCity 2 City) Mid-level-ontology.kif 26407-26407 The number 2 argument of post city is an instance of city
(instance postCity AsymmetricRelation) Mid-level-ontology.kif 26404-26404 post city is an instance of asymmetric relation
(instance postCity BinaryPredicate) Mid-level-ontology.kif 26405-26405 post city is an instance of binary predicate
(subrelation postCity located) Mid-level-ontology.kif 26408-26408 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 65920-65920

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


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

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


(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO City))
    (postCity ?PLACE ?GEO))
Mid-level-ontology.kif 26413-26418 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 26333-26338
(=>
    (and
        (postPostcodeArea ?PLACE ?AREA)
        (geographicSubregion ?AREA ?CITY)
        (instance ?CITY City))
    (postCity ?PLACE ?CITY))
Mid-level-ontology.kif 26447-26452


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