You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Support for more possible types as query parameters should be added.
date
anddatetime
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 partsvalue
andtype
wherevalue
is a string andtype
is a URI - and which will render into"{value}"^^<{type}>
. Existing code in thedatadotworld.convert_to_sparql_literal
should be refactored to use this class.The text was updated successfully, but these errors were encountered: