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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - MediaSystem
MediaSystem

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


(documentation MediaSystem EnglishLanguage "MediaSystem is a Collection of components that enable the RadiatingSound of AudioRecording and RadiatingLight of VideoRecording") Mid-level-ontology.kif 14449-14451
(subclass MediaSystem Collection) Mid-level-ontology.kif 14448-14448 子類 MediaSystem and Collection

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


(subclass AppleIPod MediaSystem) ComputingBrands.kif 817-817 子類 iPod and MediaSystem
(subclass AudioCDSystem MediaSystem) Media.kif 1204-1204 子類 AudioCDSystem and MediaSystem
(subclass DVDSystem MediaSystem) Media.kif 1269-1269 子類 DVDSystem and MediaSystem
(subclass MultimediaProjector MediaSystem) Mid-level-ontology.kif 26212-26212 子類 MultimediaProjector and MediaSystem
(subclass VCRSystem MediaSystem) Media.kif 1382-1382 子類 VCRSystem and MediaSystem
(subclass VideoGamePlayer MediaSystem) Mid-level-ontology.kif 25871-25871 子類 VideoGamePlayer and MediaSystem
(termFormat EnglishLanguage MediaSystem "media system") Mid-level-ontology.kif 14452-14452

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


(=>
    (instance ?PLAYER MediaSystem)
    (hasPurpose ?PLAYER
        (or
            (exists (?VIDEO ?RL)
                (and
                    (instance ?VIDEO VideoRecording)
                    (instance ?RL RadiatingLight)
                    (patient ?RL ?VIDEO)
                    (instrument ?RL ?PLAYER)))
            (exists (?AUDIO ?RS)
                (and
                    (instance ?AUDIO AudioRecording)
                    (instance ?RS RadiatingSound)
                    (patient ?RS ?AUDIO)
                    (instrument ?RS ?PLAYER))))))
Mid-level-ontology.kif 14454-14469

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


(=>
    (roomAmenity ?ROOM MotionPicture)
    (exists (?R ?MS ?MP)
        (and
            (instance ?R ?ROOM)
            (instance ?MS MediaSystem)
            (located ?MS ?R)
            (instance ?MP MotionPicture)
            (modalAttribute
                (exists (?RL)
                    (and
                        (instance ?RL RadiatingLight)
                        (instrument ?RL ?MS)
                        (patient ?RL ?MP))) Possibility))))
Hotel.kif 1506-1519


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