-
Notifications
You must be signed in to change notification settings - Fork 0
/
odk-wikibase-cloud-manifest.json
37 lines (37 loc) · 1.34 KB
/
odk-wikibase-cloud-manifest.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
{
"version": "2.0",
"mediawiki": {
"name": "OpenDataKerala",
"root": "https://opendatakerala.wikibase.cloud/wiki/",
"main_page": "https://opendatakerala.wikibase.cloud/wiki/Main_Page",
"api": "https://opendatakerala.wikibase.cloud/w/api.php"
},
"wikibase": {
"site_iri": "https://opendatakerala.wikibase.cloud/entity/",
"maxlag": 5,
"max_edits_per_minute": 60,
"tag": "openrefine-${version}",
"properties": {
"instance_of": "P2",
"subclass_of": "P11"
}
},
"oauth": {
"registration_page": "https://opendatakerala.wikibase.cloud/wiki/Special:OAuthConsumerRegistration/propose"
},
"entity_types": {
"item": {
"site_iri": "https://opendatakerala.wikibase.cloud/entity/",
"reconciliation_endpoint": "http://localhost:8000/${lang}/api",
"mediawiki_api": "https://opendatakerala.wikibase.cloud/w/api.php"
},
"property": {
"site_iri": "https://opendatakerala.wikibase.cloud/entity/",
"mediawiki_api": "https://opendatakerala.wikibase.cloud/w/api.php"
},
"mediainfo": {
"site_iri": "https://opendatakerala.wikibase.cloud/entity/",
"reconciliation_endpoint": "http://localhost:8000/${lang}/api"
}
}
}