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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - WindSurfingBoard
WindSurfingBoard

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
(subclass WindSurfingBoard WaterBoard) Sports.kif 1278-1278

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