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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - VideoGamePlayer
VideoGamePlayer(video game player)

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


(documentation VideoGamePlayer EnglishLanguage "VideoGamePlayer is a MediaSystem that enables the playing of a VideoGame") Mid-level-ontology.kif 27541-27542
(subclass VideoGamePlayer MediaSystem) Mid-level-ontology.kif 27540-27540 Video game player is a subclass of media system

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


(termFormat EnglishLanguage VideoGamePlayer "video game player") Mid-level-ontology.kif 27543-27543

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


(=>
    (instance ?X VideoGamePlayer)
    (hasPurpose ?X
        (exists (?GAME ?RL ?MOVE ?CONTROLLER ?PLAYER)
            (and
                (instance ?GAME VideoGame)
                (instrument ?GAME ?X)
                (agent ?GAME ?PLAYER)
                (instance ?MOVE Maneuver)
                (instrument ?MOVE ?CONTROLLER)
                (agent ?MOVE ?PLAYER)
                (subProcess ?MOVE ?GAME)
                (part ?CONTROLLER ?X)
                (instance ?RL RadiatingLight)
                (agent ?RL ?X)
                (patient ?RL ?GAME)))))
Mid-level-ontology.kif 27545-27560


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