-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
67 lines (58 loc) · 1.5 KB
/
config.yaml
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
server:
logLevel: info
template:
title: Trifid Playground
globals:
datasetBaseUrl: https://ld.zazuko.com/
endpoints:
default:
url: /query
plugins:
welcome:
module: trifid-core/plugins/view.js
paths: /
methods: GET
config:
path: views/welcome.hbs
parameters:
module: trifid-core/plugins/view.js
paths:
- /parameters
- /parameters/
methods: GET
config:
path: views/parameters.hbs
entity-renderer:
module: "@zazuko/trifid-entity-renderer"
config:
followRedirects: true
resourceExistsQuery: "ASK { GRAPH ?g { <{{iri}}> ?p ?o } }"
resourceGraphQuery: "#pragma describe.strategy cbd\nDESCRIBE <{{iri}}>"
containerExistsQuery: 'ASK { GRAPH ?g { ?s a ?o. FILTER REGEX(STR(?s), "^{{iri}}") } }'
labelLoader:
chunkSize: 30
concurrency: 2
timeout: 1000
yasgui:
module: trifid-plugin-yasgui
paths:
- /sparql
- /sparql/
config:
urlShortener: https://s.zazuko.com/api/v1/shorten
graph-explorer:
module: trifid-plugin-graph-explorer
config:
dataLabelProperty: <http://schema.org/name> | rdfs:label
schemaLabelProperty: <http://schema.org/name> | rdfs:label
spex:
module: trifid-plugin-spex
sparql-proxy:
module: "@zazuko/trifid-plugin-sparql-proxy"
paths:
- /query
- /query/
config:
endpointUrl: env:SPARQL_ENDPOINT_URL
username: env:SPARQL_ENDPOINT_USER
password: env:SPARQL_ENDPOINT_PASSWORD