RDF.PropertyMap.delete
You're seeing just the function
delete
, go back to RDF.PropertyMap module for more information.
Specs
delete(t(), coercible_term()) :: t()
Deletes the property mapping for term
from property_map
.
If no mapping for term
exists, property_map
is returned unchanged.