Missing conversion for xsd:gYear and similar · Issue #635 · RDFLib/rdflib (original) (raw)
RDFlib has no conversion of Literal values to python datatypes for xsd:gYear, xsd:gDay, xsd:gMonth, xsd:gMonthDay and xsd:gYearMonth
I think the relevant part is here:
Line 1439 inec93eed
XSDToPython = { |
---|