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

Formal Language: 



KB Term:  Term intersection
English Word: 

  CoverRecording

Sigma KEE - CoverRecording
CoverRecording(cover recording)cover, cover_song, cover_version

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


(documentation CoverRecording EnglishLanguage "A CoverRecording refers to a MusicRecording whose Music was recorded and released by somebody else before the artist of the current recording.") Music.kif 452-454
(instance CoverRecording RecordingAttribute) Music.kif 451-451 Cover recording is an instance of recording attribute

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


(termFormat EnglishLanguage CoverRecording "cover recording") Music.kif 455-455

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


(=>
    (and
        (attribute ?MR CoverRecording)
        (instance ?MR MusicRecording)
        (songArtist ?MR ?A)
        (musicInterpretation ?MR ?M)
        (record ?MR ?MM))
    (exists (?ORIG ?ARTIST ?MUSIC)
        (and
            (musicInterpretation ?ORIG ?M)
            (songArtist ?ORIG ?ARTIST)
            (not
                (equal ?A ?ARTIST))
            (record ?ORIG ?MUSIC)
            (before
                (WhenFn ?MUSIC)
                (WhenFn ?MM)))))
Music.kif 457-470


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

Show without tree


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