Re: Federated/Distributed @mentions

Straw-man thought-experiment incoming-
 
> {
>   "@context": "http://www.w3.org/ns/activitystreams",
>   "@type": "Note",
>   "content": "This note mentions @[http://twitter.com/jasnell|jasnell]
> on twitter #[http://twitter.com/hashtag/socialwg|socialwg]"
> }

{
  "@context": "http://www.w3.org/ns/activitystreams",
  "@type": "Note",
  "content": "This note mentions <a href='http://twitter.com/jasnell' itemtype='urn:example:types:person'>@jasnell</a>
    on twitter <a href='http://twitter.com/hashtag/socialwg' itemtype='urn:example:types:folksonomy'>#socialwg</a>"
}

Received on Wednesday, 3 December 2014 18:21:01 UTC