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 12983-12984
(subclass Skeleton AnimalAnatomicalStructure) Mid-level-ontology.kif 12981-12981 Skeleton is a subclass of animal anatomical structure
(subclass Skeleton BodyPart) Mid-level-ontology.kif 12982-12982 Skeleton is a subclass of body part

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


(termFormat ChineseLanguage Skeleton "骨架") domainEnglishFormat.kif 53298-53298
(termFormat ChineseTraditionalLanguage Skeleton "骨架") domainEnglishFormat.kif 53297-53297
(termFormat EnglishLanguage Skeleton "skeleton") domainEnglishFormat.kif 53296-53296

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


(=>
    (and
        (instance ?ANIMAL Animal)
        (instance ?SKELETON Skeleton)
        (part ?SKELETON ?ANIMAL))
    (instance ?ANIMAL Vertebrate))
Mid-level-ontology.kif 12986-12991
(=>
    (instance ?S Skeleton)
    (exists (?A)
        (and
            (instance ?A Animal)
            (interiorPart ?S ?A))))
Mid-level-ontology.kif 12993-12998

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


(<=>
    (instance ?BONE Bone)
    (exists (?SKELETON)
        (and
            (or
                (instance ?SKELETON Skeleton)
                (instance ?SKELETON Exoskeleton))
            (part ?BONE ?SKELETON))))
Mid-level-ontology.kif 13013-13020 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 13038-13046


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