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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Booting
Booting(booting up)

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


(documentation Booting ChineseLanguage "Attribute 显示 Computer 是在启动过程中, 代表正在读取从记忆体里的作业系统不然就是准备开始正常程序。") ComputingBrands.kif 3204-3205
(documentation Booting ChineseTraditionalLanguage "Attribute 顯示 Computer 是在啟動過程中,代表正在讀取從記憶體裡的作業系統不然就是準備開始正常程序。") ComputingBrands.kif 3201-3202
(documentation Booting EnglishLanguage "An Attribute that says that a Computer is in the process of booting up, which means loading the operating system from some storage medium and otherwise preparing for the start of normal activity.") ComputingBrands.kif 3197-3199
(documentation Booting JapaneseLanguage "Computerが起動プロセス中であることを示す Attribute。これは、何らかのストレージ媒体からオペレーティングシステムをロードするか、通常の 活動の開始の準備という意味である。") ComputingBrands.kif 3207-3209
(instance Booting ComputerStatus) ComputingBrands.kif 3186-3186 Booting up is an instance of computer status

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


(termFormat ChineseLanguage Booting "啟動") ComputingBrands.kif 3189-3189
(termFormat ChineseLanguage Booting "啟動中") ComputingBrands.kif 3194-3194
(termFormat ChineseTraditionalLanguage Booting "啟動") ComputingBrands.kif 3188-3188
(termFormat ChineseTraditionalLanguage Booting "啟動中") ComputingBrands.kif 3193-3193
(termFormat EnglishLanguage Booting "booting up") ComputingBrands.kif 3192-3192
(termFormat EnglishLanguage Booting "booting") ComputingBrands.kif 3187-3187
(termFormat JapaneseLanguage Booting "ブーティング") ComputingBrands.kif 3190-3190
(termFormat JapaneseLanguage Booting "起動") ComputingBrands.kif 3195-3195

appearance as argument number 4
-------------------------


(disjointDecomposition ComputerStatus HostReady HostDown Booting) ComputingBrands.kif 3211-3211 Computer status is disjointly decomposed into host ready, host down, and booting up

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


(=>
    (and
        (holdsDuring ?T
            (attribute ?X Booting))
        (holdsDuring ?T2
            (attribute ?X HostReady))
        (equal ?T2
            (ImmediateFutureFn
                (WhenFn ?T)))
        (instance ?DIS ComputerDisplay)
        (connectedEngineeringComponents ?DIS ?X))
    (modalAttribute
        (exists (?HS)
            (and
                (instance ?HS HomeScreen)
                (displayedUpon ?HS ?DIS))) Likely))
ComputingBrands.kif 3227-3241
(=>
    (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 3213-3225


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