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 11372-11373
(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 11371-11371 Pulmonary vein is a subclass of vein

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


(termFormat ChineseLanguage PulmonaryVein "肺静脉") domainEnglishFormat.kif 48124-48124
(termFormat ChineseTraditionalLanguage PulmonaryVein "肺靜脈") domainEnglishFormat.kif 48123-48123
(termFormat EnglishLanguage PulmonaryVein "pulmonary vein") domainEnglishFormat.kif 48122-48122

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 11375-11390


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