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



KB Term:  Term intersection
English Word: 

Sigma KEE - CollectionOfProcesses
CollectionOfProcesses(collection)

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


(subclass CollectionOfProcesses Collection) Merge.kif 1386-1386 Collection is a subclass of collection
(documentation CollectionOfProcesses EnglishLanguage "a Collectionsthat has Processes as members.") Merge.kif 1387-1388 Collection is a subclass of collection

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


(subclass WebListingCategory CollectionOfProcesses) UXExperimentalTerms.kif 133-133 Web listing category is a subclass of collection
(subclass MultivariateTest CollectionOfProcesses) UXExperimentalTerms.kif 4483-4483 Multivariate test is a subclass of collection
(termFormat EnglishLanguage CollectionOfProcesses "collection") english_format.kif 870-870 Multivariate test is a subclass of collection

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


(=>
    (instance ?COLL CollectionOfProcesses)
    (memberType ?COLL Process))
Merge.kif 1390-1392 If X is an instance of collection, then process is a member type of X

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


(=>
    (heartRate ?H ?T ?I)
    (exists (?C ?M)
        (and
            (instance ?C CollectionOfProcesses)
            (memberType ?C HeartBeat)
            (memberCount ?C ?I)
            (=>
                (member ?M ?C)
                (and
                    (patient ?M ?H)
                    (during
                        (WhenFn ?M) ?T))))))
Mid-level-ontology.kif 11796-11808 If X beats at a rate of Y beats per Z, then there exist W, V such that W is an instance of collection, heart beat is a member type of W, Y is a member count of W, V is a member of WX is a patient of V, and the time of existence of V takes place during Z
(=>
    (breathingRate ?H ?T ?I)
    (exists (?C ?M)
        (and
            (instance ?C CollectionOfProcesses)
            (memberType ?C Breath)
            (memberCount ?C ?I)
            (=>
                (member ?M ?C)
                (and
                    (patient ?M ?H)
                    (during
                        (WhenFn ?M) ?T))))))
Mid-level-ontology.kif 11839-11851 If X breathes at a rate of Y breaths per Z, then there exist W, V such that W is an instance of collection, breath is a member type of W, Y is a member count of W, V is a member of WX is a patient of V, and the time of existence of V takes place during Z


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