DVDSystem |
appearance as argument number 1 |
![]() |
(documentation DVDSystem EnglishLanguage "DVDSystem is a type of MediaSystem that is able to play the contents of VideoRecording and AudioRecording stored in a DVD") | Media.kif 1272-1274 | |
(subclass DVDSystem MediaSystem) | Media.kif 1271-1271 |
appearance as argument number 2 |
![]() |
(termFormat EnglishLanguage DVDSystem "dvd player") | Media.kif 1275-1275 |
antecedent |
![]() |
(=> (instance ?X DVDSystem) (hasPurpose ?X (exists (?DVD ?PROC) (and (instance ?DVD DVD) (instrument ?PROC ?X) (patient ?PROC ?DVD) (or (exists (?VIDEO ?DVIDEO ?RL) (and (instance ?VIDEO VideoRecording) (represents ?DVIDEO ?VIDEO) (part ?DVIDEO ?DVD) (instance ?RL RadiatingLight) (subProcess ?RL ?PROC) (instrument ?RL ?X) (patient ?RL ?VIDEO))) (exists (?AUDIO ?DAUDIO ?RS) (and (instance ?AUDIO AudioRecording) (represents ?DAUDIO ?AUDIO) (part ?DAUDIO ?DVD) (instance ?RS RadiatingSound) (subProcess ?RS ?PROC) (instrument ?RS ?X) (patient ?RS ?AUDIO)))))))) |
Media.kif 1277-1303 |
![]() |
![]() |