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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Recording
Recording(recording)master, master_copy, mastering, original, recording, tape, tape_recording, taping, transcription

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


(documentation Recording EnglishLanguage "Recording refers to a ContentBearingObject that represents some Process that happened in real life") Merge.kif 1380-1381
(subclass Recording ContentBearingObject) Merge.kif 1379-1379 Recording is a subclass of content bearing object

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


(subclass AudioRecording Recording) Mid-level-ontology.kif 15222-15222 Audio recording is a subclass of recording
(subclass MotionPicture Recording) Merge.kif 1384-1384 Motion picture is a subclass of recording
(subclass Photograph Recording) Mid-level-ontology.kif 14192-14192 Photograph is a subclass of recording
(subclass VideoRecording Recording) Mid-level-ontology.kif 15356-15356 Video recording is a subclass of recording
(termFormat EnglishLanguage Recording "recording") Merge.kif 1382-1382 Video recording is a subclass of recording

appearance as argument number 3
-------------------------


(domain albumTrack 1 Recording) Music.kif 338-338 The number 1 argument of album track is an instance of recording
(domain produced 2 Recording) Mid-level-ontology.kif 21780-21780 The number 2 argument of produced is an instance of recording
(domain producedOn 1 Recording) Music.kif 93-93 The number 1 argument of produced on is an instance of recording
(domain recordingCompany 1 Recording) Music.kif 131-131 The number 1 argument of recording company is an instance of recording
(domain recordingLength 1 Recording) Music.kif 113-113 The number 1 argument of recording length is an instance of recording

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


(=>
    (and
        (attribute ?M DemoRecording)
        (instance ?M Recording))
    (hasPurpose ?M
        (exists (?D ?G ?MUSIC)
            (and
                (instance ?D Demonstrating)
                (record ?M ?MUSIC)
                (patient ?D ?MUSIC)
                (destination ?D ?G)
                (instance ?G GroupOfPeople)))))
Music.kif 408-419
(=>
    (and
        (attribute ?M LiveRecording)
        (instance ?M Recording))
    (exists (?P)
        (and
            (instance ?P Performance)
            (record ?M ?P))))
Music.kif 378-385
(=>
    (and
        (attribute ?M MashupRecording)
        (instance ?M Recording))
    (exists (?M1 ?M2 ?S1 ?S2)
        (and
            (musicInterpretation ?M1 ?S1)
            (musicInterpretation ?M2 ?S2)
            (not
                (equal ?S1 ?S2))
            (part ?M1 ?M)
            (part ?M2 ?M))))
Music.kif 426-436
(=>
    (and
        (attribute ?M StudioRecording)
        (instance ?M Recording))
    (exists (?P ?S)
        (and
            (record ?M ?P)
            (eventLocated ?P ?S)
            (instance ?S RecordingStudio))))
Music.kif 392-400
(=>
    (instance ?R Recording)
    (exists (?P)
        (and
            (instance ?P Process)
            (record ?R ?P))))
Mid-level-ontology.kif 15316-15321

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


(=>
    (albumArtist ?A ?P)
    (exists (?R ?M)
        (and
            (instance ?R Recording)
            (inList ?R ?A)
            (record ?R ?M)
            (agent ?M ?P))))
Music.kif 280-287
(=>
    (attribute ?M RecordingAttribute)
    (instance ?M Recording))
Music.kif 369-371
(=>
    (instance ?L Album)
    (forall (?X)
        (=>
            (inList ?X ?L)
            (instance ?X Recording))))
Music.kif 53-58
(=>
    (instance ?S RecordingStudio)
    (exists (?D)
        (and
            (instance ?D Device)
            (hasPurpose ?D
                (exists (?R ?P)
                    (and
                        (instance ?R Recording)
                        (instrument ?P ?D)
                        (result ?P ?R))))
            (located ?D ?S))))
Music.kif 36-47
(=>
    (instance ?S RecordingStudio)
    (hasPurpose ?S
        (exists (?R ?P)
            (and
                (instance ?R Recording)
                (result ?P ?R)
                (eventLocated ?P ?S)))))
Music.kif 27-34


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