-
Notifications
You must be signed in to change notification settings - Fork 45
/
default-config.json
44 lines (44 loc) · 1.49 KB
/
default-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"api": {
"sparql": {
"uri": "https://query.wikidata.org/sparql"
},
"wikibase": {
"uri": "https://www.wikidata.org/w/api.php"
},
"examples": {
"server": "https://www.wikidata.org/",
"apiPath": "w/api.php",
"pageTitle": "Wikidata:SPARQL_query_service/queries/examples",
"pagePathElement": "wiki/"
},
"urlShortener": "tinyurl",
"query-builder": {
"server": "https://query.wikidata.org/querybuilder/"
}
},
"brand": {
"title": "Localhost",
"logo": "logo.svg",
"favicon": "favicon.ico",
"copyrightUrl": "https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:SPARQL_query_service/Copyright"
},
"location": {
"root": "./",
"index": "./index.html"
},
"banners": {
"query-builder": {
"default": "Do you need help creating a query? You can build queries without having to write SPARQL in the new <a>Query Builder</a>.",
"storageKey": "survey2021Banner",
"i18nKey": "wdqs-app-query-builder-banner-content"
},
"graph-split": {
"default": "Does your query include Items describing scientific articles? The upcoming graph split will affect you. Please learn more about it in <a href=\"https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:SPARQL_query_service/WDQS_backend_update/September_2024_scaling_update\">this announcement</a>.",
"storageKey": "graphSplitBanner",
"i18nKey": "wdqs-app-graph-split-banner-content"
}
},
"bannerName": "",
"prefixes": {}
}