-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.config.json
42 lines (42 loc) · 1.65 KB
/
example.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
{
"LocalTripleStore": {
"baseURI":"http://localhost:7200"
},
"LocalTripleStoreRepositories": {
"dhPLUS": "dhPLUS",
"dhPLUSOntology": "dhPLUS-Ontology",
"authorityFiles": "AuthorityFiles",
"parameter": "Parameter",
"inferTemp": "inferTemp"
},
"LocalEndpoints":{
"dhPLUS":"http://localhost:7200/repositories/dhPLUS",
"inferTemp": "http://localhost:7200/repositories/inferTemp",
"dhPLUSOntology": "http://localhost:7200/repositories/dhPLUS-Ontology",
"authorityFiles": "http://localhost:7200/repositories/AuthorityFiles",
"parameter":"http://localhost:7200/repositories/Parameter"
},
"LocalTripleStoreCredentials":{
"user":"",
"password":"",
"authorizationKey":""
},
"TripleGeneration": {
"instancePrefix": "mhdbdbi"
},
"NamedGraphs": {
"mhdbdbDict": "https://dh.plus.ac.at/mhdbdb/namedGraph/mhdbdbDict",
"mhdbdbMeta": "https://dh.plus.ac.at/mhdbdb/namedGraph/mhdbdbMeta",
"mhdbdbVocab": "https://dh.plus.ac.at/mhdbdb/namedGraph/mhdbdbVocab",
"mhdbdbOnto": "https://dh.plus.ac.at/mhdbdb/namedGraph/mhdbdbOnto",
"dnb": "https://dh.plus.ac.at/mhdbdb/namedGraph/dnb",
"gnd": "https://dh.plus.ac.at/mhdbdb/namedGraph/gnd",
"wd": "https://dh.plus.ac.at/mhdbdb/namedGraph/wd",
"mhdbdbText": "https://dh.plus.ac.at/mhdbdb/namedGraph/mhdbdbText",
"mhdbdbAnno": "https://dh.plus.ac.at/mhdbdb/namedGraph/mhdbdbAnno"
},
"NamedGraphsPrefixed": {},
"Environment": {
"widoco": "E:\One Drive PLUS\OneDrive - Universität Salzburg\MHDBDB\Widoco"
}
}