![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| precedesInString |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (subrelation stringConcatenation precedesInString) | Mid-level-ontology.kif 26811-26811 | string concatenation is a subrelation of precedes in string |
| (subrelation nameBeforeKeyName precedesInString) | Media.kif 3311-3311 | name before key name is a subrelation of precedes in string |
| (format EnglishLanguage precedesInString "%1 precedes %2 in %3") | domainEnglishFormat.kif 4200-4200 | name before key name is a subrelation of precedes in string |
| (format ChineseTraditionalLanguage precedesInString "%1 precedes %2 在 %3 ") | domainEnglishFormat.kif 4201-4201 | name before key name is a subrelation of precedes in string |
| (format ChineseLanguage precedesInString "%1 precedes %2 在 %3 ") | domainEnglishFormat.kif 4202-4202 | name before key name is a subrelation of precedes in string |
| (termFormat EnglishLanguage precedesInString "precedes in string") | domainEnglishFormat.kif 65940-65940 | name before key name is a subrelation of precedes in string |
| antecedent |
|
|
| (=> (precedesInString ?S1 ?S2 ?S3) (and (subString ?S1 ?S3) (subString ?S2 ?S3))) |
Mid-level-ontology.kif 26813-26817 | If X precedes Y in Z, then X is a sub-string of Z and Y is a sub-string of Z |
| (=> (and (precedesInString ?S1 ?S2 ?S4) (precedesInString ?S2 ?S3 ?S4)) (precedesInString ?S1 ?S3 ?S4)) |
Mid-level-ontology.kif 26819-26823 | If X precedes Y in Z and Y precedes W in Z, then X precedes W in Z |
| (=> (and (keyName ?KEY ?NAMESTRING) (precedesInString ?KEY ?STRING ?NAMESTRING)) (nameAfterKeyName ?STRING ?KEY ?NAMESTRING)) |
Media.kif 3301-3305 | 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 3328-3332 | If X is a key in Y and Z precedes X in Y, then Z is before key X in Y |
| consequent |
|
|