Re: How to avoid that collections "break" relationships (ISSUE-41)

On 06/13/2014 12:14 AM, Markus Lanthaler wrote:

> Sure. I just created a Wiki page summarizing the current state of affairs:
> 
>   https://www.w3.org/community/hydra/wiki/Collection_Design
> 
> Hope this helps. If not, please let me know.
I assume one can also use such collection this way?
{
  "@id": "/alice/friends",
  "@type": "Collection",
  "manages": {
    "property": "schema:knows",
    "subject": {
      "@id": "/alice",
      "schema:name": "Alice"
      "schema:image": "https://photos.example.me/saying-tofuuuu.png"
    }
  }
}

http://www.w3.org/TR/json-ld/#embedding

I don't argue that it has any advantages over getting data about
</alice> with separate request, just wondering if embedding also applies
here.

Received on Sunday, 15 June 2014 16:18:54 UTC