When pulling literals out of a SQL store (or SQLite, at least), a literal that was stored with no datatype (datatype=None) comes out with datatype = u"None".
I wonder if there's a way to fix this? Maybe store no datatype as an empty string in the database and translate it back to None when retrieving it? Cheers, Matt _______________________________________________ Dev mailing list [email protected] http://rdflib.net/mailman/listinfo/dev
