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

Formal Language: 



KB Term:  Term intersection
English Word: 

  WindSurfingBoard

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 1280-1281
(subclass WindSurfingBoard TransportationDevice) Sports.kif 1279-1279 Wind surfing board is a subclass of transportation device
(subclass WindSurfingBoard WaterBoard) Sports.kif 1278-1278 Wind surfing board is a subclass of water board

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


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

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


(=>
    (instance ?X WindSurfingBoard)
    (exists (?SAIL)
        (and
            (instance ?SAIL Sail)
            (part ?SAIL ?X))))
Sports.kif 1284-1289
(=>
    (instance ?X WindSurfingBoard)
    (hasPurpose ?X
        (exists (?SURF)
            (and
                (instance ?SURF WindSurfing)
                (instrument ?SURF ?X)))))
Sports.kif 1291-1297

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 1304-1315


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