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



KB Term:  Term intersection
English Word: 

  TotalValuedRelation

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

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


(instance CoverRecording RecordingAttribute) Music.kif 453-453 Cover recording is an instance of recording attribute
(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 454-456 Cover recording is an instance of recording attribute

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


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

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 459-472 If cover recording is an attribute of X, X is an instance of music recording, Y is the performer in X, X is a recording of Z, and X is a record of W, then All of the following hold: (1) there exist V, U (2) T such that V is a recording of Z (3) U is the performer in V (4) equal Y (5) U (6) V is a record of T (7) the time of existence of T happens before the time of existence of W


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners