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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - WindSurfingBoard
WindSurfingBoard(wind surfing board)

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


(documentation WindSurfingBoard EnglishLanguage "WindSurfingBoard is a WaterBoard with a Mast and Sail that uses the Wind to glide through Water") Sports.kif 1294-1295
(subclass WindSurfingBoard TransportationDevice) Sports.kif 1293-1293 Wind surfing board is a subclass of transportation device
(subclass WindSurfingBoard WaterBoard) Sports.kif 1292-1292 Wind surfing board is a subclass of water board

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


(termFormat EnglishLanguage WindSurfingBoard "wind surfing board") Sports.kif 1296-1296

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


(=>
    (instance ?X WindSurfingBoard)
    (exists (?SAIL)
        (and
            (instance ?SAIL Sail)
            (part ?SAIL ?X))))
Sports.kif 1298-1303
(=>
    (instance ?X WindSurfingBoard)
    (hasPurpose ?X
        (exists (?SURF)
            (and
                (instance ?SURF WindSurfing)
                (instrument ?SURF ?X)))))
Sports.kif 1305-1311

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


(=>
    (instance ?X WindSurfing)
    (exists (?BOARD ?WATER ?MOTION ?WIND)
        (and
            (instance ?BOARD WindSurfingBoard)
            (instance ?WATER WaterArea)
            (instance ?WIND Wind)
            (instance ?MOTION Motion)
            (eventLocated ?X ?WATER)
            (subProcess ?MOTION ?X)
            (instrument ?MOTION ?BOARD)
            (causes ?WIND ?MOTION))))
Sports.kif 1318-1329


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