RDF.PropertyMap.put
You're seeing just the function
put
, go back to RDF.PropertyMap module for more information.
Specs
Adds a set of property mappings to property_map
overwriting all existing mappings.
See add/2
for the different forms in which mappings can be provided.
Note, that not just all mappings with the used terms in the input mappings
are overwritten, but also all mappings with IRIs in the input mappings
Specs
put(t(), coercible_term(), RDF.IRI.coercible()) :: t()
Adds a property mapping between term
and iri
to property_map
overwriting existing mappings.