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



KB Term:  Term intersection
English Word: 

  cooccur

Sigma KEE - cooccur
cooccur

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


(instance cooccur BinaryPredicate) Merge.kif 8588-8588 cooccur is an instance of binary predicate
(instance cooccur TemporalRelation) Merge.kif 8589-8589 cooccur is an instance of temporal relation
(instance cooccur EquivalenceRelation) Merge.kif 8590-8590 cooccur is an instance of equivalence relation
(domain cooccur 1 Physical) Merge.kif 8591-8591 The number 1 argument of cooccur is an instance of physical
(domain cooccur 2 Physical) Merge.kif 8592-8592 The number 2 argument of cooccur is an instance of physical
(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 8594-8598 The number 2 argument of cooccur is an instance of physical

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


(termFormat EnglishLanguage cooccur "cooccur") domainEnglishFormat.kif 17148-17148
(termFormat ChineseTraditionalLanguage cooccur "一同發生") domainEnglishFormat.kif 17149-17149
(termFormat ChineseLanguage cooccur "一同发生") domainEnglishFormat.kif 17150-17150
(format EnglishLanguage cooccur "%1 %n{doesn't} occur%p{s} at the same time as %2") english_format.kif 445-445

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


(=>
    (cooccur ?PHYS1 ?PHYS2)
    (equal
        (WhenFn ?PHYS1)
        (WhenFn ?PHYS2)))
Merge.kif 8600-8602 If X occurs at the same time as Y, then equal the time of existence of X and the time of existence of Y

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


(=>
    (equal
        (WhenFn ?PHYS1)
        (WhenFn ?PHYS2))
    (cooccur ?PHYS1 ?PHYS2))
Merge.kif 8604-8606 If equal the time of existence of X and the time of existence of Y, then X occurs at the same time as Y
(<=>
    (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 734-745 All of the following hold: (1) polyphonic music is an attribute of X if (2) only if there exist Y (3) Z such that X is an instance of making music (4) Y is an instance of making music (5) Z is an instance of making music (6) Y is a subprocess of X (7) Z is a subprocess of X (8) equal Y (9) Z (10) Y occurs at the same time as X (11) Z occurs at the same time as X
(=>
    (and
        (instance ?O OpeningBothEyes)
        (patient ?O ?E)
        (instance ?E BothEyes))
    (exists (?L ?R ?A ?B)
        (and
            (member ?L ?E)
            (member ?R ?E)
            (instance ?A OpeningEye)
            (instance ?B OpeningEye)
            (subProcess ?A ?O)
            (subProcess ?B ?O)
            (patient ?A ?L)
            (patient ?B ?R)
            (not
                (equal ?A ?B))
            (cooccur ?A ?B))))
Mid-level-ontology.kif 21979-21996 If X is an instance of OpeningBothEyes, Y is a patient of X, and Y is an instance of both eyes, then All of the following hold: (1) there exist Z, W,, , V (2) U such that Z is a member of Y (3) W is a member of Y (4) V is an instance of opening eye (5) U is an instance of opening eye (6) V is a subprocess of X (7) U is a subprocess of X (8) Z is a patient of V (9) W is a patient of U (10) equal V (11) U (12) V occurs at the same time as U
(=>
    (and
        (instance ?C ClosingBothEyes)
        (patient ?C ?E)
        (instance ?E BothEyes))
    (exists (?L ?R ?A ?B)
        (and
            (member ?L ?E)
            (member ?R ?E)
            (instance ?A ClosingEye)
            (instance ?B ClosingEye)
            (subProcess ?A ?C)
            (subProcess ?B ?C)
            (patient ?A ?L)
            (patient ?B ?R)
            (not
                (equal ?A ?B))
            (cooccur ?A ?B))))
Mid-level-ontology.kif 22003-22020 If X is an instance of ClosingBothEyes, Y is a patient of X, and Y is an instance of both eyes, then All of the following hold: (1) there exist Z, W,, , V (2) U such that Z is a member of Y (3) W is a member of Y (4) V is an instance of closing eye (5) U is an instance of closing eye (6) V is a subprocess of X (7) U is a subprocess of X (8) Z is a patient of V (9) W is a patient of U (10) equal V (11) U (12) V occurs at the same time as U
(=>
    (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 29455-29464 If X is an instance of dance hall, then X has the purpose there exist Y, Z such that Z is an instance of making music, Y is an instance of dancing, Z occurs at the same time as Y, Z is located at X, and Y is located at X
(=>
    (and
        (instance ?A AESAAntenna)
        (part ?C ?A)
        (instance ?C CollectionOfObjects)
        (memberType ?C ?CLASS)
        (subclass ?CLASS CommunicationDevice))
    (exists (?R1 ?D1 ?R2 ?D2)
        (and
            (instance ?R1 RadioEmission)
            (origin ?R1 ?D1)
            (instance ?D1 ?CLASS)
            (instance ?R2 RadioEmission)
            (origin ?R2 ?D2)
            (instance ?D2 ?CLASS)
            (not
                (equal ?D1 ?D2))
            (not
                (equal ?R1 ?R2))
            (cooccur ?R1 ?R2))))
Transportation.kif 5491-5510 If X is an instance of active eletronically scanned array antenna, Y is a part of X, Y is an instance of collection, Z is a member type of Y, and Z is a subclass of communication device, then All of the following hold: (1) there exist W, V,, , U (2) T such that W is an instance of radio emission (3) W originates at V (4) V is an instance of Z (5) U is an instance of radio emission (6) U originates at T (7) T is an instance of Z (8) equal V (9) T (10) equal W (11) U (12) W occurs at the same time as U


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