-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.json
258 lines (258 loc) · 8.04 KB
/
setup.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
[
{
"type":"Textbox",
"id":"myProject",
"label":"project short name",
"placeholder":"",
"prepend":"The short name or acronym of your project, to be shown in the web pages",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://purl.org/dc/terms/title",
"value":"Literal",
"defaultvalue":"CLEF",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"myPayoff",
"label":"project name",
"placeholder":"",
"prepend":"The longer name of your project, to be shown in the homepage",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://purl.org/dc/terms/description",
"value":"Literal",
"defaultvalue":"Crowdsourcing Linked Entities via web Forms",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"myEndpoint",
"label":"my endpoint",
"placeholder":"$myEndpoint",
"prepend":"The local URL of your triplestore, do not change for default settings",
"disabled":"True",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#sparqlEndpoint",
"value":"URI",
"defaultvalue":"$myEndpoint",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"myPublicEndpoint",
"label":"my public endpoint",
"placeholder":"$myPublicEndpoint",
"prepend":"The public URL of your triplestore ({http://yourdomain/sparql} by default). Use the local URL if the application runs only locally",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#sparqlEndpoint",
"value":"URI",
"defaultvalue":"$myPublicEndpoint",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"sparqlAnythingEndpoint",
"label":"my sparql.anything endpoint",
"placeholder":"$sparqlAnythingEndpoint",
"prepend":"The local URL of the Sparql.Anything service, do not change for default settings",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#sparqlEndpoint",
"value":"URI",
"defaultvalue":"$sparqlAnythingEndpoint",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"base",
"label":"URI base",
"placeholder":"http://data.open.ac.uk/musow/",
"prepend":"The URI base of new resources",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#uriSpace",
"value":"URI",
"defaultvalue":"http://data.open.ac.uk/musow/",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"limit_requests",
"label":"LIMIT REQUESTS",
"placeholder":"50",
"prepend":"The number of records that can be created per IP address a day",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#feature",
"value":"Literal",
"defaultvalue":"50",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"pagination",
"label":"pagination limit",
"placeholder":"4",
"prepend":"The number of records to be shown in back/frontend per page",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#feature",
"value":"Literal",
"defaultvalue":"4",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"github_backup",
"label":"enable github backup",
"placeholder":"True",
"prepend":"True to dump data created into a github repository. False, if you do not need a dump.",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#feature",
"value":"URI",
"defaultvalue":"False",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"token",
"label":"github bearer token",
"placeholder":"e.g. ghp_eL1OfbEnqPCdLCY**************",
"prepend":"The bearer token to read/write on your github repository. Leave blank if you do not need to backup data on github",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#feature",
"value":"Literal",
"defaultvalue":"",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"owner",
"label":"repository owner",
"placeholder":"e.g. polifonia-project",
"prepend":"The owner of the repository (as it appears in the URL of the repository). Leave blank if you do not need to backup data on github",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://purl.org/dc/terms/creator",
"value":"Literal",
"defaultvalue":"",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"repo_name",
"label":"repository name",
"placeholder":"e.g. registry",
"prepend":"The name of the repository (as it appears in the URL of the repository). Leave blank if you do not need neither a dump nor to give access to the application to other users",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://purl.org/dc/terms/title",
"value":"Literal",
"defaultvalue":"",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"author",
"label":"COMMITS DEFAULT AUTHOR",
"placeholder":"e.g. mariorossi",
"prepend":"The username of a github user that has access to the repository. Can be the same as the owner. Leave blank if you do not need neither a dump nor to give access to the application to other users",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://purl.org/dc/terms/creator",
"value":"Literal",
"defaultvalue":"",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"author_email",
"label":"COMMITS DEFAULT AUTHOR EMAIL",
"placeholder":"e.g. [email protected]",
"prepend":"The email of a github user that has access to the repository. Leave blank if you do not need neither a dump nor to give access to the application to other users",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://xmlns.com/foaf/spec/#term_mbox",
"value":"URI",
"defaultvalue":"",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"gitClientID",
"label":"github oauth Client ID",
"placeholder":"09f1a4f9b********",
"prepend":"The client ID of a github OAuth app. Required for user authentication via github. Leave blank to enable anonymous access to the backend.",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#feature",
"value":"URI",
"defaultvalue":"",
"disambiguate":"False",
"browse":"False"
},
{
"type":"Textbox",
"id":"gitClientSecret",
"label":"github oauth Client secret key",
"placeholder":"47c1e0f43dc8763****************",
"prepend":"The client secret key of a github OAuth app. Required for user authentication via github. Leave blank to enable anonymous access to the backend.",
"disabled":"False",
"class":"col-md-11",
"searchWikidata":"False",
"cache_autocomplete":"off",
"property":"http://rdfs.org/ns/void#feature",
"value":"URI",
"defaultvalue":"",
"disambiguate":"False",
"browse":"False"
}
]