diff --git a/build/Dockerfile b/build/Dockerfile index 7695b2d..ab61810 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -19,6 +19,7 @@ ADD ./cmd/nabu/nabu /nabu/ ADD ./assets /nabu/assets RUN mkdir /assets +# just in case thin #ADD ./assets/schemaorg-current-https.jsonld /assets/schemaorg-current-https.jsonld #ADD ./assets/schemaorg-current-http.jsonld /assets/schemaorg-current-http.jsonld RUN curl https://schema.org/version/latest/schemaorg-current-https.jsonld --output /assets/schemaorg-current-https.jsonld diff --git a/config/nabu b/config/nabu index 69de31f..3dcc056 100644 --- a/config/nabu +++ b/config/nabu @@ -22,5 +22,25 @@ sparql: authenticate: false username: "" password: "" +endpoints: + - service: blazegraph_local + baseurl: http://localhost/blazegraph/namespace/earthcube/sparql + type: blazegraph + 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 txtaipkg: endpoint: http://0.0.0.0:8000 \ No newline at end of file