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 19325-19326
(externalImage Rowing "http://articulatesoftware.com/SUMOpictures/recreation/ boating/ rowing.png") pictureList.kif 699-699
(subclass Rowing WaterTransportation) Mid-level-ontology.kif 19324-19324 Rowing is a subclass of water transportation

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


(termFormat ChineseLanguage Rowing "划船") domainEnglishFormat.kif 50579-50579
(termFormat ChineseTraditionalLanguage Rowing "划船") domainEnglishFormat.kif 50578-50578
(termFormat EnglishLanguage Rowing "rowing") domainEnglishFormat.kif 50577-50577

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 9429-9443
(=>
    (instance ?R Rowing)
    (exists (?O)
        (and
            (instance ?O Oar)
            (instrument ?R ?O))))
Mid-level-ontology.kif 19328-19333

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


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


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