Adrian Gschwend
Adrian Gschwend
At least for Stardog this seems to be the case. @semanticfire could you investigate that and propose what we could do?
## Talk Title Semantically Enhancing OLAP Cubes: Integrating SPARQL and SQL for Next-Generation Data Publication & Business Intelligence ## Session Overview In an era where data is not just an...
N3
I knew N3 is used as a rule language but I only had a look at stuff like SWRL, RIF & Datalog so far. So I thought can't be that...
# Ideas Some of these things might already exist or did exist in an older version of barnard59. Some might never happen. - [ ] #85 - [x] #93 -...
We implemented unzip an step for example [here](https://github.com/zazuko/blv-tierseuchen-ld/blob/master/lib/zip.js). This should become part of a package, maybe a generic `barnard59-compression` or something alike.
https://github.com/zazuko/barnard59-formats/blob/bdf728b99f9763261920aa025d6612f3f20c95e4/csvw.js#L13 Issue first appeared in https://github.com/rdf-ext/rdf-parser-csvw/issues/28, closing there.
In case something goes wrong or the pipeline itself contains logical errors, it is very hard to figure out what is going on. It should be possible to * get...
In some cases we need to do updates with SPARQL UPDATE as part of a pipeline. Right now this cannot be done in the pipeline itself.
Sometimes source data is messy and we don't get proper keys for all the entries we want to/have to process. This is especially true for data coming from Excel files...
I've seen so far the following types of configs: - One mapping file for a CSV: CSV Filename can be provided in the mapping file - Two or more mapping...