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

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


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

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


(=>
    (instance ?X WindSurfingBoard)
    (exists (?SAIL)
        (and
            (instance ?SAIL Sail)
            (part ?SAIL ?X))))
Sports.kif 1286-1291
(=>
    (instance ?X WindSurfingBoard)
    (hasPurpose ?X
        (exists (?SURF)
            (and
                (instance ?SURF WindSurfing)
                (instrument ?SURF ?X)))))
Sports.kif 1293-1299

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 1306-1317


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