- From: Tomasz Pluskiewicz via GitHub <sysbot+gh@w3.org>
- Date: Sun, 15 Apr 2018 18:23:56 +0000
- To: public-hydra-logs@w3.org
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