Re: [Specifications] managing @id and/or @base for newly created resources / named graphs

About the `@graph` you mean to have the client for example `POST`s multiple new resources to a collection?

```
POST /collection HTTP/1.1 

[
  {
    "@id": "/collection/new-member-1",
    "name": "New member 1"
  },
  {
    "@id": "/collection/new-member-1",
    "name": "New member 2"
  }
]
```

How does the `@base` fit here? How is it important?

-- 
GitHub Notification of comment by tpluscode
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/162#issuecomment-381427036 using your GitHub account

Received on Sunday, 15 April 2018 18:23:59 UTC