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



KB Term:  Term intersection
English Word: 

  DataTransfer

Sigma KEE - DataTransfer
DataTransfer(data transfer)

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


(subclass DataTransfer ComputerProcess) QoSontology.kif 86-86 Data transfer is a subclass of computer process
(documentation DataTransfer EnglishLanguage "A subclass of ComputerProcesses which send data over a computer channel or bus.") QoSontology.kif 87-88 Data transfer is a subclass of computer process
(externalImage DataTransfer "http://upload.wikimedia.org/wikipedia/commons/ 4/ 49/ Fibreoptic.jpg") pictureList.kif 1723-1723 Data transfer is a subclass of computer process

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


(subclass NetworkCommunication DataTransfer) ComputerInput.kif 2675-2675 Network communication is a subclass of data transfer
(subclass ComputerBackingUp DataTransfer) ComputingBrands.kif 3396-3396 Backup is a subclass of data transfer
(subclass SoftwareInstallation DataTransfer) ComputingBrands.kif 3497-3497 Install is a subclass of data transfer
(termFormat EnglishLanguage DataTransfer "data transfer") domainEnglishFormat.kif 18600-18600 Install is a subclass of data transfer
(termFormat ChineseTraditionalLanguage DataTransfer "數據傳輸") domainEnglishFormat.kif 18601-18601 Install is a subclass of data transfer
(termFormat ChineseLanguage DataTransfer "数据传输") domainEnglishFormat.kif 18602-18602 Install is a subclass of data transfer

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


(=>
    (instance ?Transfer DataTransfer)
    (exists (?Origin ?Destination ?System ?Data)
        (and
            (origin ?Transfer ?Origin)
            (destination ?Transfer ?Destination)
            (instrument ?Transfer ?System)
            (patient ?Transfer ?Data)
            (instance ?Data DigitalData)
            (instance ?System HardwareSystem)
            (instance ?Origin HardwareSystem)
            (instance ?Destination ComputationalSystem))))
QoSontology.kif 90-101 If X is an instance of data transfer, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that X originates at Y (3) X ends up at Z (4) W is an instrument for X (5) V is a patient of X (6) V is an instance of digital data (7) W is an instance of hardware system (8) Y is an instance of hardware system (9) Z is an instance of computational system
(=>
    (and
        (instance ?System HardwareSystem)
        (component ?Network ?System)
        (instance ?Event DataTransfer)
        (origin ?Event ?System))
    (and
        (instance ?Network ComputerNetwork)
        (instrument ?Event ?Network)))
QoSontology.kif 319-327 If X is an instance of hardware system, Y is a component of X, Z is an instance of data transfer, and Z originates at X, then Y is an instance of computer network and Y is an instrument for Z
(=>
    (and
        (instance ?ACCESSING AccessingWebPage)
        (instance ?PAGE WebPage)
        (instance ?TRANSFER DataTransfer)
        (instance ?SERVER Server)
        (instance ?REQUESTING Requesting)
        (instance ?BROWSER WebBrowser)
        (instance ?INTERVAL TimeInterval)
        (patient ?ACCESSING ?PAGE)
        (agent ?REQUESTING ?BROWSER)
        (destination ?REQUESTING ?SERVER)
        (patient ?REQUESTING ?PAGE)
        (origin ?TRANSFER ?SERVER)
        (destination ?TRANSFER ?BROWSER)
        (patient ?TRANSFER ?PAGE)
        (subProcess ?TRANSFER ?ACCESSING)
        (subProcess ?REQUESTING ?ACCESSING)
        (equal
            (EndFn
                (WhenFn ?REQUESTING))
            (BeginFn ?INTERVAL))
        (equal
            (EndFn
                (WhenFn ?TRANSFER))
            (EndFn ?INTERVAL)))
    (equal
        (SiteSpeedFn ?ACCESSING) ?INTERVAL))
UXExperimentalTerms.kif 3756-3781 If All of the following hold: (1) X is an instance of accessing web page (2) Y is an instance of web page (3) Z is an instance of data transfer (4) W is an instance of server (5) V is an instance of requesting (6) U is an instance of web browser (7) T is an instance of timeframe (8) Y is a patient of X (9) U is an agent of V (10) V ends up at W (11) Y is a patient of V (12) Z originates at W (13) Z ends up at U (14) Y is a patient of Z (15) Z is a subprocess of X (16) V is a subprocess of X (17) equal the end of the time of existence of V and the beginning of T (18) equal the end of the time of existence of Z and the end of T, then equal the time to access in X and T

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


(=>
    (instance ?CP ComputerProtocol)
    (hasPurpose ?CP
        (exists (?P1 ?P2 ?C)
            (and
                (instance ?P1 ComputerProgram)
                (instance ?P2 ComputerProgram)
                (instance ?C DataTransfer)
                (origin ?C ?P1)
                (destination ?C ?P2)
                (represents ?CP ?C)))))
ComputingBrands.kif 1736-1746 If X is an instance of computer protocol, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of computer program (3) Z is an instance of computer program (4) W is an instance of data transfer (5) W originates at Y (6) W ends up at Z (7) X expresses W
(=>
    (and
        (property ?X Booting)
        (instance ?X Computer))
    (exists (?CD ?OS ?DT)
        (and
            (instance ?CD DigitalData)
            (instance ?OS OperatingSystem)
            (instance ?DT DataTransfer)
            (during
                (WhenFn ?DT)
                (WhenFn ?X))
            (destination ?DT ?X)
            (part ?CD ?OS)
            (objectTransferred ?DT ?CD))))
ComputingBrands.kif 3124-3136 If X the attribute booting up and X is an instance of computer, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of digital data (3) Z is an instance of operating system (4) W is an instance of data transfer (5) the time of existence of W takes place during the time of existence of X (6) W ends up at X (7) Y is a part of Z (8) the object transferred in W is Y
(=>
    (and
        (connectedPeripheral ?COD ?C)
        (instance ?COD ComputerOutputDevice)
        (instance ?COD ?CLASS))
    (capability ?CLASS destination DataTransfer))
ComputingBrands.kif 3451-3456 If X is a connected peripheral of Y, X is an instance of computer output device, and X is an instance of Z, then data transfer is capable of doing Z as a destination
(=>
    (and
        (connectedPeripheral ?COD ?C)
        (instance ?COD ComputerInputDevice)
        (instance ?COD ?CLASS))
    (capability ?CLASS origin DataTransfer))
ComputingBrands.kif 3458-3463 If X is a connected peripheral of Y, X is an instance of computer input device, and X is an instance of Z, then data transfer is capable of doing Z as a origin
(=>
    (instance ?Feedback Feedback)
    (exists (?RM ?Process ?Program ?Send)
        (and
            (rMProgramOf ?RM ?Program)
            (programRunning ?Process ?Program)
            (instance ?Send DataTransfer)
            (patient ?Send ?Feedback)
            (destination ?Send ?RM))))
QoSontology.kif 771-779 If X is an instance of feedback, then there exist Y, Z,, , W, V such that W is a rM programof of Y, W is a program running of Z, V is an instance of data transfer, X is a patient of V, and V ends up at Y
(=>
    (instance ?Sink DataSink)
    (exists (?Transfer)
        (and
            (instance ?Transfer DataTransfer)
            (destination ?Transfer ?Sink))))
QoSontology.kif 1836-1841 If X is an instance of data sink, then there exists Y such that Y is an instance of data transfer and Y ends up at X
(=>
    (instance ?MODULE WebPageModule)
    (hasPurpose ?MODULE
        (exists (?TRANSFER ?ORIGIN ?MODULE_SERVER)
            (and
                (instance ?TRANSFER DataTransfer)
                (instance ?MODULE_SERVER PageModuleServer)
                (instance ?ORIGIN ?MODULE_SERVER)
                (origin ?TRANSFER ?MODULE_SERVER)
                (destination ?TRANSFER ?MODULE)))))
UXExperimentalTerms.kif 2013-2022 If X is an instance of module, then X has the purpose there exist Y, Z, ?MODULE_SERVER such that Y is an instance of data transfer, ?MODULE_SERVER is an instance of page module server, Z is an instance of ?MODULE_SERVER, Y originates at ?MODULE_SERVER, and Y ends up at X


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