| keyName |
| appearance as argument number 1 |
|
|
| (instance keyName BinaryPredicate) | Media.kif 3259-3259 | key name is an instance of binary predicate |
| (instance keyName AntisymmetricRelation) | Media.kif 3260-3260 | key name is an instance of antisymmetric relation |
| (instance keyName ReflexiveRelation) | Media.kif 3261-3261 | key name is an instance of reflexive relation |
| (instance keyName PartialValuedRelation) | Media.kif 3262-3262 | key name is an instance of partial valued relation |
| (domain keyName 1 SymbolicString) | Media.kif 3263-3263 | The number 1 argument of key name is an instance of symbolic string |
| (domain keyName 2 SymbolicString) | Media.kif 3264-3264 | The number 2 argument of key name is an instance of symbolic string |
| (subrelation keyName subString) | Media.kif 3265-3265 | key name is a subrelation of sub string |
| (documentation keyName EnglishLanguage "(keyName ?S1 ?S2) means that ?S1 is the subString of ?S2 (i.e., the component name) typically used for alphabetical name indexing.") | Media.kif 3266-3268 | key name is a subrelation of sub string |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage keyName "%1 is a key in %2") | domainEnglishFormat.kif 3714-3714 | |
| (format ChineseTraditionalLanguage keyName "%1 是在 %2 的 key ") | domainEnglishFormat.kif 3715-3715 | |
| (format ChineseLanguage keyName "%1 是在 %2 的 key ") | domainEnglishFormat.kif 3716-3716 | |
| (termFormat EnglishLanguage keyName "key name") | domainEnglishFormat.kif 65877-65877 |
| antecedent |
|
|
| (=> (and (fullName ?NAMESTRING ?THING) (keyName ?FIRST ?NAMESTRING) (stringConcatenation ?FIRST ?REST ?NAMESTRING)) (fullNameIndexOrder ?NAMESTRING ?THING)) |
Media.kif 3296-3301 | If the full name of X is Y, Z is a key in Y, and the concatenation of Z and W is Y, then the index order name of X is Y |
| (=> (and (fullNameIndexOrder ?NAMESTRING ?THING) (keyName ?FIRST ?NAMESTRING) (equal ?START (StringLengthFn ?FIRST)) (equal ?END (StringLengthFn ?NAMESTRING)) (equal ?REST (SubstringFn ?NAMESTRING ?START ?END))) (stringConcatenation ?FIRST ?REST ?NAMESTRING)) |
Media.kif 3303-3310 | If the index order name of X is Y, Z is a key in Y, equal W and the length of Z, equal V and the length of Y, and equal U and the sub-string of Y from W to V, then the concatenation of Z and U is Y |
| (=> (and (names ?NAMESTRING ?THING) (keyName ?FIRST ?NAMESTRING) (stringConcatenation ?FIRST ?REST ?NAMESTRING)) (nameIndexOrder ?NAMESTRING ?THING)) |
Media.kif 3323-3328 | If X has name Y, Z is a key in Y, and the concatenation of Z and W is Y, then Y is the indexable name for X |
| (=> (and (nameIndexOrder ?NAMESTRING ?THING) (keyName ?FIRST ?NAMESTRING) (equal ?START (StringLengthFn ?FIRST)) (equal ?END (StringLengthFn ?NAMESTRING)) (equal ?REST (SubstringFn ?NAMESTRING ?START ?END))) (stringConcatenation ?FIRST ?REST ?NAMESTRING)) |
Media.kif 3330-3337 | If X is the indexable name for Y, Z is a key in X, equal W and the length of Z, equal V and the length of X, and equal U and the sub-string of X from W to V, then the concatenation of Z and U is X |
| (=> (and (keyName ?KEY ?NAMESTRING) (precedesInString ?KEY ?STRING ?NAMESTRING)) (nameAfterKeyName ?STRING ?KEY ?NAMESTRING)) |
Media.kif 3370-3374 | If X is a key in Y and X precedes Z in Y, then Z is after key X in Y |
| (=> (and (keyName ?KEY ?NAMESTRING) (precedesInString ?STRING ?KEY ?NAMESTRING)) (nameBeforeKeyName ?STRING ?KEY ?NAMESTRING)) |
Media.kif 3397-3401 | If X is a key in Y and Z precedes X in Y, then Z is before key X in Y |
| consequent |
|
|
| (=> (nameAfterKeyName ?STRING ?KEY ?NAMESTRING) (keyName ?KEY ?NAMESTRING)) |
Media.kif 3354-3356 | If X is after key Y in Z, then Y is a key in Z |
| (=> (nameBeforeKeyName ?STRING ?KEY ?NAMESTRING) (keyName ?KEY ?NAMESTRING)) |
Media.kif 3386-3388 | If X is before key Y in Z, then Y is a key in Z |
| (=> (and (humanName ?NAMESTRING ?HUMAN) (familyName ?STRING ?HUMAN) (subString ?STRING ?NAMESTRING)) (keyName ?STRING ?NAMESTRING)) |
Media.kif 3436-3441 | If X is called Y, Z is a family name of X, and Z is a sub-string of Y, then Z is a key in Y |
| (=> (and (humanName ?NAMESTRING ?HUMAN) (givenName ?STRING ?HUMAN) (subString ?STRING ?NAMESTRING)) (not (keyName ?STRING ?NAMESTRING))) |
Media.kif 3445-3450 | If X is called Y, Z is a given name of X, and Z is a sub-string of Y, then Z is a key in Y |
|
|