Alain Bourgeois
Alain Bourgeois
test to be added to the PR #518
`UpdateManager` is what your looking for https://linkeddata.github.io/rdflib.js/Documentation/webapp-intro.html
@RinkeHoekstra CI fails. If I only add your first commit https://github.com/linkeddata/rdflib.js/pull/558/commits/e0d332e0cb53207bbb0879626b6dc1f19e4b1b3f it does not fail locally I think you should only keep this one and make other PR for your...
> So either rdflib needs to be adjusted to output RDF/JS-compatible Notation3 subjects (which is what N3.js does), or the `isSubject` check needs to be adjusted when working with Notation3....
@timbl does seem a good idea.
To be checked in node-solid-server and solid-rest
Agreed. The issue may be in JSON-LD parser and not in turtle serializer.
@jeff-zucker @RubenVerborgh Some specifications are the result of existing specifications and implementations depending on maturing ideas and server implementations. Here the problem has I see it is that : -...
I do not understand why `createAclFromFallbackAcl` do not filter out acl:default predicate when creating a non container ACL. Anyhow can `under certain circumstances` be more explicit or at least have...
> It probably doesn't know whether it's creating an ACL for a document or a container without making a network request first. This is not possible the acl:accessTo object points...