RDF.PropertyMap.drop
You're seeing just the function
drop
, go back to RDF.PropertyMap module for more information.
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.