![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| titleInLanguage |
| appearance as argument number 1 |
|
|
| (instance titleInLanguage TernaryPredicate) | Media.kif 3032-3032 | title in language is an instance of ternary predicate |
| (domain titleInLanguage 1 SymbolicString) | Media.kif 3033-3033 | The number 1 argument of title in language is an instance of symbolic string |
| (domainSubclass titleInLanguage 2 ContentBearingPhysical) | Media.kif 3034-3034 | The number 2 argument of title in language is a subclass of content bearing physical |
| (domain titleInLanguage 3 Language) | Media.kif 3035-3035 | The number 3 argument of title in language is an instance of language |
| (documentation titleInLanguage EnglishLanguage "(titleInLanguage ?STRING ?WORKCLASS ?LANGUAGE) means that in the Language ?LANGUAGE, instances of the ContentBearingPhysical ?WORKCLASS bear the title ?STRING.") | Media.kif 3036-3039 | The number 3 argument of title in language is an instance of language |
| (subrelation titleInLanguage representsInLanguage) | Media.kif 3040-3040 | title in language is a subrelation of represents in language |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (titleInLanguage ?STRING ?CBP_TYPE ?LANGUAGE) (titles ?STRING ?CBP_TYPE)) |
Media.kif 3042-3044 | If the title of ?CBP_TYPE in Y is Z, then the title of ?CBP_TYPE is Z |
| (=> (titleInLanguage ?STRING ?CBP_TYPE ?LANGUAGE) (instance ?STRING LinguisticExpression)) |
Media.kif 3046-3048 | If the title of ?CBP_TYPE in Y is Z, then Z is an instance of linguistic expression |
| (=> (and (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE) (subtitle ?SUBTITLE ?WORKTYPE ?LANGUAGE)) (not (equal ?TITLE ?SUBTITLE))) |
Media.kif 3172-3176 | If the title of X in Y is Z and W is a sub-title for X in Y, then equal Z and W |
| (=> (and (titleInLanguage ?TITLE1 ?WORKTYPE ?LANG1) (originalTitle ?TITLE2 ?WORKTYPE ?LANG2) (not (equal ?LANG1 ?LANG2))) (translatedTitle ?TITLE1 ?WORKTYPE ?LANG1)) |
Media.kif 3197-3202 | If the title of X in Y is Z, the original title of X in W is V, and equal Y and W, then the title of X translated into Y is Z |
| consequent |
|
|
| (=> (subtitle ?STRING ?WORKTYPE ?LANGUAGE) (exists (?TITLE) (and (instance ?TITLE SymbolicString) (instance ?TITLE LinguisticExpression) (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE)))) |
Media.kif 3163-3169 | 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 |