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


KB Term:  Term intersection
English Word: 

Sigma KEE - Booting
Booting(booting up)

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


(instance Booting ComputerStatus) ComputingBrands.kif 3097-3097 Booting up is an instance of computer status
(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 3108-3110 Booting up is an instance of computer status
(documentation Booting ChineseTraditionalLanguage "Attribute 顯示 Computer 是在啟動過程中,代表正在讀取從記憶體裡的作業系統不然就是準備開始正常程序。") ComputingBrands.kif 3112-3113 Booting up is an instance of computer status
(documentation Booting ChineseLanguage "Attribute 显示 Computer 是在启动过程中, 代表正在读取从记忆体里的作业系统不然就是准备开始正常程序。") ComputingBrands.kif 3115-3116 Booting up is an instance of computer status
(documentation Booting JapaneseLanguage "Computerが起動プロセス中であることを示す Attribute。これは、何らかのストレージ媒体からオペレーティングシステムをロードするか、通常の 活動の開始の準備という意味である。") ComputingBrands.kif 3118-3120 Booting up is an instance of computer status

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


(termFormat EnglishLanguage Booting "booting") ComputingBrands.kif 3098-3098
(termFormat ChineseTraditionalLanguage Booting "啟動") ComputingBrands.kif 3099-3099
(termFormat ChineseLanguage Booting "啟動") ComputingBrands.kif 3100-3100
(termFormat JapaneseLanguage Booting "ブーティング") ComputingBrands.kif 3101-3101
(termFormat EnglishLanguage Booting "booting up") ComputingBrands.kif 3103-3103
(termFormat ChineseTraditionalLanguage Booting "啟動中") ComputingBrands.kif 3104-3104
(termFormat ChineseLanguage Booting "啟動中") ComputingBrands.kif 3105-3105
(termFormat JapaneseLanguage Booting "起動") ComputingBrands.kif 3106-3106

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


(contraryAttribute HostReady HostDown Booting) ComputingBrands.kif 3122-3122 Host ready is the opposite of host down

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


(=>
    (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 3124-3136 If X the attribute booting up and X is an instance of computer, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of digital data (3) Z is an instance of operating system (4) W is an instance of data transfer (5) the time of existence of W takes place during the time of existence of X (6) W ends up at X (7) Y is a part of Z (8) the object transferred in W is Y
(=>
    (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 3138-3152 If booting up is an attribute of X holds during Y, host ready is an attribute of X holds during Z, equal Z and immediately after the time of existence of Y, W is an instance of computer display, and W is connected to X, then the statement there exists V such that V is an instance of home screen and V is displayed on W has the modal force of likely


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