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 25872-25873
(subclass VideoGamePlayer MediaSystem) Mid-level-ontology.kif 25871-25871 Video game player is a subclass of media system

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


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

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 25876-25891


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