Martynas Jusevičius
Martynas Jusevičius
Any ETA for this?
Duplicate of #2161 ?
Hi @tomdw , I'm curious about Fuseki in Kubernetes :) Are you using Fuseki with High availability (RDF delta)? https://afs.github.io/rdf-delta/ha-system.html Martynas On Fri, Oct 20, 2023 at 4:06 PM Tom...
Support for the `q` flag in `regex` would be useful https://www.w3.org/TR/xpath-functions-31/#flags
I guess it should be a separate issue, but `q` addresses the use case where the string is passed as-is and the client does not have to do any escaping....
@afs so you agree it's a good idea? Afaik `riot` returns non-zero on failure, so this would be an alignment. Is it around here it should happen? https://github.com/apache/jena/blob/main/jena-cmds/src/main/java/shacl/shacl_validate.java#L60
Are you familiar with the WWW architecture principle of [orthogonal specifications](https://www.w3.org/TR/webarch/#orthogonal-specs)? RDF syntaxes, among other things, are clearly orthogonal to the Solid's core specification. So why are you trying so...
@Tpt any comments?
@Tpt I personally think `Dataset` and `Graph` would be the best names that align with both RDFLib and the RDF spec. I see them as abstract interfaces that should not...
In Jena, this is the `Graph`-like `Model` implementation which implements the higher-level resource/property API using lower-level triples: https://github.com/apache/jena/blob/main/jena-core/src/main/java/org/apache/jena/rdf/model/impl/ModelCom.java https://github.com/apache/jena/blob/main/jena-core/src/main/java/org/apache/jena/rdf/model/impl/ResourceImpl.java And this is a dataset "base class for pure quad-centric storage":...