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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Biped
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 4474-4475
(subclass Biped Animal) Mid-level-ontology.kif 4473-4473 Biped is a subclass of animal

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


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

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 4477-4493

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


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


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