- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Tue, 25 Jan 2022 13:18:59 -0500
- To: public-webid@w3.org
- Message-ID: <3799717c-9331-b678-672e-eb40d24e9e7f@openlinksw.com>
On 1/25/22 10:58 AM, Melvin Carvalho wrote: > Someone asked me out of band if this tiny example would work as a WebID: > > { > "@id": "<webid>", > "@type": Agent, > "name": "whatever", > "public_keys": [a,b,c] > } > > While not perfect, its seems not far off at all. > > Imagine if WebID were that simple. You could use it today, already > with the public keys it will handle auth, and extensible to many other > things. Hi Melvin, WebID and WebID-Profile document are indistinguishable i.e., they are conflated in your opening sentence. A WebID is one thing. A WebID-Profile Document is another. Speaking about them ambiguously leads to confusion. If I where writing that message I would have said: Someone asked me out of band if this tiny JSON snippet would work as a *WebID-Profile*: { "@id": "<webid>", "@type": Agent, "name": "whatever", "public_keys": [a,b,c] } Answer: It would work if it was constructed using valid JSON, rather than a mix of JSON and JSON-LD. Structure Template Revision: { "id": "<resolvable-identifier-that-denotes-this-agent>", "type": "<resolvable-identifier-that-denotes-an-agent-class-in-some-vocab>", "name": "<literal label of this profile doc>", "public_keys": [<list-of-public-keys>] } That will work absolutely fine, without any confusion arising from form and function, since that's just an Entity Relationship Graph encoded using JSON. Try it :) -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Home Page:http://www.openlinksw.com Community Support:https://community.openlinksw.com Weblogs (Blogs): Company Blog:https://medium.com/openlink-software-blog Virtuoso Blog:https://medium.com/virtuoso-blog Data Access Drivers Blog:https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers Personal Weblogs (Blogs): Medium Blog:https://medium.com/@kidehen Legacy Blogs:http://www.openlinksw.com/blog/~kidehen/ http://kidehen.blogspot.com Profile Pages: Pinterest:https://www.pinterest.com/kidehen/ Quora:https://www.quora.com/profile/Kingsley-Uyi-Idehen Twitter:https://twitter.com/kidehen Google+:https://plus.google.com/+KingsleyIdehen/about LinkedIn:http://www.linkedin.com/in/kidehen Web Identities (WebID): Personal:http://kingsley.idehen.net/public_home/kidehen/profile.ttl#i :http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Tuesday, 25 January 2022 18:19:15 UTC