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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - RecordingTape
RecordingTape(recording tape)mag_tape, magnetic_stripe, magnetic_tape, tape

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


(documentation RecordingTape EnglishLanguage "An instance of RecordingTape is length of magnetic tape used to store data encoded in some electronic (digital or analog) encoding.") Media.kif 1328-1331
(subclass RecordingTape ElectronicDataStorageDevice) Media.kif 1327-1327 Recording tape is a subclass of electronic data storage device

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


(termFormat EnglishLanguage RecordingTape "recording tape") domainEnglishFormat.kif 65416-65416

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


(=>
    (instance ?OBJ TapeCassette)
    (exists (?TAPE)
        (and
            (instance ?TAPE RecordingTape)
            (component ?TAPE ?OBJ))))
Media.kif 1311-1316
(=>
    (instance ?X TapeRecorder)
    (hasPurpose ?X
        (exists (?AUDIO ?TAPE ?PROC)
            (and
                (instance ?PROC IntentionalProcess)
                (instrument ?PROC ?X)
                (result ?PROC ?AUDIO)
                (instance ?AUDIO AudioRecording)
                (instance ?TAPE RecordingTape)
                (holdsDuring ?PROC
                    (connected ?TAPE ?X))
                (before
                    (BeginFn
                        (WhenFn ?PROC))
                    (BeginFn
                        (WhenFn
                            (part ?AUDIO ?TAPE))))))))
Media.kif 1338-1352


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