RDF.PropertyMap.drop

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

drop(property_map, terms)

View Source

Specs

drop(t(), [coercible_term()]) :: t()

Drops the given terms from the property_map.

If terms contains terms that are not in property_map, they're simply ignored.