forked from internetofwater/nabu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.yaml
63 lines (63 loc) · 1.59 KB
/
example.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
minio:
address: localhost
port: 9000
ssl: false
accesskey: akey
secretkey: skey
bucket: gleaner
region: null
implementation_network:
orgname: iow
context:
cache: true
strict: true
contextmaps:
- prefix: "https://schema.org/"
file: "./assets/schemaorg-current-https.jsonld" # wget http://schema.org/docs/jsonldcontext.jsonld
- prefix: "http://schema.org/"
file: "./assets/schemaorg-current-http.jsonld" # wget http://schema.org/docs/jsonldcontext.jsonld
objects:
domain: us-east-1
prefix:
- summoned/providera
- prov/providera
- org
endpoints:
- service: ec_blazegraph
baseurl: http://coreos.lan:9090/blazegraph/namespace/iow
type: blaszgraph
authenticate: false
username: admin
password: jfpwd
modes:
- action: sparql
suffix: /sparql
accept: application/sparql-results+json
method: GET
- action: update
suffix: /sparql
accept: application/sparql-update
method: POST
- action: bulk
suffix: /sparql
accept: text/x-nquads
method: POST
- service: iow_graphdb
baseurl: http://coreos.lan:7200/repositories/testing
type: graphed
authenticate: false
username: admin
password: jfpw
modes:
- action: sparql
suffix: # no suffix needed for GraphDB
accept: application/sparql-results+json
method: GET
- action: update
suffix: /statements
accept: application/sparql-update
method: POST
- action: bulk
suffix: /statements
accept: text/x-nquads
method: POST