Skip to content

Commit aa7cfe7

Browse files
committed
?source in SPARQL query for sources index file
1 parent 46519e2 commit aa7cfe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Dashboard/CustomQueryEditor/customEditor.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ WHERE {
4242
?s ?p ?o
4343
}`;
4444
const defaultSparqlQueryIndexSources = `PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
45-
SELECT ?object
45+
SELECT ?source
4646
WHERE {
47-
?s rdfs:seeAlso ?object
47+
?s rdfs:seeAlso ?source
4848
}`;
4949
const defaultExtraComunicaContext = JSON.stringify({ "lenient": true }, null, 2);
5050
const defaultAskQueryDetails = JSON.stringify({"trueText": "this displays when true.", "falseText": "this displays when false."}, null, 2);

0 commit comments

Comments
 (0)