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