How to pass multi-bit variable in a SVA property's arguments?

In reply to rshrig:

For sequences, properties, and checkers, there is no need to specify an argument’s type. Arguments are just symbolic references similar to the way macro arguments work.

If you want to specify a particular argument type, you can do so the same as you would in a function or task.

property SAMPLE_2(Req, logic [31:0] sData, Ref_Value);

This is all explained in the LRM section 16.8 Declaring Sequences.