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

Formal Language: 



KB Term:  Term intersection
English Word: 

  RecordingTape

Sigma KEE - RecordingTape
RecordingTape

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 1326-1329
(subclass RecordingTape ElectronicDataStorageDevice) Media.kif 1325-1325 RecordingTapeElectronicDataStorageDevicesubclass では %n

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


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

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


(=>
    (instance ?OBJ TapeCassette)
    (exists (?TAPE)
        (and
            (instance ?TAPE RecordingTape)
            (component ?TAPE ?OBJ))))
Media.kif 1309-1314
(=>
    (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 1336-1350


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