Noticing a problem with the following code:
select_results = conn.select(select_query, content_type='application/sparql-results+json', limit=limit, timeout=timeout)
.
A StardogException
is not thrown, but a JSONDecodeError
instead with the following type of message -- Expecting property name enclosed in double quotes: line 1 column 49153 (char 49152). It seems to happening whenever I limit the results to 1000 or more (could be less than that, though.)