groupingTitle |
appearance as argument number 1 |
(documentation groupingTitle EnglishLanguage "(groupingTitle ?STRING ?WORKTYPE ?LANGUAGE) means that in the Language ?LANGUAGE, ?STRING is the title of instances of the ContentBearingPhysical ?WORKTYPE. Each instance of ?WORKTYPE is a Collection, the members of which also are instances of ContentBearingPhysical.") | Media.kif 3178-3182 | |
(domain groupingTitle 1 SymbolicString) | Media.kif 3175-3175 | The number 1 argument of grouping title is an instance of symbolic string |
(domain groupingTitle 3 Language) | Media.kif 3177-3177 | The number 3 argument of grouping title is an instance of language |
(domainSubclass groupingTitle 2 ContentBearingPhysical) | Media.kif 3176-3176 | The number 2 argument of grouping title is a subclass of content bearing physical |
(instance groupingTitle TernaryPredicate) | Media.kif 3174-3174 | grouping title is an instance of ternary predicate |
(subrelation groupingTitle titleInLanguage) | Media.kif 3183-3183 | grouping title is a subrelation of title in language |
appearance as argument number 2 |
(format ChineseLanguage groupingTitle "%1 是在 %3 的 title 对于 %2 的例子") | domainEnglishFormat.kif 3552-3552 | |
(format ChineseTraditionalLanguage groupingTitle "%1 是在 %3 的 title 對於 %2 的例子") | domainEnglishFormat.kif 3551-3551 | |
(format EnglishLanguage groupingTitle "%1 is the title in %3 for instances of %2") | domainEnglishFormat.kif 3550-3550 | |
(termFormat EnglishLanguage groupingTitle "grouping title") | domainEnglishFormat.kif 65893-65893 |
antecedent |
(=> (and (groupingTitle ?STRING ?PRODUCTTYPE ?LANGUAGE) (instance ?PRODUCT ?PRODUCTTYPE) (member ?OBJ ?PRODUCT)) (instance ?OBJ ContentBearingPhysical)) |
Media.kif 3189-3194 |
|
(=> (groupingTitle ?STRING ?PRODUCTTYPE ?LANGUAGE) (subclass ?PRODUCTTYPE Collection)) |
Media.kif 3185-3187 |
|