![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
BroadcastingStation
|
|
|
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?STATION BroadcastingStation) (exists (?SYS) (and (instance ?SYS CommunicationSystem) (engineeringSubcomponent ?STATION ?SYS)))) |
Communications.kif 201-206 | If X is an instance of broadcasting station, then there exists Y such that Y is an instance of communication system and X is a component of Y |
| (=> (instance ?STATION BroadcastingStation) (or (instance ?STATION TelevisionStation) (instance ?STATION RadioStation))) |
Communications.kif 211-215 | If X is an instance of broadcasting station, then X is an instance of television station or X is an instance of radio station |
| consequent |
|
|
| (=> (instance ?N BroadcastNetwork) (forall (?M) (=> (member ?M ?N) (instance ?M BroadcastingStation)))) |
Communications.kif 415-420 | If X is an instance of broadcast network, then For all Physical Y: if Y is a member of X, then Y is an instance of broadcasting station |