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

Formal Language: 



KB Term:  Term intersection
English Word: 

  cooccur

Sigma KEE - cooccur
cooccur

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


(documentation cooccur ChineseLanguage "(cooccur ?THING1 ?THING2)的意思是 ObjectProcess ?THING1 和 ObjectProcess ?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 8392-8396
(documentation cooccur JapaneseLanguage "(cooccur ?THING1 ?THING2)とは、Object または Process ?THING1 が Object または Process ?THING2 と同時に起こることを意味し、これは次の 時間的関係をカバーする: 共に同時発生する。") japanese_format.kif 1451-1453
(domain cooccur 1 Physical) Merge.kif 8389-8389 同时发生 的 1 数量 是 物理instance
(domain cooccur 2 Physical) Merge.kif 8390-8390 同时发生 的 2 数量 是 物理instance
(instance cooccur BinaryPredicate) Merge.kif 8386-8386 同时发生二元谓语instance
(instance cooccur EquivalenceRelation) Merge.kif 8388-8388 同时发生等价关系instance
(instance cooccur TemporalRelation) Merge.kif 8387-8387 同时发生时间关系instance

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 445-445
(format FrenchLanguage cooccur "%1 %n{ne} se produit %n{pas} en m�me temps que %2") french_format.kif 254-254
(format ItalianLanguage cooccur "%1 %n{non} occore%p{s} nello stesso tempo di %2") relations-it.txt 59-59
(format JapaneseLanguage cooccur "%1 は %2 と同時に occur%p{s} %n{ない}") japanese_format.kif 2048-2048
(format PortugueseLanguage cooccur "%1 %n{nao} acontece %n ao mesmo tempo que %2") portuguese_format.kif 206-206
(format cz cooccur "%1 %n{doesn't} occur%p{s} at the same time as %2") relations-cz.txt 260-260
(format de cooccur "%1 geschiecht gleichzeitig mit %2 %n{nicht}") relations-de.txt 573-573
(format hi cooccur "%1 %2 ke saatha hii ghaTita %n{nahiin} hotaa hai") relations-hindi.txt 100-100
(format ro cooccur "%1 %n{nu} occur%t{apare} în acelaºi timp cu %2") relations-ro.kif 275-275
(format sv cooccur "%1 sker %n{inte} samtidigt som %2") relations-sv.txt 278-278
(format tg cooccur "%1 %n nagaanap sa ang panahon dati ng %2") relations-cb.txt 93-93
(termFormat ChineseLanguage cooccur "一同发生") domainEnglishFormat.kif 17148-17148
(termFormat ChineseLanguage cooccur "同时发生") chinese_format.kif 440-440
(termFormat ChineseTraditionalLanguage cooccur "一同發生") domainEnglishFormat.kif 17147-17147
(termFormat EnglishLanguage cooccur "cooccur") domainEnglishFormat.kif 17146-17146
(termFormat tg cooccur "nagaanap sa ang panahon dati") relations-tg.txt 135-135

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


(=>
    (cooccur ?PHYS1 ?PHYS2)
    (equal
        (WhenFn ?PHYS1)
        (WhenFn ?PHYS2)))
Merge.kif 8398-8400

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 751-762 和弦音乐 客体attribute 若且唯若 有存在 过程另一个 过程 这样 那个 客体制作音乐instance那个 过程制作音乐instance那个 另外 过程制作音乐instance那个 过程%n是那个 客体subProcess那个 另外 过程%n是那个 客体subProcess那个 过程equal 那个 另外 过程那个 过程那个 客体 同时发生 和 那个 另外 过程那个 客体 同时发生
(=>
    (equal
        (WhenFn ?PHYS1)
        (WhenFn ?PHYS2))
    (cooccur ?PHYS1 ?PHYS2))
Merge.kif 8402-8404
(=>
    (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 26861-26870


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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