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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - businessUnit
businessUnit

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


(documentation businessUnit EnglishLanguage "A BinaryPredicate relating an Organization to a Business, specifying that the Organization is a subOrganization of the Business, the organization is the agent of some process that benefits the Business, and there is something specific that is inScopeOfInterest of the Organization.") UXExperimentalTerms.kif 2561-2564
(domain businessUnit 1 Organization) UXExperimentalTerms.kif 2555-2555 The number 1 argument of business unit is an instance of organization
(domain businessUnit 2 Business) UXExperimentalTerms.kif 2557-2557 The number 2 argument of business unit is an instance of business
(instance businessUnit BinaryPredicate) UXExperimentalTerms.kif 2553-2553 business unit is an instance of binary predicate

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


(format ChineseLanguage businessUnit "%1 是 %2 的 business 单位") domainEnglishFormat.kif 2942-2942
(format ChineseTraditionalLanguage businessUnit "%1 是 %2 的 business 單位") domainEnglishFormat.kif 2941-2941
(format EnglishLanguage businessUnit "%1 is a business unit of %2") domainEnglishFormat.kif 2940-2940
(termFormat EnglishLanguage businessUnit "business unit") UXExperimentalTerms.kif 2559-2559

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


(=>
    (and
        (businessUnit ?ORG ?BUSINESS)
        (member ?MEMBER ?ORG))
    (instance ?MEMBER Human))
UXExperimentalTerms.kif 2587-2591
(=>
    (businessUnit ?BU ?ORG)
    (exists (?INTEREST)
        (and
            (instance ?INTEREST Entity)
            (inScopeOfInterest ?BU ?INTEREST))))
UXExperimentalTerms.kif 2580-2585
(=>
    (businessUnit ?BU ?ORG)
    (hasPurpose ?BU
        (exists (?PROCESS)
            (and
                (instance ?PROCESS Process)
                (agent ?PROCESS ?BU)
                (benefits ?PROCESS ?ORG)))))
UXExperimentalTerms.kif 2571-2578
(=>
    (businessUnit ?BU ?ORG)
    (subOrganization ?BU ?ORG))
UXExperimentalTerms.kif 2567-2569

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


(=>
    (instance ?CS CustomerSupport)
    (exists (?ORG)
        (and
            (instance ?ORG Organization)
            (businessUnit ?CS ?ORG))))
UXExperimentalTerms.kif 2796-2801
(=>
    (instance ?CS CustomerSupport)
    (hasPurpose ?CS
        (exists (?MEMBER ?CUSTOMER ?ORG)
            (and
                (instance ?MEMBER CognitiveAgent)
                (instance ?CUSTOMER CognitiveAgent)
                (instance ?ORG Organization)
                (businessUnit ?CS ?ORG)
                (member ?MEMBER ?CS)
                (customerRepresentative ?MEMBER ?CUSTOMER ?ORG)))))
UXExperimentalTerms.kif 2803-2813


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