simon
simon
fwiw, this post solved it for me https://stackoverflow.com/a/68602295
> It is not yet clear in my mind how exactly we would identify a local cache, the array would be used for something like that. [maybe by using ETags?](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching#validating_cached_responses_with_etags)
> @simonstey That might work in the HTTP setting, but wouldn't that be too restrictive for some IoT applications? There are some very different protocols in use there. @ajs6f true.....
this seems to be an [issue with gunicorn itself, which doesnt run on Windows ](https://stackoverflow.com/questions/62788628/modulenotfounderror-no-module-named-fcntl)
> This looks good. We probably would still need to invent some way to denote things like "all resources including this shape". Perhaps that could be an extension of an...
> EDIT: I think `owl:Restriction` approach suggested during one of past meetings could also allow to define group as 'all members which have specific `redirect_url`'. > https://github.com/solid/authorization-and-access-control-panel/blob/master/meetings/2019-10-09.md#tags-vs-token-embedding > > ```turtle...
a respective default layout could then look like this: ```erb ```
> The IM currently defines two failure sub-properties: remedy, consequence. \+ duty
IIRC, we adopted the use of SKOS as it was done by the CG prior to the WG.. I reckon the confusion/misunderstanding(?) stems from the fact that the SKOS primer...
Isn't `A isNotA B` equivalent to `A isNoneOf [B]` where `[B]` is a list of length 1?