- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Tue, 21 Jul 2015 14:12:18 +0200
- To: Kingsley Idehen <kidehen@openlinksw.com>
- Cc: Evan Prodromou <evan@e14n.com>, "public-socialweb@w3.org" <public-socialweb@w3.org>
- Message-ID: <CAKaEYhJG1o5Oqocu2xqySODzJDK02Qney0VGMJbiLA6hkrq4eA@mail.gmail.com>
On 26 June 2015 at 14:25, Kingsley Idehen <kidehen@openlinksw.com> wrote: > On 6/26/15 7:37 AM, Melvin Carvalho wrote: > > So when you GET https://evanprodromou.example/profile the response would > be something like: > > { > "@context": "http://www.w3.org/ns/activitystreams" <http://www.w3.org/ns/activitystreams>, > "@type": "Person", > "@id": "https://evanprodromou.example/", > "displayName": "Evan Prodromou", > "alias": "eprodrom", > "summary": "Founder of Fuzzy.io. Past founder of Wikitravel and StatusNet. Founding CTO of Breather.", "icon": { > "@type": "Image", > "url": "https://evanprodromou.example/avatar.png", > "width": 128, > "height": 128 > }, > "url": { > "@type": "Link", > "href": "https://evanprodromou.example/" <https://evanprodromou.example/>, > "mediaType": "text/html" > }, "location": { > "@type": "Place", > "displayName": "Montreal, Quebec, Canada" > } > } > > > All, > > What about the following? Basically, using "/" as the indexical [1]. > > { > "@context": "http://www.w3.org/ns/activitystreams" <http://www.w3.org/ns/activitystreams>, > "@type": "Person", > "@id": " <https://evanprodromou.example/>https://evanprodromou.example/profile/ <https://evanprodromou.example/>", > "displayName": "Evan Prodromou", > "alias": "eprodrom", > "summary": "Founder of Fuzzy.io. Past founder of Wikitravel and StatusNet. Founding CTO of Breather.", "icon": { > "@type": "Image", > "url": "https://evanprodromou.example/avatar.png", > "width": 128, > "height": 128 > }, > "url": { > "@type": "Link", > "href": "https://evanprodromou.example/profile.html" <https://evanprodromou.example/>, > "mediaType": "text/html" > }, "location": { > "@type": "Place", > "displayName": "Montreal, Quebec, Canada" > } > } > > > OR > > Where "#i" is the indexical? > > { > "@context": "http://www.w3.org/ns/activitystreams" <http://www.w3.org/ns/activitystreams>, > "@type": "Person", > "@id": " <https://evanprodromou.example/>https://evanprodromou.example/profile#i <https://evanprodromou.example/>", > "displayName": "Evan Prodromou", > "alias": "eprodrom", > "summary": "Founder of Fuzzy.io. Past founder of Wikitravel and StatusNet. Founding CTO of Breather.", "icon": { > "@type": "Image", > "url": "https://evanprodromou.example/avatar.png", > "width": 128, > "height": 128 > }, > "url": { > "@type": "Link", > "href": "https://evanprodromou.example/profile.html" <https://evanprodromou.example/>, > "mediaType": "text/html" > }, "location": { > "@type": "Place", > "displayName": "Montreal, Quebec, Canada" > } > } > > > OR > > Where "#me" is the indexical, a pattern already used in IndieWeb realm? > > { > "@context": "http://www.w3.org/ns/activitystreams" <http://www.w3.org/ns/activitystreams>, > "@type": "Person", > "@id": " <https://evanprodromou.example/>https://evanprodromou.example/profile.html#me <https://evanprodromou.example/>", > "displayName": "Evan Prodromou", > "alias": "eprodrom", > "summary": "Founder of Fuzzy.io. Past founder of Wikitravel and StatusNet. Founding CTO of Breather.", "icon": { > "@type": "Image", > "url": "https://evanprodromou.example/avatar.png", > "width": 128, > "height": 128 > }, > "url": { > "@type": "Link", > "href": "https://evanprodromou.example/profile.html" <https://evanprodromou.example/>, > "mediaType": "text/html" > }, "location": { > "@type": "Place", > "displayName": "Montreal, Quebec, Canada" > } > } > > OK, so it appears that pretty much no one in the indie web community really cares about indexicals, at this point. They will only become valuable in future, perhaps after this WG has finished. What is valuable today is for *other* communities that wish to bootstrap indieweb tooling may care about indexicals. It the absence of any consensus (or even opinion) I propose using #this as the commonly accepted indexical for a primary topic. I think that's what most of us are doing anyway. > > > > [1] https://en.wikipedia.org/wiki/Indexicality > > -- > Regards, > > Kingsley Idehen > Founder & CEO > OpenLink Software > Company Web: http://www.openlinksw.com > Personal Weblog 1: http://kidehen.blogspot.com > Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen > Twitter Profile: https://twitter.com/kidehen > Google+ Profile: https://plus.google.com/+KingsleyIdehen/about > LinkedIn Profile: http://www.linkedin.com/in/kidehen > Personal WebID: http://kingsley.idehen.net/dataspace/person/kidehen#this > >
Received on Tuesday, 21 July 2015 12:12:47 UTC