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


KB Term:  Term intersection
English Word: 

Sigma KEE - Transaction
Transaction(transaction)affairs, barter, barter_away, bounty, buy, capitalise, capitalize, change, commute, compensation, convert, cross-fertilisation, cross-fertilization, dealing, dealings, distrain, exchange, exchanged, found, gainlessly, give-and-take, horse_trade, horse_trading, in_return, indemnification, interaction, interchange, international_affairs, inversely, keep_going, knight's_service, logrolling, mercantile, merchandise, military_service, mutually, overcapitalise, overcapitalize, patronage, patronise, patronize, pay, placement, premium, profitlessly, reciprocally, reciprocation, reciprocity, recompense, repay...

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


(subclass Transaction ChangeOfPossession) Merge.kif 11979-11979 Transaction is a subclass of change of possession
(subclass Transaction DualObjectProcess) Merge.kif 11980-11980 Transaction is a subclass of dual object process
(documentation Transaction EnglishLanguage "The subclass of ChangeOfPossession where something is exchanged for something else.") Merge.kif 11982-11983 Transaction is a subclass of dual object process

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


(subclass FinancialTransaction Transaction) Merge.kif 12004-12004 Financial transaction is a subclass of transaction
(termFormat EnglishLanguage Transaction "transaction") english_format.kif 1495-1495 Financial transaction is a subclass of transaction

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


(=>
    (instance ?TRANS Transaction)
    (exists (?AGENT1 ?AGENT2 ?GIVE1 ?GIVE2 ?OBJ1 ?OBJ2)
        (and
            (instance ?GIVE1 Giving)
            (instance ?GIVE2 Giving)
            (subProcess ?GIVE1 ?TRANS)
            (subProcess ?GIVE2 ?TRANS)
            (agent ?GIVE1 ?AGENT1)
            (agent ?GIVE2 ?AGENT2)
            (patient ?GIVE1 ?OBJ1)
            (patient ?GIVE2 ?OBJ2)
            (destination ?GIVE1 ?AGENT2)
            (destination ?GIVE2 ?AGENT1)
            (not
                (equal ?AGENT1 ?AGENT2))
            (not
                (equal ?OBJ1 ?OBJ2)))))
Merge.kif 11985-12002 If X is an instance of transaction, then All of the following hold: (1) there exist Y, Z,, , W,, , V,, , U (2) T such that W is an instance of giving (3) V is an instance of giving (4) W is a subprocess of X (5) V is a subprocess of X (6) Y is an agent of W (7) Z is an agent of V (8) U is a patient of W (9) T is a patient of V (10) W ends up at Z (11) V ends up at Y (12) equal Y (13) Z (14) equal U (15) T

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


(=>
    (instance ?GIVE UnilateralGiving)
    (not
        (exists (?TRANS)
            (and
                (instance ?TRANS Transaction)
                (subProcess ?GIVE ?TRANS)))))
Merge.kif 11886-11892 If X is an instance of unilateral giving, then there doesn't exist Y such that Y is an instance of transaction and X is a subprocess of Y
(=>
    (instance ?GET UnilateralGetting)
    (not
        (exists (?TRANS)
            (and
                (instance ?TRANS Transaction)
                (subProcess ?GET ?TRANS)))))
Merge.kif 11965-11971 If X is an instance of unilateral getting, then there doesn't exist Y such that Y is an instance of transaction and X is a subprocess of Y
(=>
    (organizationRepresentative ?Person ?Org)
    (exists (?TRANSACTION)
        (and
            (instance ?TRANSACTION Transaction)
            (agent ?TRANSACTION ?Person))))
TravelPolicies.kif 333-338 If an agent that is an organization representative (in some transaction) X and Y, then there exists Z such that Z is an instance of transaction and X is an agent of Z


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