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



KB Term:  Term intersection
English Word: 

Sigma KEE - displayedUpon
displayedUpon

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


(instance displayedUpon BinaryPredicate) ComputerInput.kif 148-148 displayed upon is an instance of binary predicate
(domain displayedUpon 1 Image) ComputerInput.kif 149-149 The number 1 argument of displayed upon is an instance of image
(domain displayedUpon 2 ComputerDisplay) ComputerInput.kif 150-150 The number 2 argument of displayed upon is an instance of computer display
(documentation displayedUpon EnglishLanguage "(displayedUpon ?IMAGE ?DISPLAY) means that the image, ?IMAGE is displayed upon the ComputerDisplay, ?DISPLAY. A computer connected to multiple ComputerDisplays can have the same images displayed upon more than one display, or have them restricted to a single display.") ComputerInput.kif 151-154 The number 2 argument of displayed upon is an instance of computer display

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


(format EnglishLanguage displayedUpon "%1 is displayed on %2") domainEnglishFormat.kif 3264-3264
(format ChineseTraditionalLanguage displayedUpon "%1 是在 %2 displayed ") domainEnglishFormat.kif 3265-3265
(format ChineseLanguage displayedUpon "%1 是在 %2 displayed ") domainEnglishFormat.kif 3266-3266
(termFormat EnglishLanguage displayedUpon "displayed upon") domainEnglishFormat.kif 65822-65822

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


(=>
    (instance ?KEYBOARD ComputerTouchscreenKeyboard)
    (exists (?SCREEN)
        (and
            (instance ?SCREEN ComputerTouchscreen)
            (displayedUpon ?KEYBOARD ?SCREEN))))
ComputerInput.kif 473-478 If X is an instance of computer touchscreen keyboard, then there exists Y such that Y is an instance of computer touchscreen and X is displayed on Y
(=>
    (instance ?S Screenshot)
    (exists (?T ?I ?CD)
        (and
            (holdsDuring ?T
                (displayedUpon ?I ?CD))
            (represents ?I ?S))))
ComputerInput.kif 1623-1629 If X is an instance of screenshot, then there exist Y, Z, W such that Z is displayed on W holds during Y, and Z expresses X
(=>
    (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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners