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


KB Term:  Term intersection
English Word: 

Sigma KEE - VideoDisplay
VideoDisplay(video display)VDU, visual_display_unit

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


(subclass VideoDisplay ElectricDevice) Mid-level-ontology.kif 28929-28929 Video display is a subclass of electric device
(documentation VideoDisplay EnglishLanguage "VideoDisplay is a type of ElectricDevice that can RadiatingLight to show VideoRecording") Mid-level-ontology.kif 28930-28931 Video display is a subclass of electric device
(defaultMinimumHeight VideoDisplay
    (MeasureFn 10 Inch))
DimensioningAmenities.kif 189-189 The minimum expected height of video display is 10 inch(s)
(defaultMaximumHeight VideoDisplay
    (MeasureFn 30 Inch))
DimensioningAmenities.kif 190-190 The maximum expected height of video display is 30 inch(s)
(defaultMinimumWidth VideoDisplay
    (MeasureFn 13 Inch))
DimensioningAmenities.kif 191-191 The minimum expected width of video display is 13 inch(s)
(defaultMaximumWidth VideoDisplay
    (MeasureFn 47 Inch))
DimensioningAmenities.kif 192-192 The maximum expected width of video display is 47 inch(s)
(defaultMinimumLength VideoDisplay
    (MeasureFn 2 Inch))
DimensioningAmenities.kif 193-193 The minimum expected length of video display is 2 inch(s)
(defaultMaximumLength VideoDisplay
    (MeasureFn 18 Inch))
DimensioningAmenities.kif 194-194 The maximum expected length of video display is 18 inch(s)
(defaultMinimumMeasure VideoDisplay
    (MeasureFn 10 PoundMass))
DimensioningAmenities.kif 195-195 The minimum expected value of video display is 10 pound mass(s)
(defaultMaximumMeasure VideoDisplay
    (MeasureFn 100 PoundMass))
DimensioningAmenities.kif 196-196 The maximum expected value of video display is 100 pound mass(s)

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


(termFormat EnglishLanguage VideoDisplay "video display") Mid-level-ontology.kif 28932-28932
(subclass ComputerScreen VideoDisplay) HouseholdAppliances.kif 518-518 Computer screen is a subclass of video display
(subclass TouchScreen VideoDisplay) QoSontology.kif 587-587 Touch screen is a subclass of video display

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


(=>
    (instance ?X VideoDisplay)
    (hasPurpose ?X
        (exists (?RL ?VIDEO)
            (and
                (instance ?RL RadiatingLight)
                (instance ?VIDEO VideoRecording)
                (patient ?RL ?VIDEO)
                (instrument ?RL ?X)))))
Mid-level-ontology.kif 28934-28942 If X is an instance of video display, then X has the purpose there exist Y, Z such that Y is an instance of radiating light, Z is an instance of video recording, Z is a patient of Y, and X is an instrument for Y
(=>
    (and
        (instance ?X SurveillanceSystem)
        (member ?X ?VIDEO)
        (member ?X ?DISPLAY)
        (located ?VIDEO ?LOC1)
        (instance ?VIDEO Camera)
        (located ?DISPLAY ?LOC2)
        (not
            (equal ?LOC1 ?LOC2))
        (instance ?DISPLAY VideoDisplay))
    (hasPurpose ?X
        (exists (?PROC ?VID ?RL ?CAPTURE)
            (and
                (instance ?PROC Process)
                (eventLocated ?PROC ?LOC1)
                (represents ?VID ?PROC)
                (instrument ?CAPTURE Camera)
                (result ?CAPTURE ?VID)
                (instance ?RL RadiatingLight)
                (instrument ?RL ?DISPLAY)
                (patient ?RL ?VID)
                (before
                    (BeginFn ?PROC)
                    (BeginFn ?CAPTURE))
                (before
                    (BeginFn ?CAPTURE)
                    (BeginFn ?RL))))))
Mid-level-ontology.kif 29636-29662 If All of the following hold: (1) X is an instance of surveillance system (2) X is a member of Y (3) X is a member of Z (4) Y is located at W (5) Y is an instance of camera (6) Z is located at V (7) equal W and V (8) Z is an instance of video display, then All of the following hold: (1) X has the purpose there exist U, T,, , S (2) R such that U is an instance of process (3) U is located at W (4) T expresses U (5) camera is an instrument for R (6) T is a result of R (7) S is an instance of radiating light (8) Z is an instrument for S (9) T is a patient of S (10) the beginning of U happens before the beginning of R (11) the beginning of R happens before the beginning of S

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


(=>
    (instance ?X SurveillanceSystem)
    (and
        (memberType ?X Camera)
        (memberType ?X VideoDisplay)))
Mid-level-ontology.kif 29630-29634 If X is an instance of surveillance system, then camera is a member type of X and video display is a member type of X
(=>
    (instance ?TV TelevisionSet)
    (exists (?RECEIVER ?DISPLAY)
        (and
            (instance ?RECEIVER TelevisionReceiver)
            (instance ?DISPLAY VideoDisplay)
            (part ?RECEIVER ?TV)
            (part ?DISPLAY ?TV))))
Communications.kif 476-483 If X is an instance of television set, then there exist Y, Z such that Y is an instance of TV, Z is an instance of video display, Y is a part of X, and Z is a part of X
(=>
    (instance ?CHECK VideoCheckOut)
    (exists (?VD)
        (and
            (instance ?VD VideoDisplay)
            (instrument ?CHECK ?VD))))
Hotel.kif 2235-2240 If X is an instance of video check-out, then there exists Y such that Y is an instance of video display and Y is an instrument for X
(=>
    (propertyAmenity ?HR VideoCheckOut)
    (exists (?VD ?ROOM)
        (and
            (instance ?VD VideoDisplay)
            (capability VideoCheckOut instrument ?VD)
            (located ?VD ?ROOM)
            (instance ?ROOM ?HR))))
Hotel.kif 2242-2249 If X has video check-out, then there exist Y, Z such that Y is an instance of video display, Y is capable of doing video check-out as a instrument, Y is located at Z, and Z is an instance of X
(=>
    (instance ?DEVICE MobileGameConsole)
    (exists (?DISPLAY)
        (and
            (instance ?DISPLAY VideoDisplay)
            (properPart ?DEVICE ?DISPLAY))))
HouseholdAppliances.kif 321-326 If X is an instance of mobile game console, then there exists Y such that Y is an instance of video display and X is a proper part of Y


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