I am trying to query semantic content in a MarkLogic database using Query Console, with MINUS in the query. QC shows an error like this:
XDMP-UNEXPECTED: (err:XPST0003) Unexpected token syntax error, unexpected , expecting }
The error highlights the MINUS keyword. The SPARQL Query standard supports MINUS, so why is there an error?