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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PostalPlace
PostalPlace

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


(documentation PostalPlace EnglishLanguage "A PostalPlace is any LocalizablePlace that can have a postal address, and to which hardcopy mail (letters, packages, etc.) can be delivered.") Mid-level-ontology.kif 24590-24592
(subclass PostalPlace ContactSite) Mid-level-ontology.kif 24589-24589 子類 PostalPlace and ContactSite
(subclass PostalPlace LocalizablePlace) Mid-level-ontology.kif 24588-24588 子類 PostalPlace and LocalizablePlace
(subclass PostalPlace StationaryArtifact) Mid-level-ontology.kif 24587-24587 子類 PostalPlace and StationaryArtifact

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


(subclass MilitaryInstallation PostalPlace) Mid-level-ontology.kif 24595-24595 子類 軍事裝置 and PostalPlace
(subclass PlaceOfCommerce PostalPlace) Mid-level-ontology.kif 24597-24597 子類 商業地點 and PostalPlace
(subclass Residence PostalPlace) Mid-level-ontology.kif 24596-24596 子類 住宅 and PostalPlace
(termFormat EnglishLanguage PostalPlace "postal place") Mid-level-ontology.kif 24593-24593

appearance as argument number 3
-------------------------


(domain floorCode 2 PostalPlace) Mid-level-ontology.kif 24629-24629 floorCode, 2 and PostalPlace
(domain postAddressText 2 PostalPlace) Mid-level-ontology.kif 24851-24851 postAddressText, 2 and PostalPlace
(domain postCity 1 PostalPlace) Mid-level-ontology.kif 24755-24755 postCity, 1 and PostalPlace
(domain postContactSite 1 PostalPlace) Mid-level-ontology.kif 24610-24610 postContactSite, 1 and PostalPlace
(domain postCountry 1 PostalPlace) Mid-level-ontology.kif 24698-24698 postCountry, 1 and PostalPlace
(domain postDistrict 1 PostalPlace) Mid-level-ontology.kif 24739-24739 postDistrict, 1 and PostalPlace
(domain postNeighborhood 1 PostalPlace) Mid-level-ontology.kif 24672-24672 postNeighborhood, 1 and PostalPlace
(domain postPostOfficeBox 2 PostalPlace) Mid-level-ontology.kif 24836-24836 postPostOfficeBox, 2 and PostalPlace
(domain postPostcodeArea 1 PostalPlace) Mid-level-ontology.kif 24781-24781 postPostcodeArea, 1 and PostalPlace
(domain postStreet 1 PostalPlace) Mid-level-ontology.kif 24812-24812 postStreet, 1 and PostalPlace
(domain postStreetNumber 2 PostalPlace) Mid-level-ontology.kif 24825-24825 postStreetNumber, 2 and PostalPlace
(domain unitNumber 2 PostalPlace) Mid-level-ontology.kif 24623-24623 單位號碼, 2 and PostalPlace
(domain workAddress 1 PostalPlace) Mid-level-ontology.kif 23222-23222 工作地址, 1 and PostalPlace

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


(<=>
    (and
        (located ?PLACE ?AREA)
        (instance ?PLACE PostalPlace)
        (instance ?AREA PostcodeArea))
    (postPostcodeArea ?PLACE ?AREA))
Mid-level-ontology.kif 24789-24794 位於 PostalPlace and PostcodeArea PostalPlace and PostalPlace PostcodeArea and PostcodeArea PostalPlace 是在 post code PostcodeArea
(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO City))
    (postCity ?PLACE ?GEO))
Mid-level-ontology.kif 24762-24767 位於 PostalPlace and City PostalPlace and PostalPlace City and City PostalPlace 是在 City
(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO Neighborhood))
    (postNeighborhood ?PLACE ?GEO))
Mid-level-ontology.kif 24675-24680 位於 PostalPlace and Neighborhood PostalPlace and PostalPlace Neighborhood and Neighborhood PostalPlace 是在 Neighborhood
(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO StateOrProvince))
    (postDistrict ?PLACE ?GEO))
Mid-level-ontology.kif 24746-24751 位於 PostalPlace and StateOrProvince PostalPlace and PostalPlace StateOrProvince and StateOrProvince PostalPlace 是在 StateOrProvince
(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (or
            (instance ?GEO Nation)
            (instance ?GEO DependencyOrSpecialSovereigntyArea)))
    (postCountry ?PLACE ?GEO))
Mid-level-ontology.kif 24712-24719 位於 PostalPlace and GeopoliticalArea PostalPlace and PostalPlace GeopoliticalArea and Nation GeopoliticalArea and 依賴或特殊主權領域 PostalPlace 是在 GeopoliticalArea

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


(=>
    (instance ?SVC ShuttleService)
    (exists (?LIST ?VEHICLE ?AGENT)
        (and
            (agent ?SVC ?AGENT)
            (possesses ?AGENT ?VEHICLE)
            (instance ?VEHICLE Automobile)
            (instance ?LIST List)
            (forall (?X)
                (=>
                    (inList ?X ?LIST)
                    (and
                        (instance ?X PostalPlace)
                        (exists (?TRANSPORT)
                            (and
                                (instance ?TRANSPORT Transportation)
                                (agent ?TRANSPORT ?AGENT)
                                (instrument ?TRANSPORT ?VEHICLE)
                                (destination ?TRANSPORT ?X)))))))))
Hotel.kif 2035-2053


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