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


KB Term:  Term intersection
English Word: 

Sigma KEE - Americano
Americano

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


(documentation Americano EnglishLanguage "An Americano is is a type of coffee drink prepared by diluting an espresso with hot water (typically 1:5). [Wikipedia] ") Food.kif 1305-1306
(subclass Americano Coffee) Food.kif 1304-1304 Americano is a subclass of Coffee

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


(ingredient DrinkingWater Americano) Food.kif 1309-1309 ingredient DrinkingWater and Americano
(ingredient Espresso Americano) Food.kif 1308-1308 ingredient Espresso and Americano
(termFormat EnglishLanguage Americano "americano") Food.kif 1307-1307 ingredient Espresso and Americano

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


(=>
    (and
        (instance ?A Americano)
        (part ?E ?A)
        (part ?W ?A)
        (instance ?E Espresso)
        (instance ?W DrinkingWater)
        (measure ?W
            (MeasureFn 90.0 CelsiusDegree))
        (mixtureRatio ?E ?W ?V1 ?V2 Liter))
    (and
        (approximateValue ?V1 0.03)
        (approximateValue ?V2 0.15)))
Food.kif 1322-1333
(=>
    (instance ?A Americano)
    (exists (?P ?W ?E)
        (and
            (instance ?P Pouring)
            (patient ?P ?W)
            (instance ?W DrinkingWater)
            (measure ?W
                (MeasureFn 90 CelsiusDegree))
            (destination ?P ?E)
            (instance ?E Espresso)
            (result ?P ?A))))
Food.kif 1311-1321


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