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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - exportPartner
exportPartner

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


(documentation exportPartner EnglishLanguage "(exportPartner ?AGENT1 ?AGENT2) means that the AutonomousAgent ?AGENT1 exports goods to the AutonomousAgent ?AGENT2.") Economy.kif 2490-2492
(domain exportPartner 1 AutonomousAgent) Economy.kif 2487-2487 The number 1 argument of export partner is an instance of agent
(domain exportPartner 2 AutonomousAgent) Economy.kif 2488-2488 The number 2 argument of export partner is an instance of agent
(instance exportPartner BinaryPredicate) Economy.kif 2484-2484 export partner is an instance of binary predicate
(instance exportPartner IrreflexiveRelation) Economy.kif 2485-2485 export partner is an instance of irreflexive relation
(instance exportPartner PartialValuedRelation) Economy.kif 2486-2486 export partner is an instance of partial valued relation

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


(format ChineseLanguage exportPartner "%2 %n 是 %1 的 export 伙伴") domainEnglishFormat.kif 951-951
(format ChineseTraditionalLanguage exportPartner "%2 %n 是 %1 的 export 夥伴") domainEnglishFormat.kif 950-950
(format EnglishLanguage exportPartner "%2 is %n an export partner of %1") domainEnglishFormat.kif 949-949
(termFormat ChineseLanguage exportPartner "出口伙伴") domainEnglishFormat.kif 22914-22914
(termFormat ChineseTraditionalLanguage exportPartner "出口夥伴") domainEnglishFormat.kif 22913-22913
(termFormat EnglishLanguage exportPartner "export partner") domainEnglishFormat.kif 22912-22912

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


(=>
    (exportPartner ?AGENT1 ?AGENT2)
    (exists (?EXPORT)
        (and
            (instance ?EXPORT Exporting)
            (origin ?EXPORT ?AGENT1)
            (destination ?EXPORT ?AGENT2))))
Economy.kif 2494-2500

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


(<=>
    (exportPartnerInPeriod ?AGENT1 ?AGENT2 ?PERIOD)
    (exists (?TIME)
        (and
            (instance ?TIME ?PERIOD)
            (holdsDuring ?TIME
                (exportPartner ?AGENT1 ?AGENT2)))))
Economy.kif 2502-2507 An agent export partner in period another agent for a kind of time interval if and only if there exists a time position such that the time position is an instance of a kind of time interval and the other agent is an export partner of the agent holds during the time position


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