Henry Story

Results 422 comments of Henry Story

>Another problem is that the WebID draft is just a draft. Well so is Solid-OIDC and most of the specs that are interesting. Usually when something is no longer a...

Note that you can not generalise WebID to DIDs, because `did` is a URI schema that does not encompass `http` or `https`. You will need to have the disjoint union...

> a DID or WebID yes, that is what I mean by [disjoint union](https://en.wikipedia.org/wiki/Disjoint_union).

Ok, I am all for you supporting DIDs. But supporting DID does not solve your mime type problem with WebID.

is `security:controller` the same as `did:controller` from the [did specification])(https://www.w3.org/TR/did-core/#dfn-did-controllers)? Is there an equivalent `security:subject`? Mhh: I see that the [did namespace document](https://www.w3.org/ns/did/v1) assigns "controller" to `` so they are...

Thanks @Fak3. I tried to parse an example [using the v3 context](https://github.com/w3c-ccg/security-vocab/blob/master/contexts/security-v3-unstable.jsonld) by serving it from the Solid Web Server I am writing: see [the two files here](https://github.com/co-operating-systems/Reactive-SoLiD/tree/master/test/ont). Using the...

I think the above problem has to do with the Jena parser. I tried [titanium json-ld](https://github.com/filip26/titanium-json-ld) listed on [json-ld.org](https://json-ld.org), and that actually worked. Using Ammonite on the command line: ```scala...

This can be closed, or tagged "FAQ" with a title changed to "having trouble with parser".

I think an argument may be just the one we came across recently in solid authorization: the dark mode may not render well (bug or other reason), and so it...

I am not a Json-LD specialist, so I don't know if the existing Json-LD structures can give the right answer. I leave that up the Wizards here to tell us...