Skip to content

Commit

Permalink
use the dev.finto.fi SPARQL endpoint as default endpoint, to match vo…
Browse files Browse the repository at this point in the history
…cab config
  • Loading branch information
osma committed Aug 24, 2018
1 parent 2a8fb6d commit 854520f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.ttl.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
:config a skosmos:Configuration ;
# SPARQL endpoint
# a local Fuseki server is usually on localhost:3030
skosmos:sparqlEndpoint "http://localhost:3030/ds/sparql" ;
#skosmos:sparqlEndpoint "http://localhost:3030/ds/sparql" ;
# use the dev.finto.fi endpoint where the example vocabularies reside
skosmos:sparqlEndpoint <http://api.dev.finto.fi/sparql> ;
# sparql-query extension, or "Generic" for plain SPARQL 1.1
# set to "JenaText" instead if you use Fuseki with jena-text index
skosmos:sparqlDialect "Generic" ;
Expand Down

0 comments on commit 854520f

Please sign in to comment.