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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - LongBlack
LongBlack(long black)

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


(documentation LongBlack EnglishLanguage "A LongBlack is made by pouring a double shot of Espresso over hot water. Typically about 120 milliliters (3.5–4 ounces) of water is used but the measurement is considered to be flexible to individual taste.[Wikipedia] ") Food.kif 1419-1421
(subclass LongBlack Coffee) Food.kif 1418-1418 Long black is a subclass of coffee

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


(termFormat EnglishLanguage LongBlack "long black") Food.kif 1422-1422

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


(=>
    (and
        (instance ?L LongBlack)
        (part ?E ?L)
        (part ?W ?L)
        (instance ?E Espresso)
        (instance ?W DrinkingWater)
        (mixtureRatio ?E ?W ?V1 ?V2 Liter))
    (and
        (approximateValue ?V1 0.06)
        (approximateValue ?V2 0.12)))
Food.kif 1441-1451
(=>
    (instance ?L LongBlack)
    (and
        (material Espresso ?L)
        (material DrinkingWater ?L)))
Food.kif 1424-1428
(=>
    (instance ?L LongBlack)
    (exists (?P ?W ?E)
        (and
            (instance ?P Pouring)
            (patient ?P ?W)
            (instance ?W DrinkingWater)
            (attribute ?W HotTemperature)
            (destination ?P ?E)
            (instance ?E Espresso)
            (result ?P ?L))))
Food.kif 1430-1440


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