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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Faucet
Faucet

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


(documentation Faucet EnglishLanguage "A Tube with a Valve meant to control flow of a Fluid. This is differentiated from other combinations of values and pipes in that the valve is meant to control the exit of fluid from the pipe at a site close to that of the valve control. It is also a typicalPart of the fixtures in a Bathroom or Kitchen.") engineering.kif 1240-1243
(subclass Faucet FluidPowerDevice) engineering.kif 1245-1245 Faucet est une sous-classe de FluidPowerDevice
(typicalPart Faucet Bathroom) engineering.kif 1249-1249 typicalPart Faucet and Bathroom
(typicalPart Faucet Kitchen) engineering.kif 1248-1248 typicalPart Faucet and Kitchen

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


(partTypes Valve Faucet) engineering.kif 1246-1246 partTypes Valve and Faucet
(termFormat EnglishLanguage Faucet "faucet") engineering.kif 1250-1250 partTypes Valve and Faucet

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


(=>
    (and
        (instance ?F Faucet)
        (instance ?LM LiquidMotion)
        (patient ?LM ?L)
        (located ?LM ?F))
    (holdsDuring
        (ImmediateFutureFn
            (WhenFn ?LM))
        (not
            (exists (?T)
                (and
                    (instance ?T Tube)
                    (contains ?T ?L))))))
engineering.kif 1252-1265

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


(=>
    (instance ?TW TapWater)
    (exists (?LM ?F)
        (and
            (instance ?LM WaterMotion)
            (patient ?LM ?TW)
            (origin ?LM ?F)
            (instance ?F Faucet))))
Food.kif 276-283


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