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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PlantRoot
PlantRoot(plant root)
pneumatophore, root

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


(documentation PlantRoot EnglishLanguage "An Organ of Plants whose main purpose is twofold, viz. to absorb Nutrient and Water; and to anchor the Plant in place.") Mid-level-ontology.kif 10398-10400
(externalImage PlantRoot "http://upload.wikimedia.org/wikipedia/commons/ 6/ 65/ Pinus_silvestris_roots001xx.jpg") pictureList.kif 160-160
(externalImage PlantRoot "http://upload.wikimedia.org/wikipedia/commons/ a/ ab/ Primary_and_secondary_cotton_roots.jpg") pictureList.kif 2308-2308
(subclass PlantRoot Organ) Mid-level-ontology.kif 10397-10397 Plant root is a subclass of organ
(subclass PlantRoot PlantAnatomicalStructure) Mid-level-ontology.kif 10396-10396 Plant root is a subclass of plant anatomical structure

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


(termFormat ChineseLanguage PlantRoot "植物根") domainEnglishFormat.kif 46159-46159
(termFormat ChineseTraditionalLanguage PlantRoot "植物根") domainEnglishFormat.kif 46158-46158
(termFormat EnglishLanguage PlantRoot "plant root") domainEnglishFormat.kif 46157-46157

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


(=>
    (and
        (instance ?STEM PlantStem)
        (instance ?ROOT PlantRoot))
    (modalAttribute
        (orientation ?STEM ?ROOT Above) Likely))
Mid-level-ontology.kif 10435-10440
(=>
    (instance ?ROOT PlantRoot)
    (hasPurpose ?ROOT
        (exists (?TRAN ?STUFF ?HOST)
            (and
                (instance ?TRAN Transfer)
                (instrument ?TRAN ?ROOT)
                (origin ?TRAN ?HOST)
                (orientation ?HOST ?ROOT Outside)
                (objectTransferred ?TRAN ?STUFF)
                (or
                    (instance ?STUFF FreshWater)
                    (instance ?STUFF Nutrient))))))
Mid-level-ontology.kif 10403-10415

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


(=>
    (instance ?STEM PlantStem)
    (hasPurpose ?STEM
        (exists (?TRAN ?ROOT ?SUB)
            (and
                (instance ?TRAN Transfer)
                (instrument ?TRAN ?STEM)
                (instance ?ROOT PlantRoot)
                (origin ?TRAN ?ROOT)
                (instance ?SUB Substance)
                (attribute ?SUB Fluid)
                (objectTransferred ?TRAN ?SUB)))))
Mid-level-ontology.kif 10442-10453


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