![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
CompilationAlbum
|
|
|
| appearance as argument number 1 |
|
|
| (instance CompilationAlbum AlbumAttribute) | Music.kif 486-486 | Compilation album is an instance of album attribute |
| (documentation CompilationAlbum EnglishLanguage "CompilationAlbum is used to describe an Album who has more than one albumArtist (i.e. there exists two different artists that contributed 2 different Recording to the album.") | Music.kif 487-489 | Compilation album is an instance of album attribute |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage CompilationAlbum "compilation album") | Music.kif 490-490 |
| antecedent |
|
|
| (=> (property ?A CompilationAlbum) (exists (?A1 ?A2) (and (albumArtist ?A ?A1) (albumArtist ?A ?A2) (not (equal ?A1 ?A2))))) |
Music.kif 492-499 | If X the attribute compilation album, then there exist Y, Z such that Y is a performer on X, Z is a performer on X, equal Y, and Z |