- Installation: Follow instructions at: kadvgraaf...
- Set stardog to run as admin
- Run stardog with the following command (admin powershell)
stardog-admin server start --disable-security
- Set up a triple store with these options: sameAs reasoning: full strict : off search : enable spatial : on
Add data (never worked):
C:\> stardog data add -g <file location>
- Do: http://ld-r.org/docs/quickstart.html
- In configs/server.js, add the in the following code (i.e., the line with the word "annex" in it instead of the default generic SPARQL endpoint entry, which is commented out), with a valid Stardog server name (in this example, "sr3" is the Stardog server name):
sparqlEndpoint: {
'generic': {
// host: 'localhost', port: 8890, path: '/sparql', endpointType: 'virtuoso'
host: 'localhost', port: 5820, path: '/annex/sr3/sparql/query', endpointType: 'Stardog'
},
...
- Enable WYSIWYQ Add these to the file's reactor config:
displayQueries