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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Skeleton
Skeleton(skeleton)skeletal

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


(documentation Skeleton EnglishLanguage "The system of Bones that make up the supporting structure of Vertebrates.") Mid-level-ontology.kif 12548-12549
(subclass Skeleton AnimalAnatomicalStructure) Mid-level-ontology.kif 12546-12546 Skeleton is a subclass of animal anatomical structure
(subclass Skeleton BodyPart) Mid-level-ontology.kif 12547-12547 Skeleton is a subclass of body part

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


(termFormat ChineseLanguage Skeleton "骨架") domainEnglishFormat.kif 53327-53327
(termFormat ChineseTraditionalLanguage Skeleton "骨架") domainEnglishFormat.kif 53326-53326
(termFormat EnglishLanguage Skeleton "skeleton") domainEnglishFormat.kif 53325-53325

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


(=>
    (and
        (instance ?ANIMAL Animal)
        (instance ?SKELETON Skeleton)
        (part ?SKELETON ?ANIMAL))
    (instance ?ANIMAL Vertebrate))
Mid-level-ontology.kif 12551-12556
(=>
    (instance ?S Skeleton)
    (exists (?A)
        (and
            (instance ?A Animal)
            (interiorPart ?S ?A))))
Mid-level-ontology.kif 12558-12563

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


(<=>
    (instance ?BONE Bone)
    (exists (?SKELETON)
        (and
            (or
                (instance ?SKELETON Skeleton)
                (instance ?SKELETON Exoskeleton))
            (part ?BONE ?SKELETON))))
Mid-level-ontology.kif 12578-12585 An object is an instance of bone if and only if there exists another object such that the other object is an instance of skeleton or the other object is an instance of exoskeleton and the object is a part of the other object
(=>
    (instance ?J BodyJoint)
    (exists (?S ?P1 ?P2)
        (and
            (instance ?S Skeleton)
            (component ?P1 ?S)
            (component ?P2 ?S)
            (component ?J ?S)
            (connects ?J ?P1 ?P2))))
Mid-level-ontology.kif 12603-12611


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