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 3208-3209
(documentation Booting ChineseTraditionalLanguage "Attribute 顯示 Computer 是在啟動過程中,代表正在讀取從記憶體裡的作業系統不然就是準備開始正常程序。") ComputingBrands.kif 3205-3206
(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 3201-3203
(documentation Booting JapaneseLanguage "Computerが起動プロセス中であることを示す Attribute。これは、何らかのストレージ媒体からオペレーティングシステムをロードするか、通常の 活動の開始の準備という意味である。") ComputingBrands.kif 3211-3213
(instance Booting ComputerStatus) ComputingBrands.kif 3190-3190 Booting up is an instance of computer status

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


(termFormat ChineseLanguage Booting "啟動") ComputingBrands.kif 3193-3193
(termFormat ChineseLanguage Booting "啟動中") ComputingBrands.kif 3198-3198
(termFormat ChineseTraditionalLanguage Booting "啟動") ComputingBrands.kif 3192-3192
(termFormat ChineseTraditionalLanguage Booting "啟動中") ComputingBrands.kif 3197-3197
(termFormat EnglishLanguage Booting "booting up") ComputingBrands.kif 3196-3196
(termFormat EnglishLanguage Booting "booting") ComputingBrands.kif 3191-3191
(termFormat JapaneseLanguage Booting "ブーティング") ComputingBrands.kif 3194-3194
(termFormat JapaneseLanguage Booting "起動") ComputingBrands.kif 3199-3199

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


(disjointDecomposition ComputerStatus HostReady HostDown Booting) ComputingBrands.kif 3215-3215 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 3231-3245
(=>
    (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 3217-3229


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