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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - importPartner
importPartner

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


(documentation importPartner EnglishLanguage "(importPartner ?AGENT1 ?AGENT2) means that the AutonomousAgent ?AGENT1 imports goods from the AutonomousAgent ?AGENT2.") Economy.kif 2663-2664
(domain importPartner 1 AutonomousAgent) Economy.kif 2660-2660 Le nombre 1 argument de importPartner est une instance de AutonomousAgent
(domain importPartner 2 AutonomousAgent) Economy.kif 2661-2661 Le nombre 2 argument de importPartner est une instance de AutonomousAgent
(instance importPartner BinaryPredicate) Economy.kif 2657-2657 importPartner est une instance de pr�dicat binaire
(instance importPartner IrreflexiveRelation) Economy.kif 2658-2658 importPartner est une instance de relation irr�flexive
(instance importPartner PartialValuedRelation) Economy.kif 2659-2659 importPartner est une instance de relation partielle

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


(format ChineseLanguage importPartner "%2 %n 是 %1 的 import 伙伴") domainEnglishFormat.kif 1261-1261
(format ChineseTraditionalLanguage importPartner "%2 %n 是 %1 的 import 夥伴") domainEnglishFormat.kif 1260-1260
(format EnglishLanguage importPartner "%2 is %n an import partner of %1") domainEnglishFormat.kif 1259-1259
(termFormat ChineseLanguage importPartner "进口伙伴") domainEnglishFormat.kif 29413-29413
(termFormat ChineseTraditionalLanguage importPartner "進口夥伴") domainEnglishFormat.kif 29412-29412
(termFormat EnglishLanguage importPartner "import partner") domainEnglishFormat.kif 29411-29411

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


(=>
    (importPartner ?AGENT1 ?AGENT2)
    (exists (?EXPORT)
        (and
            (instance ?EXPORT Exporting)
            (origin ?EXPORT ?AGENT2)
            (destination ?EXPORT ?AGENT1))))
Economy.kif 2666-2672

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


(<=>
    (importPartnerInPeriod ?AGENT1 ?AGENT2 ?PERIOD)
    (exists (?TIME)
        (and
            (instance ?TIME ?PERIOD)
            (holdsDuring ?TIME
                (importPartner ?AGENT1 ?AGENT2)))))
Economy.kif 2674-2679 importPartnerInPeriod AutonomousAgent, AutonomousAgent and interval temporel position temporel position temporel est une instance de interval temporel importPartner AutonomousAgent and AutonomousAgent pendant position temporel


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