Gunnar Aastrand Grimnes
Gunnar Aastrand Grimnes
> On the other hand, as far as I could see, the ConjunctiveGraph does not have this notion; if I fix a context, what I get is a set of...
@uholzer : Mixing and matching graphs from different stores into one DataSet would be nice, but is awkward to implement, at least if you want efficient queries. I must admit...
I collected my thoughts on the dataset vs conjunctive graph in another ticket (#307) The biggest problem I see is that the dataset has no way of persisting the list...
> I am not sure what you mean. [...]The dataset maintains a name->graph > table which has to updated if such > a new graph comes into the picture, so...
Do we have an update on this after I merged #309? In https://github.com/RDFLib/rdflib/commit/6c026d0922a392efdc1434122c081a383d9c415f#L0R1597 I added a small fix for DataSet, in the future I plan to fix up the Parser...
Am I right in assuming that the only bit missing of this is that if you parse some context-aware rdf format into a dataset, and your input file contains several...
There is no way to do it currently, but it would be easy enough to add. In most cases, the underlying store WILL be context_aware, since most of our stores...
yeah, I've not really been maintaining this.... also the file format spec is outdated: https://github.com/ephtracy/voxel-model/blob/master/MagicaVoxel-file-format-vox.txt I've asked if we can have an update: https://twitter.com/gromgull/status/1767634680323428679
Ah seems @midstreeeam has a more updated version here: https://github.com/midstreeeam/MidVoxIO
https://github.com/midstreeeam/MidVoxIO/issues/3