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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - GamePiece
GamePiece(game piece)bishop, candlepin, castle, chess_piece, chessman, duckpin, headpin, horse, king, kingpin, knight, man, ninepin, one-spot, pawn, piece, queen, rook, skittle, skittle_pin, tenpin

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


(documentation GamePiece EnglishLanguage "A GameArtifact that is moved around in a game area.") Mid-level-ontology.kif 17219-17220
(subclass GamePiece GameArtifact) Mid-level-ontology.kif 17218-17218 Game piece is a subclass of game artifact

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


(subclass Ball GamePiece) Mid-level-ontology.kif 17226-17226 Ball is a subclass of game piece
(subclass Football GamePiece) Sports.kif 344-344 Foot ball is a subclass of game piece
(subclass GameDie GamePiece) Mid-level-ontology.kif 17222-17222 Game die is a subclass of game piece
(subclass RugbyBall GamePiece) Sports.kif 324-324 Rugby ball is a subclass of game piece
(termFormat ChineseLanguage GamePiece "游戏片") domainEnglishFormat.kif 25500-25500 Rugby ball is a subclass of game piece
(termFormat ChineseTraditionalLanguage GamePiece "遊戲片") domainEnglishFormat.kif 25499-25499 Rugby ball is a subclass of game piece
(termFormat EnglishLanguage GamePiece "game piece") domainEnglishFormat.kif 25498-25498 Rugby ball is a subclass of game piece

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


(disjointDecomposition GameArtifact GameBoard GamePiece) Mid-level-ontology.kif 17195-17195 Game artifact is disjointly decomposed into game board and game piece

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 17269-17281
(=>
    (instance ?SHOT GameShot)
    (exists (?PIECE)
        (and
            (instance ?PIECE GamePiece)
            (patient ?SHOT ?PIECE))))
Mid-level-ontology.kif 17244-17249


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