custom_datatype
RDFLib can map between RDF data-typed literals and Python objects.
Mapping for integers, floats, dateTimes, etc. are already added, but you can also add your own.
This example shows how bind lets you register new
mappings between literal datatypes and Python objects
Attributes: