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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - postNeighborhood
postNeighborhood

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


(documentation postNeighborhood EnglishLanguage "(postNeighborhood ?PLACE ?NEIGHBORHOOD) means that ?PLACE is located in ?NEIGHBORHOOD") Mid-level-ontology.kif 26335-26336
(domain postNeighborhood 1 PostalPlace) Mid-level-ontology.kif 26337-26337 The number 1 argument of post neighborhood is an instance of postal place
(domain postNeighborhood 2 Neighborhood) Mid-level-ontology.kif 26338-26338 The number 2 argument of post neighborhood is an instance of neighborhood
(instance postNeighborhood AsymmetricRelation) Mid-level-ontology.kif 26333-26333 post neighborhood is an instance of asymmetric relation
(instance postNeighborhood BinaryPredicate) Mid-level-ontology.kif 26332-26332 post neighborhood is an instance of binary predicate
(subrelation postNeighborhood located) Mid-level-ontology.kif 26334-26334 post neighborhood is a subrelation of located

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


(format ChineseLanguage postNeighborhood "%1 是在 %2 ") domainEnglishFormat.kif 4170-4170
(format ChineseTraditionalLanguage postNeighborhood "%1 是在 %2 ") domainEnglishFormat.kif 4169-4169
(format EnglishLanguage postNeighborhood "%1 is in %2") domainEnglishFormat.kif 4168-4168
(termFormat EnglishLanguage postNeighborhood "post neighborhood") domainEnglishFormat.kif 65925-65925

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


(=>
    (and
        (postNeighborhood ?PLACE ?NEIGHBORHOOD)
        (geographicSubregion ?NEIGHBORHOOD ?CITY)
        (instance ?CITY City))
    (postCity ?PLACE ?CITY))
Mid-level-ontology.kif 26347-26352
(=>
    (and
        (postNeighborhood ?PLACE ?NEIGHBORHOOD)
        (geographicSubregion ?NEIGHBORHOOD ?STATE)
        (instance ?STATE StateOrProvince))
    (postDistrict ?PLACE ?STATE))
Mid-level-ontology.kif 26354-26359

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


(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO Neighborhood))
    (postNeighborhood ?PLACE ?GEO))
Mid-level-ontology.kif 26340-26345 A postal place is located at a neighborhood and the postal place is an instance of postal place and the neighborhood is an instance of neighborhood if and only if the postal place is in the neighborhood


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