Skip to content

Commit a80a9eb

Browse files
committed
Move sharedOutput SPARQL query to Jena Fuseki store
1 parent 9d5a079 commit a80a9eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/_data/methods.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ function transformKgData(kgData) {
2525

2626
// Get shared output from KG
2727
async function getSharedOutput() {
28-
const kgData = await fetch('http://kg.uxmethods.org/repositories/uxm', {
28+
const kgData = await fetch('http://fuseki.uxmethods.org/ds/sparql', {
2929
method: 'POST',
3030
headers: {
3131
'Content-Type': 'application/sparql-query',
3232
Accept: 'application/sparql-results+json',
33-
Authorization: 'Basic ' + btoa(process.env.KG_AUTH),
3433
},
3534
body: `
3635
PREFIX : <https://uxmethods.org/>

0 commit comments

Comments
 (0)