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 12050-12051
(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 12049-12049 Pulmonary vein is a subclass of vein

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 12053-12068


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