-
@eefahy notes the following requirements:
A test script should:
- [x] check if the `test` namespace exists
- [x] if it does, delete it and all objects within it
- [x] (re)create test namespace…
-
Just putting a stake in the ground to acknowledge that the TKG is anticipated to be a common "graph data" resource which may be persisted in many complementary ways and accessed with similar diversity…
-
In order to support the joint pipeline with GOA, we want to create a high-frequency high-success pipeline that produces all of the data products that GOA needs to complete their parts of the pipeline.…
kltm updated
3 months ago
-
There are quite a few inconsistencies in the RDF store: http://yasgui.org/short/HJjHiP1Az
The inferences produced for these models can be quite misleading, so I think we should prevent inferred gra…
-
### Descriptive summary
When a work is saved the solr document is reindexed as a blocking process. We initially broke the reindex into two steps, the blocking part for all metadata that is readily av…
-
I'm using Blazegraph 2.1.5 and I'd like to perform full text search using service.
Considering the following triple
```
rdfs:label "Available" .
```
I do the query
```
prefix bds:
sele…
-
Motivation: RDF reification is considered unpractical and is barely used, partially because it's verbose, partially, because it permits infinite recursion and is just too powerful. Existing RDF vocabu…
-
into-the-graph fail querying Wikidata endpoint due to the `GRAPH ?graph {` part, not supported in Blazegraph triple mode.
See https://query.wikidata.org/sparql
```
PREFIX rdf:
PREFIX rdfs:
SE…
-
Paragraph [11.4 Aggregate Projection Restrictions](https://www.w3.org/TR/sparql12-query/#aggregateRestrictions) states that only expressions consisting of aggregates and constants may be projected, wi…
-
Hi,
we're using Blazegraph as a backend. Our frontend component (among others) triggers loads via LOAD INTO GRAPH statements.
After resolving initial timeout issues with the load balancer, we …