| SymbolicString(symbolic string) |
| appearance as argument number 1 |
|
|
| (subclass SymbolicString ContentBearingPhysical) | Merge.kif 1371-1371 | Symbolic string is a subclass of content bearing physical |
| (documentation SymbolicString EnglishLanguage "The Class of alphanumeric sequences.") | Merge.kif 1373-1373 | Symbolic string is a subclass of content bearing physical |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| antecedent |
|
|
| (=> (instance ?STRING SymbolicString) (exists (?PART) (and (part ?PART ?STRING) (instance ?PART Character)))) |
Merge.kif 1382-1387 | If X is an instance of symbolic string, then there exists Y such that Y is a part of X and Y is an instance of character |
| (=> (and (instance ?STRING SymbolicString) (part ?CHAR ?STRING) (instance ?CHAR Character)) (inString ?CHAR ?STRING)) |
Mid-level-ontology.kif 26777-26782 | If X is an instance of symbolic string, Y is a part of X, and Y is an instance of character, then Y is part of X |
| consequent |
|
|
| (=> (codeMapping ISO_639_1 ?TOKEN ?X) (instance ?TOKEN SymbolicString)) |
Languages.kif 14715-14717 | If X in ISO_639_1 denotes Y, then X is an instance of symbolic string |
| (=> (subtitle ?STRING ?WORKTYPE ?LANGUAGE) (exists (?TITLE) (and (instance ?TITLE SymbolicString) (instance ?TITLE LinguisticExpression) (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE)))) |
Media.kif 3218-3224 | If X is a sub-title for Y in Z, then there exists W such that W is an instance of symbolic string, W is an instance of linguistic expression, and the title of Y in Z is W |
|
|