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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - allergic
allergic

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


(documentation allergic EnglishLanguage "(allergic ?H ?S) means that a human ?H develops an AllergicReaction to a class of substance ?S when coming into contact with it.") Mid-level-ontology.kif 6226-6227
(domain allergic 1 Human) Mid-level-ontology.kif 6224-6224 Die Zahl 1 Argument von allergic ist ein fall von Human %n{nicht}
(domainSubclass allergic 2 Substance) Mid-level-ontology.kif 6225-6225 Die Zahl 2 Argument von allergic ist eine teilkategorie von Substance %n{nicht}
(instance allergic BinaryPredicate) Mid-level-ontology.kif 6223-6223 allergic ist ein fall von BinaryPredicate %n{nicht}

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


(termFormat EnglishLanguage allergic "allergic") domainEnglishFormat.kif 65774-65774

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


(=>
    (and
        (allergic ?H ?S)
        (instance ?SUB ?S)
        (holdsDuring ?T
            (meetsSpatially ?SUB ?H)))
    (modalAttribute
        (exists (?AR)
            (and
                (instance ?AR AllergicReaction)
                (experiencer ?AR ?H)
                (overlapsTemporally ?T
                    (WhenFn ?AR))
                (before
                    (BeginFn ?T)
                    (BeginFn
                        (WhenFn ?AR))))) Likely))
Mid-level-ontology.kif 6231-6244


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