Mehdi Terdjimi

Results 2 issues of Mehdi Terdjimi

Hello, As from the SPARQL 1.1 specification, DELETE/INSERT DATA queries only allow ground triples. However, the following (incorrect) query does not return any parsing error : `DELETE DATA { ?s...

bug

Hello, I am currently facing the "Unknown filter expression type" error when launching COUNT queries such as ``` PREFIX rdf: SELECT (COUNT(?s) AS ?v) WHERE { ?s rdf:type ?o ....