-
A bunch of popular graph store services backends expose a RDF4J-compatible REST API, including GraphDB, Jena, Stardog, Blazegraph, Virtuoso, and Marklogic.
The OpenAPI spec for the RDF4J REST API i…
-
[REST_API](https://github.com/blazegraph/database/wiki/REST_API) page states that SPARQL endpoint is at `http://localhost:9999/bigdata/sparql`
However, on the [NanoSparqServer](https://github.com…
-
**Describe the bug**
It appears that one or more components instantiatied by `start.sh` are not supported on the ARM-based M-series Macs.
**To Reproduce**
Follow README End User Instructions thro…
-
As per
https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/Blazegraph_failure_playbook ,
there are discussions about deleting the scholarly articles subgraph from the Wikidata Blazegraph in …
-
We are looking into using Blazegraph as the database backend of a nodejs based application, and we cannot figure out how to use transactions in such a setup. Here's what we think we know:
* Blazegr…
-
Blazegraph needs to be changed to image with GeoSparql enabled (swissartresearx/researchspace-blazegraph2.2.0-20160908-geo-support). Afterwards data needs to be re-ingested, including manually created…
-
### Setup
- MW version: 1.39.5
- DB (MySQL etc.): MySQL 8.0.17, blazegraph
- PHP version: 8.1.27 (apache2handler)
- SMW version: 4.1.3
- SRF version: 4.2.1
- Browsers and versions (if applicab…
-
I run the server with command :java -server -Xmx4g -jar blazegraph.jar。
then I run a Application in Eclipse,code is below:
public static void main(String[] args) throws Exception {
protected static…
-
Forwarding the keyset here:
https://github.com/blazegraph/database/blob/master/bigdata-core/bigdata-rdf/src/java/com/bigdata/bop/rdf/join/ChunkedMaterializationOp.java#L396
does not go over well w…
-
Hi,
There is a spec file: `src/resources/rpm/bigdata.spec`. Is that used to build the rpm? Where are the instructions to build an rpm?
The code source has bigdataHA to start bigdata (Blazegraph)…