Loop through taxonomy that has a space

I made the mistake of giving a taxonomy a name that has a space and I want to loop through the taxonomy to get the values.

{% for tax in page.header.taxonomy.Boat Filter %}
{{ tax ~ ' ' }}
{% endfor %}

How to I get that loop to work? to parse out the space in Boat Filter?