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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - VideoGame
VideoGame(videogame)computer_game, video_game

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


(documentation VideoGame EnglishLanguage "VideoGame is a Game in VideoRecording form") Mid-level-ontology.kif 26135-26136
(subclass VideoGame Game) Mid-level-ontology.kif 26134-26134 Videogame is a subclass of game

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


(termFormat EnglishLanguage VideoGame "video game") Mid-level-ontology.kif 26137-26137
(termFormat EnglishLanguage VideoGame "videogame") Mid-level-ontology.kif 26138-26138

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


(=>
    (instance ?GAME VideoGame)
    (exists (?VIDEO)
        (and
            (instance ?VIDEO VideoRecording)
            (represents ?VIDEO ?GAME))))
Mid-level-ontology.kif 26140-26145

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


(=>
    (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 26152-26167


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