I think something got broken in the app while connecting with Stardog.
At the moment I cannot load RDF triples from the triples tab into a connected Stardog database (v6.2.2) on windows 10 (message: successfully loaded dataset). I can however still query the data in Stardog, but the triples tab has to contain dummy triples (anything will do somehow). If not, the query does not return any results (also no error). This might have something to do with the SPARQL endpoint for Stardog, as they depreciated http://localhost:5820/annex/myDB/sparql/query for a separate read (http://localhost:5820/MyDB/query) and write (http://localhost:5820/MyDB/update) endpoint?
Hi Mads,
I think something got broken in the app while connecting with Stardog.
At the moment I cannot load RDF triples from the triples tab into a connected Stardog database (v6.2.2) on windows 10 (message: successfully loaded dataset). I can however still query the data in Stardog, but the triples tab has to contain dummy triples (anything will do somehow). If not, the query does not return any results (also no error). This might have something to do with the SPARQL endpoint for Stardog, as they depreciated
http://localhost:5820/annex/myDB/sparql/query
for a separate read (http://localhost:5820/MyDB/query
) and write (http://localhost:5820/MyDB/update
) endpoint?