subtitle |
appearance as argument number 1 |
(documentation subtitle EnglishLanguage "(subtitle ?STRING ?WORKTYPE ?LANGUAGE) means that in the Language ?LANGUAGE, ?STRING is an addendum or supplement to the title for instances of the ContentBearingPhysical ?WORKTYPE.") | Media.kif 3210-3213 | |
(domain subtitle 1 SymbolicString) | Media.kif 3207-3207 | |
(domain subtitle 3 Language) | Media.kif 3209-3209 | |
(domainSubclass subtitle 2 ContentBearingPhysical) | Media.kif 3208-3208 | |
(instance subtitle TernaryPredicate) | Media.kif 3206-3206 |
appearance as argument number 2 |
(format ChineseLanguage subtitle "%1 是 sub-title 对于 %2 在 %1 ") | domainEnglishFormat.kif 4710-4710 | |
(format ChineseTraditionalLanguage subtitle "%1 是 sub-title 對於 %2 在 %1 ") | domainEnglishFormat.kif 4709-4709 | |
(format EnglishLanguage subtitle "%1 is a sub-title for %2 in %3") | domainEnglishFormat.kif 4708-4708 | |
(termFormat EnglishLanguage subtitle "subtitle") | domainEnglishFormat.kif 65949-65949 |
antecedent |
(=> (and (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE) (subtitle ?SUBTITLE ?WORKTYPE ?LANGUAGE)) (not (equal ?TITLE ?SUBTITLE))) |
Media.kif 3225-3229 | |
(=> (subtitle ?STRING ?WORKTYPE ?LANGUAGE) (exists (?TITLE) (and (instance ?TITLE SymbolicString) (instance ?TITLE LinguisticExpression) (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE)))) |
Media.kif 3216-3222 |