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 电脑文件数字数据subclass

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


(subclass AudioFile ComputerFile) Media.kif 1454-1454 AudioFile电脑文件subclass
(subclass ComputerDirectory ComputerFile) QoSontology.kif 177-177 电脑目录电脑文件subclass
(subclass ImageFile ComputerFile) Media.kif 1427-1427 图像文件电脑文件subclass
(subclass MultimediaFile ComputerFile) Media.kif 1414-1414 MultimediaFile电脑文件subclass
(subclass SoftwareFile ComputerFile) Media.kif 1519-1519 SoftwareFile电脑文件subclass
(subclass XMLFile ComputerFile) Media.kif 1473-1473 XMLFile电脑文件subclass
(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 数量 是 电脑文件instance
(domain directoryOf 1 ComputerFile) QoSontology.kif 215-215 的目录 的 1 数量 是 电脑文件instance
(domain programCopy 1 ComputerFile) QoSontology.kif 636-636 程序副本 的 1 数量 是 电脑文件instance

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