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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PostalService
PostalService

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


(documentation PostalService EnglishLanguage "An Attribute of an Organization, that specifies that the primary business of the organization involves Postal Service.") naics.kif 8703-8705
(instance PostalService IndustryAttribute) naics.kif 8701-8701

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


(termFormat ChineseLanguage PostalService "邮政服务") domainEnglishFormat.kif 46814-46814
(termFormat ChineseTraditionalLanguage PostalService "郵政服務") domainEnglishFormat.kif 46813-46813
(termFormat EnglishLanguage PostalService "postal service") domainEnglishFormat.kif 46812-46812

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


(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG PostalService))
    (exists (?EV ?MEM)
        (and
            (member ?MEM ?ORG)
            (agent ?MEM ?EV)
            (exists (?P ?OBJ)
                (and
                    (instance ?EV Selling)
                    (instance ?OBJ Object)
                    (instance ?P Human)
                    (patient ?EV ?P)
                    (confersRight
                        (exists (?TRANS)
                            (and
                                (instance ?TRANS Transportation)
                                (possesses ?P ?OBJ)
                                (patient ?TRANS ?OBJ))) ?MEM ?P))))))
naics.kif 8707-8727


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