![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SongFn |
| appearance as argument number 1 |
|
|
| (instance SongFn BinaryFunction) | Music.kif 859-859 | Song function is an instance of binary function |
| (documentation SongFn EnglishLanguage "The function (SongFn ?MC ?LC) returns an instance of Song that refers to the conception of a song that has MusicalComposition ?MC and LyricalContent ?LC.") | Music.kif 860-862 | Song function is an instance of binary function |
| (domain SongFn 1 MusicalComposition) | Music.kif 865-865 | The number 1 argument of song function is an instance of musical composition |
| (domain SongFn 2 LyricalContent) | Music.kif 866-866 | The number 2 argument of song function is an instance of lyrical content |
| (range SongFn Song) | Music.kif 867-867 | The range of song function is an instance of song |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage SongFn "song function") | Music.kif 863-863 | |
| (format EnglishLanguage SongFn "the song comprising %1 and %2") | domainEnglishFormat.kif 4580-4580 | |
| (format ChineseTraditionalLanguage SongFn "song 構成 %1 和 %2 ") | domainEnglishFormat.kif 4581-4581 | |
| (format ChineseLanguage SongFn "song 构成 %1 和 %2 ") | domainEnglishFormat.kif 4582-4582 |
| antecedent |
|
|
| (=> (and (equal ?S (SongFn ?MC ?LC)) (realization ?S ?MUSIC)) (exists (?MM ?MV) (and (patient ?MM ?MC) (patient ?MV ?LC) (subProcess ?MM ?MUSIC) (subProcess ?MV ?MUSIC)))) |
Music.kif 869-878 | If equal X, the song comprising Y, and Z and X expresses the content of W, then there exist V, U such that Y is a patient of V, Z is a patient of U, V is a subprocess of W, and U is a subprocess of W |