AlbumChart
|
|
appearance as argument number 1 |
(documentation AlbumChart EnglishLanguage "AlbumChart is a type of MusicChart for particular Album.") | Music.kif 1145-1146 | |
(subclass AlbumChart MusicChart) | Music.kif 1144-1144 | AlbumChart e' uma sub-classe de MusicChart |
appearance as argument number 2 |
(termFormat EnglishLanguage AlbumChart "album chart") | Music.kif 1147-1147 |
antecedent |
(=> (instance ?X AlbumChart) (exists (?A) (and (instance ?A Album) (inList ?A ?X)))) |
Music.kif 1149-1154 |