Files
gf-core/examples/SUMO/TPTP/CommunicationsAx.p
2010-02-17 12:21:41 +00:00

127 lines
3.9 KiB
OpenEdge ABL

fof(axCommunications0, axiom,
( ! [X] :
(hasType(type_AMRadioStation, X) => hasType(type_RadioStation, X)))).
fof(axCommunications1, axiom,
( ! [X] :
(hasType(type_AMRadioSystem, X) => hasType(type_RadioSystem, X)))).
fof(axCommunications2, axiom,
( ! [X] :
(hasType(type_ArtificialSatellite, X) => hasType(type_EngineeringComponent, X)))).
fof(axCommunications3, axiom,
( ! [X] :
(hasType(type_ArtificialSatellite, X) => hasType(type_Satellite, X)))).
fof(axCommunications4, axiom,
( ! [X] :
(hasType(type_BroadcastingStation, X) => hasType(type_CommunicationDevice, X)))).
fof(axCommunications5, axiom,
( ! [X] :
(hasType(type_BroadcastingStation, X) => hasType(type_EngineeringComponent, X)))).
fof(axCommunications6, axiom,
( ! [X] :
(hasType(type_BroadcastingStation, X) => hasType(type_StationaryArtifact, X)))).
fof(axCommunications7, axiom,
( ! [X] :
(hasType(type_CableTelevisionSystem, X) => hasType(type_CommunicationSystem, X)))).
fof(axCommunications8, axiom,
( ! [X] :
(hasType(type_CommunicationDevice, X) => hasType(type_EngineeringComponent, X)))).
fof(axCommunications9, axiom,
( ! [X] :
(hasType(type_CommunicationRadio, X) => hasType(type_CommunicationDevice, X)))).
fof(axCommunications10, axiom,
( ! [X] :
(hasType(type_CommunicationSatellite, X) => hasType(type_ArtificialSatellite, X)))).
fof(axCommunications11, axiom,
( ! [X] :
(hasType(type_CommunicationSatellite, X) => hasType(type_CommunicationDevice, X)))).
fof(axCommunications12, axiom,
( ! [X] :
(hasType(type_Eutelsat, X) => hasType(type_CommunicationSatellite, X)))).
fof(axCommunications13, axiom,
( ! [X] :
(hasType(type_FMRadioStation, X) => hasType(type_RadioStation, X)))).
fof(axCommunications14, axiom,
( ! [X] :
(hasType(type_FMRadioSystem, X) => hasType(type_RadioSystem, X)))).
fof(axCommunications15, axiom,
( ! [X] :
(hasType(type_Inmarsat, X) => hasType(type_CommunicationSatellite, X)))).
fof(axCommunications16, axiom,
( ! [X] :
(hasType(type_Intelsat, X) => hasType(type_CommunicationSatellite, X)))).
fof(axCommunications17, axiom,
( ! [X] :
(hasType(type_InternetServiceProvider, X) => hasType(type_CommunicationSystem, X)))).
fof(axCommunications18, axiom,
( ! [X] :
(hasType(type_Intersputnik, X) => hasType(type_CommunicationSatellite, X)))).
fof(axCommunications19, axiom,
( ! [X] :
(hasType(type_MainTelephoneLine, X) => hasType(type_CommunicationDevice, X)))).
fof(axCommunications20, axiom,
( ! [X] :
(hasType(type_MobileCellPhone, X) => hasType(type_Telephone, X)))).
fof(axCommunications21, axiom,
( ! [X] :
(hasType(type_Orbita, X) => hasType(type_CommunicationSatellite, X)))).
fof(axCommunications22, axiom,
( ! [X] :
(hasType(type_RadioStation, X) => hasType(type_BroadcastingStation, X)))).
fof(axCommunications23, axiom,
( ! [X] :
(hasType(type_RadioSystem, X) => hasType(type_CommunicationSystem, X)))).
fof(axCommunications24, axiom,
( ! [X] :
(hasType(type_ShortwaveRadioStation, X) => hasType(type_RadioStation, X)))).
fof(axCommunications25, axiom,
( ! [X] :
(hasType(type_ShortwaveRadioSystem, X) => hasType(type_RadioSystem, X)))).
fof(axCommunications26, axiom,
( ! [X] :
(hasType(type_TelephoneSystem, X) => hasType(type_CommunicationSystem, X)))).
fof(axCommunications27, axiom,
( ! [X] :
(hasType(type_TelevisionReceiver, X) => hasType(type_EngineeringComponent, X)))).
fof(axCommunications28, axiom,
( ! [X] :
(hasType(type_TelevisionStation, X) => hasType(type_BroadcastingStation, X)))).
fof(axCommunications29, axiom,
( ! [X] :
(hasType(type_TelevisionSystem, X) => hasType(type_CommunicationSystem, X)))).
fof(axCommunications30, axiom,
(hasType(type_CommunicationSystem, inst_Internet))).
fof(axCommunications31, axiom,
(hasType(type_SocialRole, inst_InternetUser))).