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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Crushing
Crushing(crushing)mill, pestle, pound, stamp

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


(documentation Crushing EnglishLanguage "Crushing is an Impacting with Compressing Motion applied to an Object, causing it to be broken, thus resulted in a ShapeChange.") Food.kif 966-967
(relatedInternalConcept Crushing Breaking) Food.kif 965-965 Crushing is internally related to breaking
(subclass Crushing Compressing) Food.kif 963-963 Crushing is a subclass of compressing
(subclass Crushing Impacting) Food.kif 962-962 Crushing is a subclass of impacting
(subclass Crushing ShapeChange) Food.kif 964-964 Crushing is a subclass of shape change

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


(subclass Grinding Crushing) Food.kif 1006-1006 Grinding is a subclass of crushing
(termFormat EnglishLanguage Crushing "crushing") Food.kif 968-968 Grinding is a subclass of crushing

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


(=>
    (and
        (instance ?C Crushing)
        (patient ?C ?O)
        (instance ?O Object))
    (exists (?B ?SC)
        (and
            (instance ?B Breaking)
            (causes ?C ?B)
            (subProcess ?B ?SC)
            (instance ?SC ShapeChange)
            (patient ?B ?O)
            (patient ?SC ?O))))
Food.kif 981-993
(=>
    (and
        (instance ?C Crushing)
        (patient ?C ?O)
        (instance ?O Object))
    (exists (?SC)
        (and
            (result ?C ?SC)
            (instance ?SC ShapeChange)
            (patient ?SC ?O))))
Food.kif 995-1004
(=>
    (instance ?C Crushing)
    (exists (?I ?CO ?O)
        (and
            (instance ?I Impacting)
            (subProcess ?C ?I)
            (instance ?CO Compressing)
            (patient ?I ?O)
            (patient ?CO ?O)
            (instance ?O Object))))
Food.kif 970-979


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