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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CrossFunctionalTeam
CrossFunctionalTeam(cross-functional team)

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 2613-2614
(subclass CrossFunctionalTeam Organization) UXExperimentalTerms.kif 2611-2611 Cross-functional team is a subclass of organization

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


(subclass GlobalCrossFunctionalTeam CrossFunctionalTeam) UXExperimentalTerms.kif 2721-2721 Global cross-functional team is a subclass of cross-functional team
(termFormat EnglishLanguage CrossFunctionalTeam "cross-functional team") UXExperimentalTerms.kif 2616-2616

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


(domain crossFunctionalTeamFocus 2 CrossFunctionalTeam) UXExperimentalTerms.kif 2657-2657 The number 2 argument of BinaryPredicate is an instance of cross-functional team

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


(=>
    (instance ?TEAM CrossFunctionalTeam)
    (exists (?INTEREST)
        (and
            (instance ?INTEREST Entity)
            (forall (?MEMBER)
                (=>
                    (and
                        (instance ?MEMBER Human)
                        (member ?MEMBER ?TEAM))
                    (inScopeOfInterest ?MEMBER ?INTEREST))))))
UXExperimentalTerms.kif 2618-2628
(=>
    (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 2630-2643


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