How to connect ozone gas sensor to Base Shield V2

I have Base shield V2 on top of Arduino Uno R3. How do I connect the ozone gas sensor 12 bit to the base shield V2. The cable that it comes with, doesn’t connect to the I2C port of base shield. How do I connect the gas sensor to the I2C port of the base shield?

Link to Base Shield V2: https://www.seeedstudio.com/Base-Shield-V2.html
Link to the Gas sensor: https://shop.controleverything.com/products/ozone-gas-sensor-12-bit

If you look at the input of the ozone board (from top to bottom)

C = Clock
D = Data
5 = +5V
G = Ground

On the Base shield on of the i2c sockets
GND = Ground
VCC = +5V
SDA = Data
SCL = Clock

Wire them up so they match.

I have male to female wire. Are you saying that I should connect the female end in the I2C port and male end in the sensor

I'm saying match up the pins from sensor to board. Use whatever ends necessary for each.