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

Formal Language: 



KB Term:  Term intersection
English Word: 

  PostalPlace

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 24591-24593
(subclass PostalPlace ContactSite) Mid-level-ontology.kif 24590-24590 PostalPlace è una sottoclasse di ContactSite
(subclass PostalPlace LocalizablePlace) Mid-level-ontology.kif 24589-24589 PostalPlace è una sottoclasse di LocalizablePlace
(subclass PostalPlace StationaryArtifact) Mid-level-ontology.kif 24588-24588 PostalPlace è una sottoclasse di ManufattoStatico

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


(subclass MilitaryInstallation PostalPlace) Mid-level-ontology.kif 24596-24596 MilitaryInstallation è una sottoclasse di PostalPlace
(subclass PlaceOfCommerce PostalPlace) Mid-level-ontology.kif 24598-24598 PlaceOfCommerce è una sottoclasse di PostalPlace
(subclass Residence PostalPlace) Mid-level-ontology.kif 24597-24597 Residence è una sottoclasse di PostalPlace
(termFormat EnglishLanguage PostalPlace "postal place") Mid-level-ontology.kif 24594-24594

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


(domain floorCode 2 PostalPlace) Mid-level-ontology.kif 24630-24630 Il numero 2 argomenti di floorCode è un istanza di PostalPlace
(domain postAddressText 2 PostalPlace) Mid-level-ontology.kif 24852-24852 Il numero 2 argomenti di postAddressText è un istanza di PostalPlace
(domain postCity 1 PostalPlace) Mid-level-ontology.kif 24756-24756 Il numero 1 argomenti di postCity è un istanza di PostalPlace
(domain postContactSite 1 PostalPlace) Mid-level-ontology.kif 24611-24611 Il numero 1 argomenti di postContactSite è un istanza di PostalPlace
(domain postCountry 1 PostalPlace) Mid-level-ontology.kif 24699-24699 Il numero 1 argomenti di postCountry è un istanza di PostalPlace
(domain postDistrict 1 PostalPlace) Mid-level-ontology.kif 24740-24740 Il numero 1 argomenti di postDistrict è un istanza di PostalPlace
(domain postNeighborhood 1 PostalPlace) Mid-level-ontology.kif 24673-24673 Il numero 1 argomenti di postNeighborhood è un istanza di PostalPlace
(domain postPostOfficeBox 2 PostalPlace) Mid-level-ontology.kif 24837-24837 Il numero 2 argomenti di postPostOfficeBox è un istanza di PostalPlace
(domain postPostcodeArea 1 PostalPlace) Mid-level-ontology.kif 24782-24782 Il numero 1 argomenti di postPostcodeArea è un istanza di PostalPlace
(domain postStreet 1 PostalPlace) Mid-level-ontology.kif 24813-24813 Il numero 1 argomenti di postStreet è un istanza di PostalPlace
(domain postStreetNumber 2 PostalPlace) Mid-level-ontology.kif 24826-24826 Il numero 2 argomenti di postStreetNumber è un istanza di PostalPlace
(domain unitNumber 2 PostalPlace) Mid-level-ontology.kif 24624-24624 Il numero 2 argomenti di unitNumber è un istanza di PostalPlace
(domain workAddress 1 PostalPlace) Mid-level-ontology.kif 23223-23223 Il numero 1 argomenti di workAddress è un istanza di PostalPlace

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


(<=>
    (and
        (located ?PLACE ?AREA)
        (instance ?PLACE PostalPlace)
        (instance ?AREA PostcodeArea))
    (postPostcodeArea ?PLACE ?AREA))
Mid-level-ontology.kif 24790-24795 PostalPlace è localizzato in PostcodeArea PostalPlace è un' istanza di PostalPlace PostcodeArea è un' istanza di PostcodeArea postPostcodeArea PostalPlace and PostcodeArea
(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO City))
    (postCity ?PLACE ?GEO))
Mid-level-ontology.kif 24763-24768 PostalPlace è localizzato in Citt� PostalPlace è un' istanza di PostalPlace Citt� è un' istanza di Citt� postCity PostalPlace and Citt�
(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO Neighborhood))
    (postNeighborhood ?PLACE ?GEO))
Mid-level-ontology.kif 24676-24681 PostalPlace è localizzato in Neighborhood PostalPlace è un' istanza di PostalPlace Neighborhood è un' istanza di Neighborhood postNeighborhood PostalPlace and Neighborhood
(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (instance ?GEO StateOrProvince))
    (postDistrict ?PLACE ?GEO))
Mid-level-ontology.kif 24747-24752 PostalPlace è localizzato in StatoOProvincia PostalPlace è un' istanza di PostalPlace StatoOProvincia è un' istanza di StatoOProvincia postDistrict PostalPlace and StatoOProvincia
(<=>
    (and
        (located ?PLACE ?GEO)
        (instance ?PLACE PostalPlace)
        (or
            (instance ?GEO Nation)
            (instance ?GEO DependencyOrSpecialSovereigntyArea)))
    (postCountry ?PLACE ?GEO))
Mid-level-ontology.kif 24713-24720 PostalPlace è localizzato in AreaGeopolitica PostalPlace è un' istanza di PostalPlace AreaGeopolitica è un' istanza di Nazione AreaGeopolitica è un' istanza di DependencyOrSpecialSovereigntyArea postCountry PostalPlace and AreaGeopolitica

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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