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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CrossFunctionalTeam
CrossFunctionalTeam

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


(documentation CrossFunctionalTeam EnglishLanguage "An Organization where members of that organization have different skills, but a common Entity inScopeOfInterest.") UXExperimentalTerms.kif 2819-2820
(subclass CrossFunctionalTeam Organization) UXExperimentalTerms.kif 2817-2817

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


(subclass GlobalCrossFunctionalTeam CrossFunctionalTeam) UXExperimentalTerms.kif 2927-2927
(termFormat EnglishLanguage CrossFunctionalTeam "cross-functional team") UXExperimentalTerms.kif 2822-2822

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


(domain crossFunctionalTeamFocus 2 CrossFunctionalTeam) UXExperimentalTerms.kif 2863-2863

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


(=>
    (instance ?TEAM CrossFunctionalTeam)
    (exists (?INTEREST)
        (and
            (instance ?INTEREST Entity)
            (forall (?MEMBER)
                (=>
                    (and
                        (instance ?MEMBER Human)
                        (member ?MEMBER ?TEAM))
                    (inScopeOfInterest ?MEMBER ?INTEREST))))))
UXExperimentalTerms.kif 2824-2834
(=>
    (instance ?TEAM CrossFunctionalTeam)
    (exists (?SKILL ?MEMBER1 ?MEMBER2 ?INST)
        (and
            (subclass ?SKILL Process)
            (instance ?MEMBER1 Human)
            (instance ?MEMBER2 Human)
            (member ?MEMBER1 ?TEAM)
            (member ?MEMBER2 ?TEAM)
            (hasSkill ?SKILL ?MEMBER1)
            (not
                (hasSkill ?SKILL ?MEMBER2))
            (instance ?INST ?SKILL)
            (inScopeOfInterest ?TEAM ?INST))))
UXExperimentalTerms.kif 2836-2849


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