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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ParalysisFn

Sigma KEE - ParalysisFn
ParalysisFn

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


(documentation ParalysisFn EnglishLanguage "A Function that returns that class of Paralysis affecting a particular BodyPart of an Animal.") Mid-level-ontology.kif 6321-6322
(domain ParalysisFn 1 BodyPart) Mid-level-ontology.kif 6323-6323 O argumento numero 1 de ParalysisFn e' uma instancia de Parte do Corpo
(instance ParalysisFn UnaryFunction) Mid-level-ontology.kif 6320-6320 ParalysisFn e' uma instancia de funcao Unaria
(rangeSubclass ParalysisFn Paralysis) Mid-level-ontology.kif 6324-6324 Os valores retornados por ParalysisFn sao as sub-classes de Paralysis

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


(format EnglishLanguage ParalysisFn "paralysis of the %1") Mid-level-ontology.kif 6326-6326
(termFormat EnglishLanguage ParalysisFn "paralysis") Mid-level-ontology.kif 6325-6325

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


(=>
    (attribute ?ORGANISM
        (instance ?P
            (ParalysisFn ?PART)))
    (exists (?MUSCLE)
        (and
            (instance ?MUSCLE Muscle)
            (part ?MUSCLE ?PART)
            (part ?PART ?ORGANISM)
            (not
                (exists (?MOTION)
                    (and
                        (instance ?MOTION BodyMotion)
                        (agent ?MOTION ?ORGANISM)
                        (patient ?MOTION ?MUSCLE)))))))
Mid-level-ontology.kif 6330-6344

Show without tree


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