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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - COVIDAntibody
COVIDAntibody

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


(documentation COVIDAntibody EnglishLanguage "An Antibody that the body produces to combat Covid19.") Medicine.kif 2765-2766
(subclass COVIDAntibody Antibody) Medicine.kif 2764-2764 COVIDAntibody抗体subclass

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


(termFormat EnglishLanguage COVIDAntibody "COVID antibody") Medicine.kif 2767-2767

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


(=>
    (and
        (instance ?A AntibodyCOVIDTest)
        (instrument ?M ?A)
        (instance ?M Measuring)
        (patient ?M ?H)
        (instance ?CA COVIDAntibody)
        (part ?CA ?H))
    (modalAttribute
        (knows ?H
            (exists (?CA)
                (and
                    (instance ?CA COVIDAntibody)
                    (part ?CA ?H)))) Likely))
Medicine.kif 2748-2762
(=>
    (and
        (instance ?CA COVIDAntibody)
        (holdsDuring ?T
            (and
                (not
                    (attribute ?H Covid19))
                (part ?CA ?H))))
    (holdsDuring
        (ImmediateFutureFn ?T)
        (modalAttribute
            (attribute ?H Covid19) Unlikely)))
Medicine.kif 2769-2781

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


(=>
    (and
        (instance ?A AntibodyCOVIDTest)
        (instrument ?M ?A)
        (instance ?M Measuring)
        (patient ?M ?H)
        (instance ?CA COVIDAntibody)
        (part ?CA ?H))
    (modalAttribute
        (knows ?H
            (exists (?CA)
                (and
                    (instance ?CA COVIDAntibody)
                    (part ?CA ?H)))) Likely))
Medicine.kif 2748-2762
(=>
    (holdsDuring ?T
        (attribute ?H Covid19))
    (modalAttribute
        (holdsDuring
            (ImmediateFutureFn ?T)
            (and
                (instance ?CA COVIDAntibody)
                (part ?CA ?H))) Likely))
Medicine.kif 2783-2792


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 is open source software produced by Articulate Software and its partners