We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad4a48 commit f453ebfCopy full SHA for f453ebf
1 file changed
web/_data/methods.js
@@ -25,7 +25,7 @@ function transformKgData(kgData) {
25
26
// Get shared output from KG
27
async function getSharedOutput() {
28
- const kgData = await fetch('http://kg.uxmethods.org/repositories/uxm', {
+ const kgData = await fetch('https://fuseki.uxmethods.org/ds/query', {
29
method: 'POST',
30
headers: {
31
'Content-Type': 'application/sparql-query',
0 commit comments