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



KB Term:  Term intersection
English Word: 

Sigma KEE - importPartnerInPeriod
importPartnerInPeriod

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


(instance importPartnerInPeriod TernaryPredicate) Economy.kif 2968-2968 import partner in period is an instance of ternary predicate
(domain importPartnerInPeriod 1 AutonomousAgent) Economy.kif 2970-2970 The number 1 argument of import partner in period is an instance of agent
(domain importPartnerInPeriod 2 AutonomousAgent) Economy.kif 2971-2971 The number 2 argument of import partner in period is an instance of agent
(domainSubclass importPartnerInPeriod 3 TimeInterval) Economy.kif 2972-2972 The number 3 argument of import partner in period is a subclass of timeframe
(documentation importPartnerInPeriod EnglishLanguage "(importPartnerInPeriod ?AGENT1 ?AGENT2 ?PERIOD) means that the AutonomousAgent ?AGENT1 imports goods from the AutonomousAgent ?AGENT2 during the TimeInterval indicated by ?PERIOD.") Economy.kif 2974-2977 The number 3 argument of import partner in period is a subclass of timeframe

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


(format EnglishLanguage importPartnerInPeriod "%1 %n{doesn't} import partner in period %2 for %3") domainEnglishFormat.kif 1279-1279
(format ChineseTraditionalLanguage importPartnerInPeriod "%1 %n{不} 對於 %3 在 週期 %2 import 夥伴") domainEnglishFormat.kif 1280-1280
(format ChineseLanguage importPartnerInPeriod "%1 %n{不} 对于 %3 在 周期 %2 import 伙伴") domainEnglishFormat.kif 1281-1281
(termFormat EnglishLanguage importPartnerInPeriod "import partner in period") domainEnglishFormat.kif 29445-29445
(termFormat ChineseTraditionalLanguage importPartnerInPeriod "期間的進口夥伴") domainEnglishFormat.kif 29446-29446
(termFormat ChineseLanguage importPartnerInPeriod "期间的进口伙伴") domainEnglishFormat.kif 29447-29447

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


(=>
    (importPartnerInPeriod ?AGENT1 ?AGENT2 ?PERIOD)
    (exists (?TIME ?EXPORT)
        (and
            (instance ?TIME ?PERIOD)
            (instance ?EXPORT Exporting)
            (overlapsTemporally ?TIME
                (WhenFn ?EXPORT))
            (origin ?EXPORT ?AGENT2)
            (destination ?EXPORT ?AGENT1))))
Economy.kif 2979-2987 If X import partner in period Y for Z, then there exist W, V such that W is an instance of Z, V is an instance of exporting, the time of existence of V overlaps W, V originates at Y, and V ends up at X
(<=>
    (importPartnerInPeriod ?AGENT1 ?AGENT2 ?PERIOD)
    (exists (?TIME)
        (and
            (instance ?TIME ?PERIOD)
            (holdsDuring ?TIME
                (importPartner ?AGENT1 ?AGENT2)))))
Economy.kif 3006-3011 X import partner in period Y for Z if, only if there exists W such that W is an instance of Z, and Y is an import partner of X holds during W


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners