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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - FamilyStylePortion
FamilyStylePortion

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


(documentation FamilyStylePortion EnglishLanguage "FamilyStylePortion means that an instance of food can be shared by 3 or more people") Dining.kif 1159-1160
(instance FamilyStylePortion FoodAttribute) Dining.kif 1158-1158 FamilyStylePortion est une instance de FoodAttribute

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


(termFormat EnglishLanguage FamilyStylePortion "family-style portions") Dining.kif 1161-1161

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


(=>
    (and
        (attribute ?FOOD1 FamilyStylePortion)
        (measure ?FOOD1
            (MeasureFn ?MEAS1 ?U))
        (not
            (attribute ?FOOD2 FamilyStylePortion))
        (measure ?FOOD2
            (MeasureFn ?MEAS2 ?U))
        (instance ?FOOD1 ?CLASS)
        (instance ?FOOD2 ?CLASS)
        (instance ?U UnitOfMeasure))
    (greaterThan ?MEAS1 ?MEAS2))
Dining.kif 1165-1176


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