forked from Inist-CNRS/lodex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
123 lines (123 loc) · 3.16 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
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
{
"rootAuth": {
"username": "root",
"password": "secret"
},
"routinesCache": false,
"routines": [
"all-documents",
"classif-by",
"close-by",
"count-all",
"count-by-fields",
"cross-by",
"decompose-by",
"distance-with",
"distinct-alpha-2-alpha3-from",
"distinct-alpha-3-alpha2-from",
"distinct-alpha-3-ISO3166-1-from",
"distinct-alpha-3-ISO639-from",
"distinct-by-field",
"distinct-by",
"distinct-ISO3166-1-alpha2-from",
"distinct-ISO3166-1-alpha3-from",
"distribute-by-date",
"distribute-by-decadal",
"distribute-by-interval",
"filter",
"get-fields",
"graph-by",
"segments-precomputed",
"segments-precomputed-nofilter",
"values-precomputed-nofilter",
"group-and-sum-with",
"hello-world",
"istex-facet",
"labeled-resources",
"pairing-with",
"percentage-of",
"refs",
"select-by",
"sitemap",
"sparql-query",
"sub-resources-asterplot",
"sub-resources-co-occurrences",
"syndication-from",
"syndication",
"total-of",
"tree-by",
"unwind-by"
],
"loaders": [
"bib",
"csv",
"csv-semicolon",
"csv-comma",
"tsv",
"tsv-double-quotes",
"tsv-wos",
"rdf",
"skos",
"json",
"json-conditor",
"json-import",
"json-istex",
"json-lodex",
"json-wordpress",
"json-datacite",
"json-openalex",
"json-inspirehep",
"json-optimized",
"json-lines",
"query-istex",
"query-conditor",
"query-conditor-for-halcnrs",
"query-openalex",
"rss",
"atom",
"mods",
"tei",
"tei-persee",
"xml",
"corpus",
"zip",
"doi-list",
"tar-gz"
],
"exporters": ["csv", "ris"],
"formatExporters": ["jsonallvalue"],
"datasetClass": "http://test.fr/datasetClass",
"schemeForDatasetLink": "http://www.w3.org/2004/02/skos/core#inScheme",
"exportDataset": "true",
"collectionClass": "",
"istexQuery": {
"labels": ["Cette ressource dans ISTEX"],
"linked": "categories.inist",
"context": {
"categories.inist": "istex:subjectInist",
"link": "dcterms:isPartOf"
}
},
"sparqlEndpoints": [
"https://lod.abes.fr/sparql",
"http://data.persee.fr/sparql/",
"https://data.istex.fr/sparql/",
"http://data.bnf.fr/sparql",
"http://dbpedia.org/sparql",
"http://fr.dbpedia.org/sparql",
"https://query.wikidata.org/sparql",
"http://www.lotico.com:3030/lotico/sparql"
],
"alternativePrecomputedBaseUrl": "{public url of the server accessible from webhooks (ie ngrok)}",
"activateBullDashboard": false,
"themes": [
"voscouleurs",
"void",
"nougat",
"inist",
"istex",
"istex-devclassinterne",
"istex-legacy"
],
"timeout": 3600000
}