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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Breathing

Sigma KEE - Breathing
Breathing

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


(documentation Breathing ChineseLanguage "这是呼吸的 ProcessAnimal 通过这过程取得氧气。这 包括吸入、呼出氧气和两者的不断交替的过程。") chinese_format.kif 2906-2907
(documentation Breathing EnglishLanguage "The Process of respiration, by which oxygen is made available to an Animal. This covers processes of inhalation, exhalation, and alternations between the two.") Merge.kif 10242-10244
(documentation Breathing JapaneseLanguage "呼吸の Process は、酸素が Animal に利用可能に なる。これは、吸入、呼気、およびその2間の交互のプロセスをカバーしている。") japanese_format.kif 1655-1656
(subclass Breathing AutonomicProcess) Merge.kif 10240-10240 Breathing ist eine teilkategorie von AutonomicProcess
(subclass Breathing OrganismProcess) Merge.kif 10239-10239 Breathing ist eine teilkategorie von OrganismProcess

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


(biochemicalAgentDelivery AerosolizedBacillusAnthracis Breathing) WMD.kif 292-292 biochemicalAgentDelivery AerosolizedBacillusAnthracis and Breathing
(biochemicalAgentDelivery BacillusAnthracis Breathing) WMD.kif 281-281 biochemicalAgentDelivery BacillusAnthracis and Breathing
(biochemicalAgentDelivery BacterialAgent Breathing) WMD.kif 200-200 biochemicalAgentDelivery BacterialAgent and Breathing
(biochemicalAgentDelivery BlisterAgent Breathing) WMD.kif 477-477 biochemicalAgentDelivery BlisterAgent and Breathing
(biochemicalAgentDelivery BloodAgent Breathing) WMD.kif 523-523 biochemicalAgentDelivery BloodAgent and Breathing
(biochemicalAgentDelivery BordetellaPertussis Breathing) WMD.kif 1588-1588 biochemicalAgentDelivery BordetellaPertussis and Breathing
(biochemicalAgentDelivery BurkholderiaPseudomallei Breathing) WMD.kif 374-374 biochemicalAgentDelivery BurkholderiaPseudomallei and Breathing
(biochemicalAgentDelivery ChlamydiaPsittaci Breathing) WMD.kif 1598-1598 biochemicalAgentDelivery ChlamydiaPsittaci and Breathing
(biochemicalAgentDelivery ChokingAgent Breathing) WMD.kif 603-603 biochemicalAgentDelivery ChokingAgent and Breathing
(biochemicalAgentDelivery CoxiellaBurnetii Breathing) WMD.kif 1250-1250 biochemicalAgentDelivery CoxiellaBurnetii and Breathing
(biochemicalAgentDelivery FrancisellaTularensis Breathing) WMD.kif 1207-1207 biochemicalAgentDelivery FrancisellaTularensis and Breathing
(biochemicalAgentDelivery JuninVirus Breathing) WMD.kif 1927-1927 biochemicalAgentDelivery JuninVirus and Breathing
(biochemicalAgentDelivery MachupoVirus Breathing) WMD.kif 1940-1940 biochemicalAgentDelivery MachupoVirus and Breathing
(biochemicalAgentDelivery MarburgVirus Breathing) WMD.kif 1735-1735 biochemicalAgentDelivery MarburgVirus and Breathing
(biochemicalAgentDelivery MycobacteriumTuberculosis Breathing) WMD.kif 1727-1727 biochemicalAgentDelivery MycobacteriumTuberculosis and Breathing
(biochemicalAgentDelivery NerveAgent Breathing) WMD.kif 559-559 biochemicalAgentDelivery NerveAgent and Breathing
(biochemicalAgentDelivery Saxitoxin Breathing) WMD.kif 1457-1457 biochemicalAgentDelivery Saxitoxin and Breathing
(biochemicalAgentDelivery StaphylococcalEnterotoxinB Breathing) WMD.kif 1442-1442 biochemicalAgentDelivery StaphylococcalEnterotoxinB and Breathing
(subclass BreathingAtAMoreRapidRate Breathing) emotion.kif 1700-1700 BreathingAtAMoreRapidRate ist eine teilkategorie von Breathing
(subclass Exhaling Breathing) Mid-level-ontology.kif 11301-11301 Exhaling ist eine teilkategorie von Breathing
(subclass Inhaling Breathing) Mid-level-ontology.kif 11290-11290 Inhaling ist eine teilkategorie von Breathing
(termFormat ChineseLanguage Breathing "呼吸") chinese_format.kif 1078-1078
(termFormat EnglishLanguage Breathing "breathing") english_format.kif 1367-1367
(termFormat FrenchLanguage Breathing "respirer") french_format.kif 756-756

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(=>
    (and
        (instance ?IV InvasiveVentilator)
        (instance ?B Breathing)
        (experiencer ?B ?H)
        (instrument ?B ?IV))
    (exists (?IN)
        (and
            (instance ?IN Intubation)
            (destination ?IN ?H)
            (earlier
                (WhenFn ?IN)
                (WhenFn ?B)))))
Medicine.kif 4105-4117
(=>
    (and
        (instance ?T TimePeriod)
        (duration ?T
            (MeasureFn ?N MinuteDuration))
        (greaterThan ?N 5.0)
        (instance ?H Human)
        (not
            (exists (?B)
                (and
                    (instance ?B Breathing)
                    (during
                        (WhenFn ?B) ?T)
                    (patient ?B ?H)))))
    (modalAttribute
        (exists (?D)
            (and
                (instance ?D Death)
                (experiencer ?D ?H)
                (meetsTemporally ?T
                    (WhenFn ?D)))) Likely))
Medicine.kif 5997-6017
(=>
    (capability Breathing experiencer ?ANIMAL)
    (exists (?LUNG)
        (and
            (component ?LUNG ?ANIMAL)
            (instance ?LUNG Lung))))
Mid-level-ontology.kif 11191-11196

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


(=>
    (and
        (instance ?A Asphyxiation)
        (experiencer ?A ?M))
    (holdsDuring
        (WhenFn ?A)
        (not
            (exists (?B)
                (and
                    (instance ?B Breathing)
                    (experiencer ?B ?A))))))
Medicine.kif 6304-6313
(=>
    (and
        (instance ?C Cricothyroidotomy)
        (patient ?C ?O))
    (hasPurpose ?C
        (and
            (holdsDuring
                (ImmediatePastFn
                    (WhenFn ?C))
                (exists (?B)
                    (and
                        (instance ?B
                            (ImpairmentFn Breathing))
                        (patient ?B ?O))))
            (not
                (holdsDuring
                    (ImmediateFutureFn
                        (WhenFn ?C))
                    (exists (?B)
                        (and
                            (instance ?B
                                (ImpairmentFn Breathing))
                            (patient ?B ?O))))))))
Medicine.kif 767-785
(=>
    (and
        (instance ?I Intubation)
        (instance ?T Tube)
        (objectTransferred ?I ?T)
        (experiencer ?I ?H))
    (hasPurpose ?I
        (exists (?B)
            (and
                (instance ?B Breathing)
                (instrument ?B ?T)))))
Medicine.kif 4123-4133
(=>
    (and
        (instance ?S Strangling)
        (patient ?S ?V)
        (instance ?V Human))
    (hasPurpose ?S
        (not
            (exists (?B)
                (and
                    (instance ?B Breathing)
                    (agent ?B ?V))))))
Mid-level-ontology.kif 6537-6547
(=>
    (attribute ?H Asthma)
    (exists (?I)
        (and
            (instance ?I
                (ImpairmentFn Breathing))
            (experiencer ?I ?H))))
Medicine.kif 3417-3423
(=>
    (attribute ?H ChronicObstructivePulmonaryDisease)
    (instance ?H
        (ImpairmentFn Breathing)))
Mid-level-ontology.kif 5986-5989
(=>
    (attribute ?ORGANISM InhalationalAnthrax)
    (exists (?ANTHRACIS ?BREATHING)
        (and
            (instance ?ANTHRACIS BacillusAnthracis)
            (instance ?BREATHING Breathing)
            (agent ?BREATHING ?ORGANISM)
            (patient ?BREATHING ?ANTHRACIS))))
WMD.kif 1150-1157
(=>
    (holdsDuring ?T
        (and
            (attribute ?H SleepApnea)
            (attribute ?H Sleeping)))
    (exists (?T2 ?B ?B2)
        (and
            (during ?T2 ?T)
            (not
                (exists (?B)
                    (and
                        (instance ?B Breathing)
                        (during
                            (WhenFn ?B) ?T2)
                        (experiencer ?B ?H))))
            (holdsDuring ?T2
                (and
                    (instance ?B2 Breathing)
                    (needs ?H ?B2))))))
Medicine.kif 4161-4178
(=>
    (holdsDuring ?T
        (attribute ?H Pneumothorax))
    (exists (?I)
        (and
            (instance ?I
                (ImpairmentFn Breathing))
            (patient ?I ?H)
            (during ?T
                (WhenFn ?I)))))
Medicine.kif 812-821
(=>
    (instance ?NA NasopharyngealAirway)
    (hasPurpose ?NA
        (exists (?H ?B)
            (and
                (instance ?B Breathing)
                (located ?B ?H)
                (holdsDuring
                    (WhenFn ?B)
                    (attribute ?H Unconscious))
                (path ?B ?NA)))))
Medicine.kif 730-740
(=>
    (instance ?S Suffocating)
    (holdsDuring
        (EndFn
            (WhenFn ?S))
        (exists (?P)
            (and
                (experiencer ?S ?P)
                (not
                    (exists (?B)
                        (and
                            (instance ?B Breathing)
                            (experiencer ?B ?P))))))))
Mid-level-ontology.kif 18459-18471
(=>
    (instance ?SCUBA ScubaDiving)
    (exists (?WATER ?DEVICE ?BREATH)
        (and
            (instance ?WATER WaterArea)
            (orientation ?SCUBA ?WATER Below)
            (instance ?DEVICE Device)
            (instance ?BREATH Breathing)
            (instrument ?BREATH ?DEVICE)
            (subProcess ?BREATH ?SCUBA))))
Mid-level-ontology.kif 26902-26911
(=>
    (instance ?SMOKING Smoking)
    (exists (?BURN ?CIGAR ?BREATHE ?SMOKE)
        (and
            (subProcess ?BURN ?SMOKING)
            (instance ?BURN Combustion)
            (resource ?BURN ?CIGAR)
            (instance ?CIGAR CigarOrCigarette)
            (result ?BURN ?SMOKE)
            (patient ?BREATHE ?SMOKE)
            (instance ?BREATHE Breathing)
            (subProcess ?BREATHE ?SMOKING))))
Mid-level-ontology.kif 16071-16082