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 172-175
(lexicon ComputerFile LexNoun "file") engineering.kif 1341-1341
(subclass ComputerFile DigitalData) QoSontology.kif 171-171 子類 電腦文件 and 數字數據

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


(subclass AudioFile ComputerFile) Media.kif 1454-1454 子類 AudioFile and 電腦文件
(subclass ComputerDirectory ComputerFile) QoSontology.kif 177-177 子類 電腦目錄 and 電腦文件
(subclass ImageFile ComputerFile) Media.kif 1427-1427 子類 圖像文件 and 電腦文件
(subclass MultimediaFile ComputerFile) Media.kif 1414-1414 子類 MultimediaFile and 電腦文件
(subclass SoftwareFile ComputerFile) Media.kif 1519-1519 子類 SoftwareFile and 電腦文件
(subclass XMLFile ComputerFile) Media.kif 1473-1473 子類 XMLFile and 電腦文件
(termFormat ChineseLanguage ComputerFile "电脑文件") domainEnglishFormat.kif 16302-16302
(termFormat ChineseTraditionalLanguage ComputerFile "電腦文件") domainEnglishFormat.kif 16301-16301
(termFormat EnglishLanguage ComputerFile "computer file") domainEnglishFormat.kif 16300-16300

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


(domain AddressFn 1 ComputerFile) QoSontology.kif 223-223 地址, 1 and 電腦文件
(domain directoryOf 1 ComputerFile) QoSontology.kif 215-215 的目錄, 1 and 電腦文件
(domain programCopy 1 ComputerFile) QoSontology.kif 636-636 程序副本, 1 and 電腦文件

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 231-236

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


(=>
    (and
        (instance ?F ComputerDirectory)
        (member ?M ?F))
    (instance ?M ComputerFile))
engineering.kif 1351-1355
(=>
    (and
        (instance ?FS FileSystem)
        (member ?M ?FS))
    (instance ?M ComputerFile))
engineering.kif 1344-1348
(=>
    (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