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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Biped
Biped

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


(documentation Biped EnglishLanguage "An Animal that walks on two Legs (at least when FullyFormed and not exhibiting some DiseaseOrSyndrome).") Mid-level-ontology.kif 4401-4402
(subclass Biped Animal) Mid-level-ontology.kif 4400-4400

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


(termFormat EnglishLanguage Biped "biped") domainEnglishFormat.kif 64540-64540

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


(=>
    (and
        (instance ?A Biped)
        (instance ?W Ambulating)
        (agent ?W ?A))
    (modalAttribute
        (exists (?L1 ?L2)
            (and
                (instance ?L1 Leg)
                (instance ?L2 Leg)
                (not
                    (equal ?L1 ?L2))
                (part ?L1 ?A)
                (part ?L2 ?A)
                (instrument ?W ?L1)
                (instrument ?W ?L2))) Likely))
Mid-level-ontology.kif 4404-4420

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


(=>
    (and
        (instance ?C Crawling)
        (agent ?C ?A))
    (instance ?A Biped))
Mid-level-ontology.kif 4394-4398


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