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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ProductAssembly
ProductAssembly

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


(documentation ProductAssembly EnglishLanguage "A ProductAssembly is a subProcess in Manufacture (ing) in which individual parts are combined and attached to form the final product in a specific order.") Economy.kif 2128-2130
(subclass ProductAssembly DualObjectProcess) Economy.kif 2127-2127

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


(termFormat EnglishLanguage ProductAssembly "Product assembly") domainEnglishFormat.kif 65965-65965

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


(=>
    (and
        (instance ?P ProductAssembly)
        (eventLocated ?P ?X)
        (instance ?X AssemblyStation))
    (or
        (instance ?P Attaching)
        (instance ?P Combining)))
Economy.kif 2140-2147
(=>
    (instance ?P ProductAssembly)
    (exists (?M)
        (and
            (subProcess ?P ?M)
            (instance ?M Manufacture))))
Economy.kif 2133-2138
(=>
    (instance ?P ProductAssembly)
    (exists (?O ?Q ?W)
        (and
            (patient ?P ?O)
            (patient ?P ?Q)
            (not
                (equal ?O ?Q))
            (instance ?O SelfConnectedObject)
            (instance ?Q SelfConnectedObject)
            (part ?O ?W)
            (part ?Q ?W)
            (instance ?W Artifact)
            (result ?P ?W))))
Economy.kif 2149-2162

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


(=>
    (instance ?X AssemblyStation)
    (hasPurpose ?X
        (exists (?P)
            (and
                (instance ?P ProductAssembly)
                (eventLocated ?P ?X)))))
Economy.kif 2118-2124


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