Greg Hanson
Greg Hanson
## raptor I haven't used this one before. I've primarily been using Apache Jena riot CLI since I also wanted the ability to generate inferences (did I see you commenting...
## progress bars > only problem with that is that a user just entering the tool name and nothing else will seemingly be stuck as it is waiting for stdin...
## sophia vs oxRDF Do you know some of the history between these two libraries? I thought I saw sophia was a fork of the original rio libraries and I...
something else that came up as part of the upstream oxigraph PR, Tpt raised a point [here](https://github.com/oxigraph/oxigraph/pull/1211#issuecomment-2717922209) > This way your implementation does not depend on the oxigraph crate at...
> In my opinion the ideal state would be that CLIs such as the oxigraph CLI and the Sophia "sop" CLI could convert to and from HDT but the functionality...
> If I understand this correctly, this is a separate issue from rdf2hdt and would be a new small-sized single file/module hdt::HdtDataset that enables read-only SPARQL querying on top of...
> @GregHanson: Is this by chance relevant to your use cases? Not high my list currently > Yesterday I tested again with huge (~300MB) graphs which load quite well but...
> Just return the IDs approach nr. 2 I have thought about this one myself with regards to oxigraph's `QueryableDataset` implementation - since the [InternalTerm](https://github.com/KonradHoeffner/hdt/blob/main/src/sparql.rs#L46) could be an int of...
Sorry for the delay @KonradHoeffner, holiday in the US last week. Delays on our end regarding the approval process. In the meantime, I'm trying to see if I can just...
@KonradHoeffner I have a working version of HDT integrated into oxigraph's CLI - which provides access to `query` and `serve-read-only` subcommands: https://github.com/oxigraph/oxigraph/pull/1437 If you read the comments, it works for...