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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Needle
Needle

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


(documentation Needle EnglishLanguage "A needle is a MedicalDevice intended for Inserting or Removing a Fluid Inside a patient.") Medicine.kif 908-909
(subclass Needle MedicalDevice) Medicine.kif 907-907 子類 Needle and MedicalDevice

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


(subclass DecompressionNeedle Needle) Medicine.kif 6031-6031 子類 DecompressionNeedle and Needle
(termFormat EnglishLanguage Needle "needle") Medicine.kif 910-910 子類 DecompressionNeedle and Needle

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


(=>
    (instance ?N Needle)
    (hasPurpose ?N
        (exists (?H ?TP ?F ?RI)
            (and
                (instance ?H Animal)
                (instance ?TP TherapeuticProcss)
                (attribute ?F Fluid)
                (patient ?TP ?H)
                (instrument ?TP ?N)
                (or
                    (instance ?RI Removing)
                    (instance ?RI Inserting))
                (subProcess ?RI ?TP)
                (objectTransferred ?RI ?F)))))
Medicine.kif 912-926

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


(=>
    (and
        (instance ?T Thoracentesis)
        (patient ?T ?H))
    (exists (?I ?O ?IN ?L ?C ?F)
        (and
            (instance ?I Inserting)
            (subProcess ?I ?T)
            (objectTransferred ?I ?N)
            (origin ?I ?O)
            (destination ?I ?IN)
            (instance ?N Needle)
            (attribute ?F Fluid)
            (objectTransferred ?T ?F)
            (destination ?F ?O)
            (instance ?L Lung)
            (instance ?C Chest)
            (part ?L ?H)
            (part ?C ?H)
            (origin ?T ?IN)
            (destination ?T ?O)
            (between ?L ?IN ?C)
            (orientation ?O ?H Outside))))
Medicine.kif 883-905
(=>
    (instance ?EP EpiPen)
    (exists (?N ?A)
        (and
            (instance ?N Needle)
            (part ?N ?EP)
            (instance ?A Adrenaline)
            (part ?A ?EP))))
Medicine.kif 6345-6352


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