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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PulmonaryVein
PulmonaryVein

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


(documentation PulmonaryVein EnglishLanguage "A Vein that carries Blood from the Lungs to the Heart.") Mid-level-ontology.kif 11978-11979
(externalImage PulmonaryVein "http://upload.wikimedia.org/wikipedia/commons/ e/ e6/ Heart_and_lungs.jpg") pictureList.kif 9571-9571
(subclass PulmonaryVein Vein) Mid-level-ontology.kif 11977-11977

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


(termFormat ChineseLanguage PulmonaryVein "肺静脉") domainEnglishFormat.kif 48117-48117
(termFormat ChineseTraditionalLanguage PulmonaryVein "肺靜脈") domainEnglishFormat.kif 48116-48116
(termFormat EnglishLanguage PulmonaryVein "pulmonary vein") domainEnglishFormat.kif 48115-48115

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


(=>
    (and
        (instance ?V PulmonaryVein)
        (instance ?T Transfer)
        (patient ?T ?B)
        (instrument ?T ?V)
        (instance ?B Blood))
    (exists (?L ?H ?P)
        (and
            (instance ?L Lung)
            (origin ?T ?L)
            (part ?V ?P)
            (part ?L ?P)
            (part ?H ?P)
            (instance ?H Heart)
            (destination ?T ?H))))
Mid-level-ontology.kif 11981-11996


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