You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default configuration expects a SPARL endpoint at <http://localhost:3030/n4o/>. This can be provided with Fuseki triple store and a database `n4o` locally created like this:
Alternatively use the preconfigured Docker container [n4o-fuseki](https://github.com/nfdi4objects/n4o-fuseki#readme).
69
+
-`QUERIES`: directory with sample SPARQL queries with file extension `.rq`. Default: `queries`
78
70
79
71
The RDF database is expected to be grouped in named graphs:
80
72
@@ -84,7 +76,7 @@ The RDF database is expected to be grouped in named graphs:
84
76
- Graphs `http://bartoc.org/en/node/X` where X is an integer contain information from individual terminologies
85
77
- The default graph must be configured as union graph.
86
78
87
-
See [n4o-graph-importer](https://github.com/nfdi4objects/n4o-graph-importer#readme) for a component to ensure RDF data is only imported into the triple store as expected.
79
+
See [n4o-fuseki](https://github.com/nfdi4objects/n4o-fuseki#readme) for preconfigured Triple store and [n4o-graph-importer](https://github.com/nfdi4objects/n4o-graph-importer#readme) for a component to ensure RDF data is only imported into the triple store as expected.
88
80
89
81
### Tools
90
82
@@ -140,6 +132,8 @@ To locally build the Docker image run `make docker`. The container is named `n4o
140
132
docker run --rm --net=host -p 8000:8000 -v ./config.yaml:/app/config.yaml:ro n4o-graph-apis
141
133
~~~
142
134
135
+
To use custom queries, mount your local directory to `/app/queries`
0 commit comments