VideoGamePlayer |
appearance as argument number 1 |
(documentation VideoGamePlayer EnglishLanguage "VideoGamePlayer is a MediaSystem that enables the playing of a VideoGame") | Mid-level-ontology.kif 25917-25918 | |
(subclass VideoGamePlayer MediaSystem) | Mid-level-ontology.kif 25916-25916 | VideoGamePlayer è una sottoclasse di MediaSystem |
appearance as argument number 2 |
(termFormat EnglishLanguage VideoGamePlayer "video game player") | Mid-level-ontology.kif 25919-25919 |
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 25921-25936 |
|