![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| linearExtent |
| appearance as argument number 1 |
|
|
| (subrelation linearExtent measure) | Merge.kif 7668-7668 | linear extent is a subrelation of measure |
| (instance linearExtent BinaryPredicate) | Merge.kif 7669-7669 | linear extent is an instance of binary predicate |
| (domain linearExtent 1 Physical) | Merge.kif 7670-7670 | The number 1 argument of linear extent is an instance of physical |
| (domain linearExtent 2 LengthMeasure) | Merge.kif 7671-7671 | The number 2 argument of linear extent is an instance of length measure |
| (documentation linearExtent EnglishLanguage "BinaryPredicate that is used to state the measure of an Object from one point to another point along its surface. Note that the difference between the predicates length and distance is that the length is used to state the LengthMeasure of one of the dimensions of a single object, while distance is used to state the LengthMeasure that separates two distinct objects.") | Merge.kif 7673-7678 | The number 2 argument of linear extent is an instance of length measure |
| appearance as argument number 2 |
|
|
| (subrelation width linearExtent) | Merge.kif 7682-7682 | width is a subrelation of linear extent |
| (subrelation height linearExtent) | Merge.kif 7689-7689 | height is a subrelation of linear extent |
| (subrelation length linearExtent) | Merge.kif 7698-7698 | length is a subrelation of linear extent |
| (format EnglishLanguage linearExtent "the linear extent of %1 is %2") | domainEnglishFormat.kif 3758-3758 | length is a subrelation of linear extent |
| (format ChineseTraditionalLanguage linearExtent "%1 的 linear extent 是 %2 ") | domainEnglishFormat.kif 3759-3759 | length is a subrelation of linear extent |
| (format ChineseLanguage linearExtent "%1 的 linear extent 是 %2 ") | domainEnglishFormat.kif 3760-3760 | length is a subrelation of linear extent |
| (termFormat EnglishLanguage linearExtent "linear extent") | domainEnglishFormat.kif 65884-65884 | length is a subrelation of linear extent |
| antecedent |
|
|
| consequent |
|
|
| (=> (length ?O (MeasureFn ?M ?U)) (not (exists (?M2) (and (linearExtent ?O (MeasureFn ?M2 ?U)) (greaterThan ?M2 ?M))))) |
Merge.kif 7706-7714 | If the length of X is Y Z(s), then there doesn't exist W such that the linear extent of X is W Z(s) and W is greater than Y |