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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Rowing
Rowing(rowing)
pull, row, rowing, sculling

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


(documentation Rowing EnglishLanguage "Any instance of WaterTransportation where the instrument is an Oar that is manually powered.") Mid-level-ontology.kif 18080-18081
(externalImage Rowing "http://articulatesoftware.com/SUMOpictures/recreation/ boating/ rowing.png") pictureList.kif 699-699
(subclass Rowing WaterTransportation) Mid-level-ontology.kif 18079-18079 Rowing is a subclass of water transportation

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


(termFormat ChineseLanguage Rowing "划船") domainEnglishFormat.kif 50576-50576
(termFormat ChineseTraditionalLanguage Rowing "划船") domainEnglishFormat.kif 50575-50575
(termFormat EnglishLanguage Rowing "rowing") domainEnglishFormat.kif 50574-50574

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


(=>
    (and
        (instance ?R RecreationOrExercise)
        (instrument ?R ?RM)
        (instance ?RM RowingMachine)
        (experiencer ?R ?H)
        (instance ?ROW Rowing)
        (subProcess ?RMOT ?R)
        (subclass ?C BodyMotion)
        (instance ?RMOT ?C))
    (exists (?ROWMOT)
        (and
            (instance ?ROWMOT ?C)
            (subProcess ?ROWMOT ?R)
            (agent ?ROWMOT ?H))))
Mid-level-ontology.kif 8494-8508
(=>
    (instance ?R Rowing)
    (exists (?O)
        (and
            (instance ?O Oar)
            (instrument ?R ?O))))
Mid-level-ontology.kif 18083-18088

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


(=>
    (instance ?O Oar)
    (hasPurpose ?O
        (exists (?R)
            (and
                (instance ?R Rowing)
                (instrument ?R ?O)))))
Mid-level-ontology.kif 15748-15754


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