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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - CoverRecording
CoverRecording

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 454-456
(instance CoverRecording RecordingAttribute) Music.kif 453-453 CoverRecordingRecordingAttributeinstance では

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


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