Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - albumArtist
albumArtist

appearance as argument number 1
-------------------------


(documentation albumArtist EnglishLanguage "(albumArtist ?A ?P) means that Album ?A features CognitiveAgent ?P as one of its main contributors") Music.kif 273-274
(domain albumArtist 1 Album) Music.kif 277-277
(domain albumArtist 2 CognitiveAgent) Music.kif 278-278
(instance albumArtist BinaryPredicate) Music.kif 272-272

appearance as argument number 2
-------------------------


(format ChineseLanguage albumArtist "%2 是在 %1 上的表演者") domainEnglishFormat.kif 2746-2746
(format ChineseTraditionalLanguage albumArtist "%2 是在 %1 上的表演者") domainEnglishFormat.kif 2745-2745
(format EnglishLanguage albumArtist "%2 is a performer on %1") domainEnglishFormat.kif 2744-2744
(termFormat EnglishLanguage albumArtist "album artist") Music.kif 275-275

antecedent
-------------------------


(=>
    (albumArtist ?A ?P)
    (exists (?R ?M)
        (and
            (instance ?R Recording)
            (inList ?R ?A)
            (record ?R ?M)
            (agent ?M ?P))))
Music.kif 280-287

consequent
-------------------------


(=>
    (property ?A CompilationAlbum)
    (exists (?A1 ?A2)
        (and
            (albumArtist ?A ?A1)
            (albumArtist ?A ?A2)
            (not
                (equal ?A1 ?A2)))))
Music.kif 490-497


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners