Adrian Gschwend
Adrian Gschwend
The `rdf_grep` (or `tgrep` for triple grep?) idea is tempting, I like the idea of not bloating serdi. Streaming is essential for the datasets I use it for. For grepping...
Excellent, I will give it a try thanks! The SPARQL approach makes a lot of sense to me.
Ok great, please let me know if we can contribute in any way.
@lklic it's WIP, we just had a call with the RAWgraphs team last week. First version should show up soon.
That could be nice, we use schema.org heavily for representing organizations in the Swiss government and so far we use `schema:alternateName` for the abbreviation it has, see for example https://register.ld.admin.ch/staatskalender/organization/10000026
@jimsmart this is done in the RDFJS community group. See the [github org](https://github.com/rdfjs), all is linked there
The nice thing about SPARQL is that we can use any HTTP caching service for it in front. As long as you send the same SPARQL query (as in the...
@LaurensRietveld we at Zazuko sponsor the development with a large sum and part of the idea is that we can use that within Yasgui. In other words happy to bridge...
There is no consensus yet but it's one of the topics discussed in the SPARQL 1.2 CWG: https://github.com/w3c/sparql-12/issues/40 Pretty much all implementations I've seen so far are using Lucene but...
What's the planned approach here, doing it via SPARQL in the background? I've tested several SHACL implementations and it looks like most of them do some in-memory validation, which might...