AKSW / building-navigator

The Gebäude-Navigator helps you to find accessible places in Leipzig.
https://behindertenverband-leipzig.de/gebaeude-navigator
GNU General Public License v3.0
3 stars 2 forks source link

Test backend Fuseki #44

Closed simeonackermann closed 6 years ago

simeonackermann commented 6 years ago

Setup Fuseki and test if our interface (for data querying) can work with it.

simeonackermann commented 6 years ago

Works with 247e59d

Example fuseki config:

store: {
    host: 'http://localhost',
    port: 3030,
    path: '/building-navigator/query'
},