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

Formal Language: 



KB Term:  Term intersection
English Word: 

  GamePiece

Sigma KEE - GamePiece
GamePiece

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


(documentation GamePiece EnglishLanguage "A GameArtifact that is moved around in a game area.") Mid-level-ontology.kif 17001-17002
(subclass GamePiece GameArtifact) Mid-level-ontology.kif 17000-17000 GamePiece ist eine teilkategorie von GameArtifact

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


(subclass Ball GamePiece) Mid-level-ontology.kif 17008-17008 Ball ist eine teilkategorie von GamePiece
(subclass Football GamePiece) Sports.kif 344-344 Football ist eine teilkategorie von GamePiece
(subclass GameDie GamePiece) Mid-level-ontology.kif 17004-17004 GameDie ist eine teilkategorie von GamePiece
(subclass RugbyBall GamePiece) Sports.kif 324-324 RugbyBall ist eine teilkategorie von GamePiece
(termFormat ChineseLanguage GamePiece "游戏片") domainEnglishFormat.kif 25466-25466
(termFormat ChineseTraditionalLanguage GamePiece "遊戲片") domainEnglishFormat.kif 25465-25465
(termFormat EnglishLanguage GamePiece "game piece") domainEnglishFormat.kif 25464-25464

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


(disjointDecomposition GameArtifact GameBoard GamePiece) Mid-level-ontology.kif 16977-16977 GameArtifact wird zusammenhanglos auf GameBoard und GamePiece disjunkt

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


(=>
    (and
        (instance ?GOAL GameGoal)
        (instrument ?GAME ?GOAL)
        (instance ?GAME Game)
        (subProcess ?SCORE ?GAME)
        (instance ?SCORE Score))
    (exists (?PIECE ?TIME)
        (and
            (instance ?PIECE GamePiece)
            (patient ?SCORE ?PIECE)
            (temporalPart ?TIME
                (WhenFn ?SCORE))
            (holdsDuring ?TIME
                (located ?PIECE ?GOAL)))))
Mid-level-ontology.kif 17051-17063
(=>
    (instance ?SHOT GameShot)
    (exists (?PIECE)
        (and
            (instance ?PIECE GamePiece)
            (patient ?SHOT ?PIECE))))
Mid-level-ontology.kif 17026-17031


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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