Skip to content

Commit 5fcfdf6

Browse files
author
Hofstetter Benjamin (extern)
committed
update ext query path in samples
1 parent c55a25f commit 5fcfdf6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

samples/external-includes.sparqlbook

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
{
99
"kind": 2,
1010
"language": "sparql",
11-
"value": "# from file /Users/benjaminhofstetter/code/patch/vscode-sparql-notebook/samples/queries/z-external-query.sparql\n# [endpoint=https://lindas.admin.ch/query]\nPREFIX gont: <https://gont.ch/>\nPREFIX schema: <http://schema.org/>\nSELECT ?name ?abbr ?date WHERE {\n { \n ?canton a gont:Canton;\n gont:cantonAbbreviation ?abbr ;\n gont:date ?date ;\n gont:longName ?name . \n } UNION {\n gont:Canton ?p ?o .\n }\n \n \n} ",
11+
"value": "# from file queries/z-external-query.sparql\n# [endpoint=https://lindas.admin.ch/query]\nPREFIX gont: <https://gont.ch/>\nPREFIX schema: <http://schema.org/>\nSELECT ?name ?abbr ?date WHERE {\n { \n ?canton a gont:Canton;\n gont:cantonAbbreviation ?abbr ;\n gont:date ?date ;\n gont:longName ?name . \n } UNION {\n gont:Canton ?p ?o .\n }\n \n \n} ",
1212
"metadata": {
13-
"file": "/Users/benjaminhofstetter/code/patch/vscode-sparql-notebook/samples/queries/z-external-query.sparql"
13+
"file": "queries/z-external-query.sparql"
1414
}
1515
},
1616
{
@@ -22,9 +22,9 @@
2222
{
2323
"kind": 2,
2424
"language": "sparql",
25-
"value": "# from file /Users/benjaminhofstetter/code/patch/vscode-sparql-notebook/samples/queries/z-external-query.rq\n#\n# [endpoint=https://lindas.admin.ch/query]\n#\nPREFIX gont: <https://gont.ch/>\nPREFIX schema: <http://schema.org/>\nSELECT ?name ?abbr ?date WHERE {\n { \n ?canton a gont:Canton;\n gont:cantonAbbreviation ?abbr ;\n gont:date ?date ;\n gont:longName ?name . \n } UNION {\n gont:Canton ?p ?o .\n }\n} \n",
25+
"value": "# from file queries/z-external-query.rq\n# [endpoint=https://lindas.admin.ch/query]\n#\nPREFIX gont: <https://gont.ch/>\nPREFIX schema: <http://schema.org/>\nSELECT ?name ?abbr ?date WHERE {\n { \n ?canton a gont:Canton;\n gont:cantonAbbreviation ?abbr ;\n gont:date ?date ;\n gont:longName ?name . \n } UNION {\n gont:Canton ?p ?o .\n }\n} \n",
2626
"metadata": {
27-
"file": "/Users/benjaminhofstetter/code/patch/vscode-sparql-notebook/samples/queries/z-external-query.rq"
27+
"file": "queries/z-external-query.rq"
2828
}
2929
}
3030
]

samples/queries/z-external-query.rq

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Benjamin Hofstetter
21
# [endpoint=https://lindas.admin.ch/query]
32
#
43
PREFIX gont: <https://gont.ch/>

0 commit comments

Comments
 (0)