cooccur |
appearance as argument number 1 |
![]() |
(documentation cooccur ChineseLanguage "(cooccur ?THING1 ?THING2)的意思是 Object 或 Process ?THING1 和 Object 或 Process ?THING2 同时一起发生。这包括以下的时间关系:巧合、同时 发生、同一时段发生和伴随发生。") | chinese_format.kif 2726-2728 | |
(documentation cooccur EnglishLanguage "(cooccur ?THING1 ?THING2) means that the Object or Process ?THING1 occurs at the same time as, together with, or jointly with the Object or Process ?THING2. This covers the following temporal relations: is co-incident with, is concurrent with, is contemporaneous with, and is concomitant with.") | Merge.kif 7731-7735 | |
(domain cooccur 1 Physical) | Merge.kif 7728-7728 | |
(domain cooccur 2 Physical) | Merge.kif 7729-7729 | |
(instance cooccur BinaryPredicate) | Merge.kif 7725-7725 | |
(instance cooccur EquivalenceRelation) | Merge.kif 7727-7727 | |
(instance cooccur TemporalRelation) | Merge.kif 7726-7726 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage cooccur "%1 %n{doesn't} 和 %2 同时发生") | chinese_format.kif 439-439 | |
(format EnglishLanguage cooccur "%1 %n{doesn't} occur%p{s} at the same time as %2") | english_format.kif 448-448 | |
(termFormat ChineseLanguage cooccur "一同发生") | domainEnglishFormat.kif 17077-17077 | |
(termFormat ChineseLanguage cooccur "同时发生") | chinese_format.kif 440-440 | |
(termFormat ChineseTraditionalLanguage cooccur "一同發生") | domainEnglishFormat.kif 17076-17076 | |
(termFormat EnglishLanguage cooccur "cooccur") | domainEnglishFormat.kif 17075-17075 |
antecedent |
![]() |
(<=> (cooccur ?PHYS1 ?PHYS2) (equal (WhenFn ?PHYS1) (WhenFn ?PHYS2))) |
Merge.kif 7737-7739 |
consequent |
![]() |
(<=> (attribute ?MUSIC PolyphonicMusic) (exists (?PART1 ?PART2) (and (instance ?MUSIC MakingMusic) (instance ?PART1 MakingMusic) (instance ?PART2 MakingMusic) (subProcess ?PART1 ?MUSIC) (subProcess ?PART2 ?MUSIC) (not (equal ?PART1 ?PART2)) (cooccur ?PART1 ?MUSIC) (cooccur ?PART2 ?MUSIC)))) |
Mid-level-ontology.kif 926-937 | |
(=> (instance ?DISCO DanceHall) (hasPurpose ?DISCO (exists (?DANCE ?MUSIC) (and (instance ?MUSIC MakingMusic) (instance ?DANCE Dancing) (cooccur ?MUSIC ?DANCE) (eventLocated ?MUSIC ?DISCO) (eventLocated ?DANCE ?DISCO))))) |
Mid-level-ontology.kif 25023-25032 |
![]() |
![]() |