There are cases where the query is malformed but there is no error reporting. Example: ```python result = engine.construct(query="constru ct * where { service <x-sparql-anything:> { ?s ?p ?o } }") print(result) ``` Shows an empty rdflib graph.