Exoskeleton(exoskeleton) | exoskeleton |
appearance as argument number 1 |
(documentation Exoskeleton EnglishLanguage "The system of Bones that are on the Outside of an organism and make up the supporting structure of many Invertebrates.") | Mid-level-ontology.kif 11889-11890 | |
(externalImage Exoskeleton "http://upload.wikimedia.org/wikipedia/commons/ c/ ca/ Ant_SEM.jpg") | pictureList.kif 5997-5997 | |
(externalImage Exoskeleton "http://upload.wikimedia.org/wikipedia/en/5/59/ Exoskeleton3.jpg") | pictureList.kif 6499-6499 | |
(initialPart Exoskeleton Animal) | Mid-level-ontology.kif 11891-11891 | Every exoskeleton is initially part of a animal |
(subclass Exoskeleton AnimalAnatomicalStructure) | Mid-level-ontology.kif 11887-11887 | Exoskeleton is a subclass of animal anatomical structure |
(subclass Exoskeleton BodyPart) | Mid-level-ontology.kif 11888-11888 | Exoskeleton is a subclass of body part |
appearance as argument number 2 |
(termFormat ChineseLanguage Exoskeleton "外骨骼") | domainEnglishFormat.kif 22806-22806 | |
(termFormat ChineseTraditionalLanguage Exoskeleton "外骨骼") | domainEnglishFormat.kif 22805-22805 | |
(termFormat EnglishLanguage Exoskeleton "exoskeleton") | domainEnglishFormat.kif 22804-22804 |
antecedent |
(=> (and (instance ?ANIMAL Animal) (instance ?SKELETON Exoskeleton) (part ?SKELETON ?ANIMAL)) (instance ?ANIMAL Invertebrate)) |
Mid-level-ontology.kif 11893-11898 |
|
(=> (instance ?X Exoskeleton) (exists (?A) (and (instance ?A Animal) (part ?X ?A) (not (exists (?PART) (and (properPart ?PART ?A) (orientation ?PART ?X Outside))))))) |
Mid-level-ontology.kif 11909-11919 |
|
consequent |
(<=> (instance ?BONE Bone) (exists (?SKELETON) (and (or (instance ?SKELETON Skeleton) (instance ?SKELETON Exoskeleton)) (part ?BONE ?SKELETON)))) |
Mid-level-ontology.kif 11900-11907 | 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 |