Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  ]  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 702-702 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 703-707 Digital data storage device is a subclass of electronic data storage device

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


(subclass InternalDigitalDataStorageDevice DigitalDataStorageDevice) ComputerInput.kif 648-648 Internal digital data storage device is a subclass of digital data storage device
(subclass RemovableDigitalDataStorageDevice DigitalDataStorageDevice) ComputerInput.kif 652-652 Removable digital data storage device is a subclass of digital data storage device
(subclass ComputerDisk DigitalDataStorageDevice) ComputerInput.kif 657-657 Computer disk is a subclass of digital data storage device
(subclass SolidStateDataStorageDevice DigitalDataStorageDevice) ComputerInput.kif 789-789 Solid state data storage device is a subclass of digital data storage device
(subclass WriteOnceDataStorage DigitalDataStorageDevice) Media.kif 711-711 Write once data storage is a subclass of digital data storage device
(subclass RewritableDataStorage DigitalDataStorageDevice) Media.kif 739-739 Rewritable data storage 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

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 1986-1991 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-c58f641d (2026-04-12) is open source software produced by Articulate Software and its partners