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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PulmonaryVein
PulmonaryVein(pulmonary vein)

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


(documentation PulmonaryVein EnglishLanguage "A Vein that carries Blood from the Lungs to the Heart.") Mid-level-ontology.kif 11154-11155
(externalImage PulmonaryVein "http://upload.wikimedia.org/wikipedia/commons/ e/ e6/ Heart-and-lungs.jpg") pictureList.kif 9572-9572
(subclass PulmonaryVein Vein) Mid-level-ontology.kif 11153-11153 Pulmonary vein is a subclass of vein

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


(termFormat ChineseLanguage PulmonaryVein "肺静脉") domainEnglishFormat.kif 48086-48086
(termFormat ChineseTraditionalLanguage PulmonaryVein "肺靜脈") domainEnglishFormat.kif 48085-48085
(termFormat EnglishLanguage PulmonaryVein "pulmonary vein") domainEnglishFormat.kif 48084-48084

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 11157-11172


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