listOfDict to RDF conversion in python targeting Apache Jena Fuseki
问题 To store some data in Apache Jena from python I'd like to have a generic conversion from a list of Dicts to RDF and possibly back on query. For the list of Dict to RDF part I tried implementing "insertListofDicts" (see below) and tested it with "testListOfDictInsert" (see below). The result is below which leads to a 400: Bad Request when tried with an Apache Jena Fuseki server. What needs to be fixed for simple string types - and may be for other primitive Python types to get this working?