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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - BoardOrBlock
BoardOrBlock(board or block)beam, block, board, kneeler, plank, screed, skid, snowboard, step, wake_board, wakeboard

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


(documentation BoardOrBlock EnglishLanguage "A piece of material with flat, rectangular sides. Note that boards and blocks are lumped into a single concept, because the difference between these notions cannot be precisely defined.") Mid-level-ontology.kif 4810-4812
(subclass BoardOrBlock Artifact) Mid-level-ontology.kif 4809-4809 Board or block is a subclass of artifact

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


(subclass Brick BoardOrBlock) Mid-level-ontology.kif 4818-4818 Brick is a subclass of board or block
(subclass WaterBoard BoardOrBlock) Sports.kif 1267-1267 Water board is a subclass of board or block
(termFormat ChineseLanguage BoardOrBlock "板或块") domainEnglishFormat.kif 11456-11456 Water board is a subclass of board or block
(termFormat ChineseTraditionalLanguage BoardOrBlock "板或塊") domainEnglishFormat.kif 11455-11455 Water board is a subclass of board or block
(termFormat EnglishLanguage BoardOrBlock "board or block") domainEnglishFormat.kif 11454-11454 Water board is a subclass of board or block

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


(=>
    (instance ?BOARD BoardOrBlock)
    (capability Constructing resource ?BOARD))
Mid-level-ontology.kif 4814-4816

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


(=>
    (snowfallIntensity ?AREA ?TIME ?RATE)
    (exists (?PROCESS ?STUFF ?BOARD ?TOP ?BOTTOM ?SNOWFALL)
        (and
            (instance ?PROCESS Snowing)
            (eventLocated ?PROCESS ?AREA)
            (during
                (WhenFn ?PROCESS) ?TIME)
            (instance ?STUFF Snow)
            (objectTransferred ?PROCESS ?STUFF)
            (instance ?BOARD BoardOrBlock)
            (bottom ?BOTTOM ?BOARD)
            (attribute ?BOTTOM Flat)
            (located ?BOARD ?AREA)
            (holdsDuring
                (BeginFn ?TIME)
                (not
                    (exists (?X)
                        (and
                            (instance ?X Object)
                            (located ?X ?BOARD)))))
            (holdsDuring
                (EndFn ?TIME)
                (and
                    (located ?STUFF ?BOARD)
                    (top ?TOP ?STUFF)
                    (depth ?TOP ?BOTTOM ?SNOWFALL)
                    (equal ?SNOWFALL
                        (MultiplicationFn ?TIME ?RATE)))))))
Weather.kif 3017-3044


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