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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TransactionCollection
TransactionCollection

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


(documentation TransactionCollection EnglishLanguage "A FinancialTransaction which has multiple subProcess which are Buyings, and where both the instrument and agent of the TransactionCollection is the same as the agent and instrument of the Buyings. The Buyings occur simultaneously.") UXExperimentalTerms.kif 1911-1914
(subclass TransactionCollection FinancialTransaction) UXExperimentalTerms.kif 1909-1909 TransactionCollection金融取引subclass では %n

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


(termFormat EnglishLanguage TransactionCollection "collection of transactions") UXExperimentalTerms.kif 1916-1916

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


(=>
    (and
        (instance ?PURCHASE TransactionCollection)
        (instance ?BUYING1 Buying)
        (instance ?BUYING2 Buying)
        (subProcess ?BUYING1 ?PURCHASE)
        (subProcess ?BUYING2 ?PURCHASE)
        (agent ?PURCHASE ?AGENT)
        (instrument ?PURCHASE ?INST))
    (and
        (agent ?BUYING1 ?AGENT)
        (agent ?BUYING2 ?AGENT)
        (instrument ?BUYING1 ?INST)
        (instrument ?BUYING2 ?INST)))
UXExperimentalTerms.kif 1940-1953
(=>
    (and
        (instance ?PURCHASE TransactionCollection)
        (instance ?BUYING1 Buying)
        (instance ?BUYING2 Buying)
        (subProcess ?BUYING1 ?PURCHASE)
        (subProcess ?BUYING2 ?PURCHASE))
    (equal
        (WhenFn ?BUYING1)
        (WhenFn ?BUYING2)))
UXExperimentalTerms.kif 1929-1938
(=>
    (instance ?PURCHASE TransactionCollection)
    (exists (?SUBPROCESS1 ?SUBPROCESS2)
        (and
            (instance ?SUBPROCESS1 Buying)
            (subProcess ?SUBPROCESS1 ?PURCHASE)
            (instance ?SUBPROCESS2 Buying)
            (subProcess ?SUBPROCESS2 ?PURCHASE)
            (not
                (equal ?SUBPROCESS1 ?SUBPROCESS2)))))
UXExperimentalTerms.kif 1918-1927


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