-
## Source C code
```c
#include
union Data {
int p_p;
};
union Data data1 = { 100 };
int main() {
printf("Value at the start of main: %d\n", data1.p_p);
data1.p_p = 200;
pri…
-
```
_:1 "o".
```
the blank node identifier seems legal as https://www.w3.org/TR/n-triples/ says: "The characters _ and [0-9] may appear anywhere in a blank node label."
But inserting that in blazeg…
retog updated
3 months ago
-
I've bee trying various ways to load in a ~677 million triple .nt file with no luck. My last attempt was to use linux split to parse the files in 90k triples per file and run the DataLoader from comma…
-
This big ol' query (works in Fuseki) fails in every mode of namespace I could create.
Below is the error message for the default **namespace/kb**
```
PREFIX rdf:
PREFIX owl:
PREFIX rdfs:
…
-
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)…
-
Añadir analisis BigData de los resultados
-
Thank you for watching this, It's seems missing a jar file, I want to know what's the name of jar file and where to put it in.
```
-----------------------------------------------------------------…
-
I try to import some triple into the Blazegraph data base, whereas all triple w/o data type get loaded.
But triples having e.g. ^^xsd:date format get not loaded?!
Does anyone know how to deal wi…
-
## Problem:
The architecture of TiBigData as it currently exists is designed specifically for running in an IDC-based infrastructure, where everything runs on a flat network. However, this is n…
-
When accessing BigData in Google's cloud, I have to wait seconds for anything I type in to actually show up. Loading isn't the fastest but probably not broken.
I don't have any more information but…