-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
38 lines (38 loc) · 1.04 KB
/
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
{
"cspace details":{
"query results per page":10,
"cspace max query results":12,
"authority to use":"workauthorities",
"authority cspace id":"d28dfc96-da03-4b0b-9ae1",
"cspace_services_url":"https://cinefiles.cspace.berkeley.edu/cspace-services"
},
"database details":{
"chunk_size":10,
"item table columns":[
"title",
"director",
"year",
"alt_titles",
"top_match_is_match",
"top_match_score",
"top_match_label",
"top_match_Qid",
"top_match_director",
"top_match_year"
]
},
"wikidata details":{
"item type to reconcile":"Q11424",
"item type label":"film",
"wikidata reconciliation endpoint":"https://wikidata.reconci.link/en/api",
"wikidata sparql endpoint":"https://query.wikidata.org/sparql?query={}?format=json",
"wikidata properties to refine matches":{"director":"P57","year":"P577"}
},
"holding pen":{
"description":"this is extra stuff/other options to use in config",
"personauthorities":"ae43b316-d4ff-475f-921c",
"human":"Q5",
"painting":"Q3305213",
"cspace max query results":80
}
}