Hello there, I would like to use not exists in a query and I get the above error in isql.
The pattern of the query is the following:
sparql select count(distinct ?o) from <g> where{?s something ?o. filter not
exists{?o something ?x}}
What is the format that I should define in order to work? Could someone
help me on this? Thanks.
