You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking at why SARS-CoV-2-Queries API not working with grlc, I noticed grlc is unable to parse some queries and throws an error. This happens, for example with antibodies query.
It looks like RDFLib is unable to parse these queries, and throws an exception:
ParseException: Expected SelectQuery, found 'WITH'
I am not familiar with this keyword, so I am not sure what is the best way to fix this. Any pointers about these queries would be appreciated.
The text was updated successfully, but these errors were encountered:
While looking at why SARS-CoV-2-Queries API not working with grlc, I noticed grlc is unable to parse some queries and throws an error. This happens, for example with antibodies query.
It looks like RDFLib is unable to parse these queries, and throws an exception:
I am not familiar with this keyword, so I am not sure what is the best way to fix this. Any pointers about these queries would be appreciated.
The text was updated successfully, but these errors were encountered: