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 2375-2377
(domain exportPartner 1 AutonomousAgent) Economy.kif 2372-2372 Le nombre 1 argument de exportPartner est une instance de AutonomousAgent
(domain exportPartner 2 AutonomousAgent) Economy.kif 2373-2373 Le nombre 2 argument de exportPartner est une instance de AutonomousAgent
(instance exportPartner BinaryPredicate) Economy.kif 2369-2369 exportPartner est une instance de pr�dicat binaire
(instance exportPartner IrreflexiveRelation) Economy.kif 2370-2370 exportPartner est une instance de relation irr�flexive
(instance exportPartner PartialValuedRelation) Economy.kif 2371-2371 exportPartner est une instance de relation partielle

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 22900-22900
(termFormat ChineseTraditionalLanguage exportPartner "出口夥伴") domainEnglishFormat.kif 22899-22899
(termFormat EnglishLanguage exportPartner "export partner") domainEnglishFormat.kif 22898-22898

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


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

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


(<=>
    (exportPartnerInPeriod ?AGENT1 ?AGENT2 ?PERIOD)
    (exists (?TIME)
        (and
            (instance ?TIME ?PERIOD)
            (holdsDuring ?TIME
                (exportPartner ?AGENT1 ?AGENT2)))))
Economy.kif 2387-2392 exportPartnerInPeriod AutonomousAgent, AutonomousAgent and interval temporel position temporel position temporel est une instance de interval temporel exportPartner 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