MadsHolten / sparql-visualizer

Visualization of how room requirements can be modeled with BOT and OPM
42 stars 17 forks source link

Issues with Stardog not loading RDF #16

Open mathib opened 5 years ago

mathib commented 5 years ago

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?