ConnectionReceivedId is the ID of the PartnerNetworkConnection that shared record with your organization.
So, write a trigger on before insert that owner should be changed to default owner, when ConnectionReceivedId is not null.
Sample SOQL if Account object was connected:
SELECT Id, Name,
ConnectionReceivedId
FROM Account