Migrate data to a new zfs dataset with diffrent properties

Hello

How can I migrate all the data from an existing dataset to a new dataset in a new pool?
I want only the data to be transferred.
All properties of the newly created dataset should be used, so the properties should not be transferred!

Is this possible with ZFS send/receive?
I only want the data, just as if I were using rsync.

Regards