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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ComputerFile
ComputerFile

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


(documentation ComputerFile EnglishLanguage "A collection of bytes stored as an individual entity. All data on disk is stored as a file with an assigned file name that is unique within the folder (directory) it resides in.") QoSontology.kif 173-176
(lexicon ComputerFile LexNoun "file") engineering.kif 1654-1654
(subclass ComputerFile DigitalData) QoSontology.kif 172-172

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


(subclass AudioFile ComputerFile) Media.kif 1456-1456
(subclass ComputerDirectory ComputerFile) QoSontology.kif 178-178
(subclass ImageFile ComputerFile) Media.kif 1429-1429
(subclass MultimediaFile ComputerFile) Media.kif 1416-1416
(subclass SoftwareFile ComputerFile) Media.kif 1521-1521
(subclass XMLFile ComputerFile) Media.kif 1475-1475
(termFormat ChineseLanguage ComputerFile "电脑文件") domainEnglishFormat.kif 16317-16317
(termFormat ChineseTraditionalLanguage ComputerFile "電腦文件") domainEnglishFormat.kif 16316-16316
(termFormat EnglishLanguage ComputerFile "computer file") domainEnglishFormat.kif 16315-16315

appearance as argument number 3
-------------------------


(domain AddressFn 1 ComputerFile) QoSontology.kif 224-224
(domain directoryOf 1 ComputerFile) QoSontology.kif 216-216
(domain programCopy 1 ComputerFile) QoSontology.kif 745-745

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


(=>
    (and
        (instance ?ACT DownloadingNonAudioVideoImageUserFile)
        (patient ?ACT ?FILE)
        (instance ?FILE ComputerFile))
    (and
        (not
            (instance ?FILE ImageFile))
        (not
            (instance ?FILE AudioFile))
        (not
            (instance ?FILE MultimediaFile))))
ComputerInput.kif 2761-2772
(=>
    (and
        (instance ?Directory ComputerDirectory)
        (instance ?File ComputerFile)
        (directoryOf ?File ?Directory))
    (refers
        (AddressFn ?File) ?Directory))
QoSontology.kif 232-237

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


(=>
    (and
        (instance ?F ComputerDirectory)
        (member ?M ?F))
    (instance ?M ComputerFile))
engineering.kif 1664-1668
(=>
    (and
        (instance ?FS FileSystem)
        (member ?M ?FS))
    (instance ?M ComputerFile))
engineering.kif 1657-1661
(=>
    (instance ?ACT DownloadingRequest)
    (exists (?FILE)
        (and
            (patient ?ACT ?FILE)
            (instance ?FILE ComputerFile))))
ComputerInput.kif 1846-1851
(=>
    (instance ?ACT UploadingRequest)
    (exists (?FILE)
        (and
            (patient ?ACT ?FILE)
            (instance ?FILE ComputerFile))))
ComputerInput.kif 1858-1863
(=>
    (instance ?PACK SoftwarePackage)
    (exists (?FILE)
        (and
            (instance ?FILE ComputerFile)
            (part ?FILE ?PACK))))
ComputerInput.kif 826-831


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