shape |
appearance as argument number 1 |
(documentation shape EnglishLanguage "(shape ?OBJECT ?SHAPE) means that the shape of ?OBJECT is ?SHAPE.") | Merge.kif 7623-7623 | |
(domain shape 1 Physical) | Merge.kif 7621-7621 | The number 1 argument of shape is an instance of physical |
(domain shape 2 ShapeAttribute) | Merge.kif 7622-7622 | The number 2 argument of shape is an instance of shape attribute |
(instance shape BinaryPredicate) | Merge.kif 7619-7619 | shape is an instance of binary predicate |
(subrelation shape property) | Merge.kif 7620-7620 | shape is a subrelation of property |
appearance as argument number 2 |
(format ChineseLanguage shape "%1 是 %2 ") | domainEnglishFormat.kif 4506-4506 | |
(format ChineseTraditionalLanguage shape "%1 是 %2 ") | domainEnglishFormat.kif 4505-4505 | |
(format EnglishLanguage shape "%1 is %2") | domainEnglishFormat.kif 4504-4504 | |
(subrelation cellShape shape) | VirusProteinAndCellPart.kif 403-403 | cell shape is a subrelation of shape |
(termFormat EnglishLanguage shape "shape") | domainEnglishFormat.kif 65992-65992 | cell shape is a subrelation of shape |
antecedent |
(=> (and (cylinderBore ?CY ?M) (instance ?CY HoleRegion) (shape ?CY Cylinder) (part ?CI ?CY) (instance ?CI Region) (shape ?CI Circle)) (diameter ?CI ?M)) |
Cars.kif 1541-1549 |
|
(=> (and (instance ?C Object) (shape ?C Circle)) (exists (?P) (equal (CenterOfCircleFn ?C) ?P))) |
Merge.kif 7650-7655 |
|
(=> (and (instance ?C Object) (shape ?C Circle)) (exists (?R) (radius ?C ?R))) |
Merge.kif 7643-7648 |
|
consequent |