forked from wikimedia/wikidata-query-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom-config.json
31 lines (31 loc) · 979 Bytes
/
custom-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
{
"api": {
"sparql": {
"uri": "https://query.artbase.rhizome.org/proxy/wdqs/bigdata/namespace/wdq/sparql"
},
"wikibase": {
"uri": "https://query.artbase.rhizome.org/proxy/wikibase/w/api.php"
},
"examples": {
"server": "https://query.artbase.rhizome.org/proxy/wikibase/",
"apiPath": "w/api.php",
"pageTitle": "Query/Examples",
"pagePathElement": "wiki/"
},
"urlShortener": "tinyurl",
"query-builder": {
"server": "https://query-builder-test.toolforge.org/"
}
},
"brand": {
"title": "ArtBase Query",
"logo": "https://artbase.rhizome.org/w/resources/assets/artbase/Rhizome-Logo-Web.svg",
"favicon": "https://rhizome.global.ssl.fastly.net/static/favicon/favicon.ico?v=xQQqrB8XAN1",
"copyrightUrl": "https://artbase.rhizome.org/wiki/Copyright"
},
"location": {
"root": "./",
"index": "./"
},
"prefixes": {}
}