Album(album) | album, benefit_album, concept_album, record_album, tribute_album |
appearance as argument number 1 |
(documentation Album EnglishLanguage "An Album is a List of Recordings that are packaged and sold as a unit.") | Music.kif 50-50 | |
(subclass Album List) | Music.kif 49-49 | Album is a subclass of list |
appearance as argument number 2 |
(termFormat EnglishLanguage Album "album") | Music.kif 51-51 |
appearance as argument number 3 |
(domain AlbumCopiesFn 1 Album) | Music.kif 930-930 | The number 1 argument of album copies function is an instance of album |
(domain albumArtist 1 Album) | Music.kif 277-277 | The number 1 argument of album artist is an instance of album |
(domain albumCoverImage 1 Album) | Music.kif 309-309 | The number 1 argument of album cover is an instance of album |
(domain albumLength 1 Album) | Music.kif 329-329 | The number 1 argument of album length is an instance of album |
(domain albumRelease 1 Album) | Music.kif 258-258 | The number 1 argument of album release is an instance of album |
(domain albumTrack 2 Album) | Music.kif 339-339 | The number 2 argument of album track is an instance of album |
(domain albumType 1 Album) | Music.kif 294-294 | The number 1 argument of album type is an instance of album |
antecedent |
(=> (instance ?L Album) (forall (?X) (=> (inList ?X ?L) (instance ?X Recording)))) |
Music.kif 53-58 |
|
consequent |
(=> (and (attribute ?A ?ATTR) (instance ?ATTR AlbumAttribute)) (instance ?A Album)) |
Music.kif 478-482 |
|
(=> (instance ?X AlbumChart) (exists (?A) (and (instance ?A Album) (inList ?A ?X)))) |
Music.kif 1149-1154 |
|