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



KB Term:  Term intersection
English Word: 

  IrisDilatorMuscle

Sigma KEE - IrisDilatorMuscle
IrisDilatorMuscle(iris dilator muscle)

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


(subclass IrisDilatorMuscle EyeMuscle) emotion.kif 1133-1133 Iris dilator muscle is a subclass of EyeMuscle
(documentation IrisDilatorMuscle EnglishLanguage "IrisDilatorMuscle is a smooth muscle of the eye, running radially in the iris and therefore fit as a dilator.[Wikipedia]") emotion.kif 1134-1135 Iris dilator muscle is a subclass of EyeMuscle

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


(termFormat EnglishLanguage IrisDilatorMuscle "iris dilator muscle") emotion.kif 1136-1136

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


(=>
    (and
        (instance ?D PupilsDilation)
        (patient ?D ?P)
        (instance ?P BothEyePupils))
    (exists (?IDM ?ISM ?C ?R)
        (and
            (instance ?IDM IrisDilatorMuscle)
            (instance ?ISM IrisSphincterMuscle)
            (part ?IDM ?P)
            (part ?ISM ?P)
            (instance ?C MuscularContraction)
            (subProcess ?C ?D)
            (patient ?C ?IDM)
            (instance ?R MuscleRelaxing)
            (patient ?R ?ISM)
            (subProcess ?R ?D))))
emotion.kif 811-827 If X is an instance of dilated pupils, Y is a patient of X, and Y is an instance of both eye pupils, then All of the following hold: (1) there exist Z, W,, , V (2) U such that Z is an instance of iris dilator muscle (3) W is an instance of iris sphincter muscle (4) Z is a part of Y (5) W is a part of Y (6) V is an instance of muscular contraction (7) V is a subprocess of X (8) Z is a patient of V (9) U is an instance of muscle relaxing (10) W is a patient of U (11) U is a subprocess of X
(=>
    (and
        (instance ?C PupilsConstriction)
        (patient ?D ?P)
        (instance ?P BothEyePupils))
    (exists (?IDM ?ISM ?R)
        (and
            (instance ?IDM IrisDilatorMuscle)
            (instance ?ISM IrisSphincterMuscle)
            (part ?IDM ?P)
            (part ?ISM ?P)
            (instance ?MC MuscularContraction)
            (subProcess ?MC ?C)
            (patient ?MC ?ISM)
            (instance ?R MuscleRelaxing)
            (patient ?R ?IDM)
            (subProcess ?R ?C))))
emotion.kif 918-934 If X is an instance of miosis, Y is a patient of Z, and Y is an instance of both eye pupils, then All of the following hold: (1) there exist W, V (2) U such that W is an instance of iris dilator muscle (3) V is an instance of iris sphincter muscle (4) W is a part of Y (5) V is a part of Y (6) T is an instance of muscular contraction (7) T is a subprocess of X (8) V is a patient of T (9) U is an instance of muscle relaxing (10) W is a patient of U (11) U is a subprocess of X


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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