Support for more possible types as query parameters should be added.
date and datetime should map naturally to their XSD counterparts:
https://docs.python.org/3/library/datetime.html
To give the developer complete capability to express values, add RdfLiteralParam which will have two parts value and type where value is a string and type is a URI - and which will render into "{value}"^^<{type}>. Existing code in the datadotworld.convert_to_sparql_literal should be refactored to use this class.
Support for more possible types as query parameters should be added.
dateanddatetimeshould map naturally to their XSD counterparts:https://docs.python.org/3/library/datetime.html
To give the developer complete capability to express values, add
RdfLiteralParamwhich will have two partsvalueandtypewherevalueis a string andtypeis a URI - and which will render into"{value}"^^<{type}>. Existing code in thedatadotworld.convert_to_sparql_literalshould be refactored to use this class.