-
Ultimately, the module should ensure that measurements that it expects exists.
- is it okay for the module to insert the measurements into Blazegraph?
- Is there an alternative?
- If measu…
-
Sesame is now renamed to rdf4j, it makes sense to gradually move to it
-
Hello,
I'm trying to load a 2.6Gb turtle file via the update panel of the web interface with the following command:
`load `
It gives me:
```
ERROR:
502 Proxy Error
Proxy Error
The proxy server r…
-
I am trying to count number of items per group. There are about 45,000 groups, and the total number of items is in billions. Ideally, internally this query should establish a hashmap with counts, thu…
-
Hi,
I'm using a local instance of Blazegraph 2.1.6 RC and I've noticed that if I submit a query with an aggregate function like group_concat it hangs unless I add a limit instruction.
The followin…
-
## What I've done
- I've created a new docker-compose instance using the basic variant found in the official [repository](https://github.com/researchspace/researchspace-docker-compose)
- I've uplo…
-
Years ago, back when we set up d1lod, we decided to handle inserting RDF data into whichever triplestore we used in an agnostic fashion so the triplestore could be swapped out without too much work. S…
-
While we currently have sanity checks running over the input and output GAFs, we have no such infrastructure for the graph store. A concrete example for this kind of testing would be the hard stop of …
-
When I go to my landing page in development, the tally of my items never updates:
![Schermafbeelding 2022-09-06 om 12 02 51](https://user-images.githubusercontent.com/1540185/188609103-62dd3b09-475…
-
See [the search query](https://github.com/MaastrichtU-IDS/into-the-graph/blob/master/src/components/describe.js#L325)
* At the moment we only do a simple search via SPARQL using `contains` on label…