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



KB Term:  Term intersection
English Word: 

Sigma KEE - DigitalDataStorageDevice
DigitalDataStorageDevice(digital data storage device)memory_device, storage_device

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


(subclass DigitalDataStorageDevice ElectronicDataStorageDevice) Media.kif 696-696 Digital data storage device is a subclass of electronic data storage device
(documentation DigitalDataStorageDevice EnglishLanguage "An instance of DigitalDataStorageDevice is an ElectronicDataStorageDevice intended to be used for storing data (information) in some digital (discrete bit) encoding scheme designed for interpretation by computers.") Media.kif 697-701 Digital data storage device is a subclass of electronic data storage device

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


(subclass InternalDigitalDataStorageDevice DigitalDataStorageDevice) ComputerInput.kif 664-664 Internal digital data storage device is a subclass of digital data storage device
(subclass RemovableDigitalDataStorageDevice DigitalDataStorageDevice) ComputerInput.kif 668-668 Removable digital data storage device is a subclass of digital data storage device
(subclass ComputerDisk DigitalDataStorageDevice) ComputerInput.kif 673-673 Computer disk is a subclass of digital data storage device
(subclass SolidStateDataStorageDevice DigitalDataStorageDevice) ComputerInput.kif 805-805 Solid state data storage device is a subclass of digital data storage device
(subclass WriteOnceDataStorage DigitalDataStorageDevice) Media.kif 705-705 Write once data storage is a subclass of digital data storage device
(subclass RewritableDataStorage DigitalDataStorageDevice) Media.kif 733-733 Rewritable data storage is a subclass of digital data storage device
(subclass ReadOnlyMemoryDataStorage DigitalDataStorageDevice) Media.kif 762-762 Read only memory data storage is a subclass of digital data storage device
(subclass OpticalDisc DigitalDataStorageDevice) Media.kif 1073-1073 Optical disc is a subclass of digital data storage device
(subclass CompactDisc DigitalDataStorageDevice) Media.kif 1098-1098 Compact disc is a subclass of digital data storage device
(subclass DVD DigitalDataStorageDevice) Media.kif 1201-1201 DVD is a subclass of digital data storage device
(subclass DigitalAudioTapeCassette DigitalDataStorageDevice) Media.kif 1268-1268 Digital audio tape cassette is a subclass of digital data storage device
(subclass HardDiskDrive DigitalDataStorageDevice) QoSontology.kif 72-72 Hard disk drive is a subclass of digital data storage device
(termFormat EnglishLanguage DigitalDataStorageDevice "digital data storage device") domainEnglishFormat.kif 64769-64769 Hard disk drive is a subclass of digital data storage device

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


(=>
    (and
        (instance ?OBJ DigitalDataStorageDevice)
        (part ?PART ?OBJ)
        (instance ?PART DigitalData))
    (exists (?SCHEME ?LIST ?NUM)
        (and
            (codeMapping ?SCHEME ?PART ?NUM)
            (represents ?LIST ?SCHEME)
            (=>
                (inList ?NUM ?LIST)
                (instance ?NUM BinaryNumber)))))
Media.kif 799-810 If X is an instance of digital data storage device, Y is a part of X, and Y is an instance of digital data, then there exist Z, W, V such that Y in Z denotes V, W expresses Z, and V is a member of WV is an instance of binary number

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


(=>
    (instance ?UPLOAD Uploading)
    (exists (?FILE ?COMPUTER ?STORAGEDEVICE)
        (and
            (instance ?UPLOAD Transfer)
            (or
                (instance ?FILE ComputerFile)
                (instance ?FILE ComputerProgram))
            (instance ?COMPUTER Computer)
            (instance ?STORAGEDEVICE DigitalDataStorageDevice)
            (patient ?UPLOAD ?FILE)
            (agent ?UPLOAD ?COMPUTER)
            (origin ?UPLOAD ?COMPUTER)
            (destination ?UPLOAD ?STORAGEDEVICE))))
Facebook.kif 487-500 If X is an instance of uploading, then All of the following hold: (1) there exist Y, Z (2) W such that X is an instance of transfer (3) Y is an instance of computer file or Y is an instance of computer program (4) Z is an instance of computer (5) W is an instance of digital data storage device (6) Y is a patient of X (7) Z is an agent of X (8) X originates at Z (9) X ends up at W
(=>
    (instance ?DOWNLOAD Downloading)
    (exists (?FILE ?COMPUTER ?STORAGEDEVICE)
        (and
            (instance ?DOWNLOAD Transfer)
            (or
                (instance ?FILE ComputerFile)
                (instance ?FILE ComputerProgram))
            (instance ?COMPUTER Computer)
            (instance ?STORAGEDEVICE DigitalDataStorageDevice)
            (patient ?DOWNLOAD ?FILE)
            (agent ?DOWNLOAD ?COMPUTER)
            (origin ?DOWNLOAD ?STORAGEDEVICE)
            (destination ?DOWNLOAD ?COMPUTER))))
Facebook.kif 513-526 If X is an instance of downloading, then All of the following hold: (1) there exist Y, Z (2) W such that X is an instance of transfer (3) Y is an instance of computer file or Y is an instance of computer program (4) Z is an instance of computer (5) W is an instance of digital data storage device (6) Y is a patient of X (7) Z is an agent of X (8) X originates at W (9) X ends up at Z
(=>
    (instance ?DATA DigitalData)
    (exists (?DEVICE)
        (and
            (instance ?DEVICE DigitalDataStorageDevice)
            (located ?DATA ?DEVICE))))
QoSontology.kif 1979-1984 If X is an instance of digital data, then there exists Y such that Y is an instance of digital data storage device and X is located at Y


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