Skip to content

Commit

Permalink
update ext query path in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofstetter Benjamin (extern) committed Sep 20, 2023
1 parent c55a25f commit 5fcfdf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions samples/external-includes.sparqlbook
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
{
"kind": 2,
"language": "sparql",
"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} ",
"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} ",
"metadata": {
"file": "/Users/benjaminhofstetter/code/patch/vscode-sparql-notebook/samples/queries/z-external-query.sparql"
"file": "queries/z-external-query.sparql"
}
},
{
Expand All @@ -22,9 +22,9 @@
{
"kind": 2,
"language": "sparql",
"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",
"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",
"metadata": {
"file": "/Users/benjaminhofstetter/code/patch/vscode-sparql-notebook/samples/queries/z-external-query.rq"
"file": "queries/z-external-query.rq"
}
}
]
1 change: 0 additions & 1 deletion samples/queries/z-external-query.rq
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Benjamin Hofstetter
# [endpoint=https://lindas.admin.ch/query]
#
PREFIX gont: <https://gont.ch/>
Expand Down

0 comments on commit 5fcfdf6

Please sign in to comment.