- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Fri, 26 Jun 2015 17:06:19 +0200
- To: Kingsley Idehen <kidehen@openlinksw.com>, public-socialweb-comments@w3.org
- Cc: Evan Prodromou <evan@e14n.com>
- Message-ID: <CAKaEYhLD5gO7D0hT6Ljq4ugNtM5Np3N7vgd9gO7-ztk+fAJbPA@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" > } > } > > FYI: switched to public-socialweb-comments@w3.org > > > [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 Friday, 26 June 2015 15:06:48 UTC