Create a new Thing with all values removed for the given Property.
The original thing is not modified; this function returns a cloned Thing with updated values.
thing
[[Thing]] to remove values from.
Property for which to remove all values from the Thing.
A new Thing equal to the input Thing with all values removed for the given Property.
Create a new Thing with all values removed for the given Property.
The original
thing
is not modified; this function returns a cloned Thing with updated values.