Vincent Emonet
Results
151
comments of
Vincent Emonet
Hi @Gerbert-Kaandorp, we are just executing the provided update query using: ```python parsed_update = prepareUpdate(update_query, initNs=graph_ns) self.graph.update(parsed_update, "sparql") ``` So I guess this is just RDFLib not being really fast...