(=>
(and
(instance
(ShipRegisterFn ?AREA) ShipRegister)
(instance ?AREA Nation))
(instance
(ShipRegisterFn ?AREA) NationalShipRegister)) |
Transportation.kif 1145-1149 |
|
(=>
(and
(instance
(ShipRegisterFn ?AREA) ShipRegister)
(instance ?AREA OverseasArea))
(instance
(ShipRegisterFn ?AREA) OffshoreShipRegister)) |
Transportation.kif 1151-1155 |
|
(=>
(and
(instance ?AREA GeopoliticalArea)
(instance
(ShipRegisterFn ?AREA) ShipRegister))
(possesses ?AREA
(ShipRegisterFn ?AREA))) |
Transportation.kif 1139-1143 |
|
(=>
(and
(instance ?REGISTRATION ShipRegistration)
(instance ?SHIP Ship)
(possesses ?SHIP ?REGISTRATION)
(instance ?AREA GeopoliticalArea)
(flagState ?SHIP ?AREA))
(subsumesContentInstance
(ShipRegisterFn ?AREA) ?REGISTRATION)) |
Transportation.kif 1097-1104 |
|
(=>
(and
(instance ?SHIP Ship)
(instance ?AREA GeopoliticalArea)
(member ?SHIP
(MerchantMarineFn ?AREA)))
(exists (?REGISTRATION)
(and
(instance ?REGISTRATION ShipRegistration)
(possesses ?SHIP ?REGISTRATION)
(subsumesContentInstance
(ShipRegisterFn ?AREA) ?REGISTRATION)))) |
Transportation.kif 1157-1166 |
|