-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstaging.json
27 lines (27 loc) · 930 Bytes
/
staging.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
{
"address": "0.0.0.0:4242",
"oauth": {
"key": "OAUTH_CONSUMER_TOKEN",
"secret": "OAUTH_CONSUMER_SECRET"
},
"wikibase_url": "http://stage-sciencesource.wmflabs.org",
"queryservice_url": "http://stage-sciencesource-query.wmflabs.org/proxy/wdqs/bigdata/namespace/wdq/sparql",
"queryservice_embed_url": "http://stage-sciencesource-query.wmflabs.org/embed.html#",
"entity_prefix": "http://stage-sciencesource.wmflabs.org/entity/",
"property_prefix": "http://stage-sciencesource.wmflabs.org/prop/direct/",
"properties": {
"claim": "P26",
"title": "P11",
"pageid": "P25",
"wikidataid": "P2",
"instanceof": "P3",
"article": "Q4",
"anchorin": "P12",
"basedon": "P19",
"term": "P15",
"dictionary": "P16",
"offset": "P10",
"preceding_phrase": "P13",
"following_phrase": "P14"
}
}