-
Notifications
You must be signed in to change notification settings - Fork 3
/
conf_remote.json
executable file
·52 lines (52 loc) · 3.29 KB
/
conf_remote.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
{
"html": "html-template",
"occ_base_path": "/srv/data/corpus/",
"oc_base_url": "https://w3id.org/oc",
"index_base_url": "https://w3id.org/oc",
"tmp_dir": "/tmp/",
"json_context_path": "/srv/data/corpus/context.json",
"ocdm_json_context_path": "/srv/data/ccc/context.json",
"sparql_endpoint": "http://localhost:3000/blazegraph/sparql",
"sparql_endpoint_index": "http://localhost:3001/blazegraph/sparql",
"sparql_endpoint_ccc": "http://localhost:3002/blazegraph/sparql",
"corpus_local_url": "/corpus/",
"virtual_local_url": "/virtual/",
"ccc_local_url": "/ccc/",
"coci_local_url": "/index/coci/",
"croci_local_url": "/index/croci/",
"api_coci": [ "../api/coci_v1.hf" ],
"api_croci": [ "../api/croci_v1.hf" ],
"api_index": [ "../api/index_v1.hf" ],
"api_occ": [ "../api/occ_v1.hf" ],
"api_ccc": ["../api/ccc_v1.hf"],
"api_wikidata": [ "../api/wikidata_v1.hf" ],
"dir_split_number": "10000",
"file_split_number": "1000",
"default_dir": "_",
"statistics": "/srv/data/log/occ_statistics.csv",
"log_dir": "/srv/web/log/",
"label_conf": {
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type": "is a",
"http://xmlns.com/foaf/0.1/givenName": "given name",
"http://xmlns.com/foaf/0.1/familyName": "family name",
"http://prismstandard.org/namespaces/basic/2.0/startingPage": "first page",
"http://prismstandard.org/namespaces/basic/2.0/endingPage": "last page",
"http://purl.org/dc/terms/issued": "publication date",
"http://purl.org/dc/terms/modified": "modification date",
"http://purl.org/spar/biro/references": "references",
"http://www.w3.org/ns/dcat#Dataset": "dataset",
"http://purl.org/spar/biro/BibliographicReference": "bibliographic reference",
"http://purl.org/spar/c4o/denotes": "denoted bibliographic reference",
"http://purl.org/spar/cito/Citation": "citation",
"http://purl.org/spar/doco/DiscourseElement": "discourse element"
},
"robots": [ "crawler", "spider", "bot", "yahoo! slurp", "bubing", "360Spider", "360Spider-Image", "360Spider-Video", "AdsBot-Google", "AdsBot-Google-Mobile-Apps", "adidxbot", "Applebot", "AppleNewsBot", "Baiduspider", "Baiduspider-image", "bingbot", "BingPreview", "CCBot", "Cliqzbot", "coccoc", "coccocbot-image", "coccocbot-web", "Daumoa", "Dazoobot", "DeuSu", "DuckDuckBot", "DuckDuckGo-Favicons-Bot", "EuripBot", "Exploratodo", "Facebot", "Feedly", "Findxbot", "Googlebot", "Googlebot-Image", "Googlebot-Mobile", "Googlebot-News", "Googlebot-Video", "HaoSouSpider", "ichiro", "istellabot", "JikeSpider", "Lycos", "Mail.Ru", "Mediapartners-Google", "MojeekBot", "msnbot", "msnbot-media", "OrangeBot", "Pinterest", "Plukkie", "Qwantify", "Rambler", "SeznamBot", "Sosospider", "Slurp", "Sogou blog", "Sogou inst spider", "Sogou News Spider", "Sogou Orion spider", "Sogou spider2", "Sogou web spider", "SputnikBot", "Teoma", "Twitterbot", "wotbox", "yacybot", "Yandex", "YandexMobileBot", "Yeti", "YioopBot", "yoozBot", "YoudaoBot", "AhrefsBot", "DotBot", "SemanticScholarBot", "BLEXBot", "Mb2345Browser", "LieBaoFast", "MQQBrowser", "UCBrowser", "AspiegelBot", "PetalBot" ],
"robots-all": [ "SemrushBot", "SemrushBot-SA" ],
"ved_conf": {
"lookup": "../oci/lookup.csv",
"oci_conf": "../oci/oci.json",
"intrepid_conf": "../intrepid/intrepid.json"
},
"stats_dir": "/srv/web/stats/",
"auth_file": "auth.json"
}