RDF.PropertyMap.delete

You're seeing just the function delete, go back to RDF.PropertyMap module for more information.
Link to this function

delete(property_map, term)

View Source

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.