Re: schema:Bookmark ?

On 09/17/2014 05:08 PM, martin.hepp@ebusiness-unibw.org wrote:
> 
> On 15 Sep 2014, at 17:59, Jason Douglas <jasondouglas@google.com> wrote:
> 
>> Why is a BookmarkAction directly on a WebPage insufficient?  What properties would Bookmark add?
> 
> My initial thinking was that a new schema:Bookmark element could be used for bookmark interoperability between applications and services (e.g. exporting / importing / syncing bookmarks). Then, BookmarkAction would not be the right thing. Maybe ItemList + WebPage can do the trick.
How about

{
  "@type": "BookmakrAction",
  "object: {
    "@type": "WebPage",
    "@id": "http://example.net/"
  },
  "result": {
    "@type": "Bookmark",
  }
}

Received on Wednesday, 17 September 2014 17:07:20 UTC