Re: [Specifications] Relative Template URIs (#208)

To illustrate my point, consider an entrypoint resource which offers shortcut links to collections I mention in the issue description

```http
GET /api/home

</api/home> hydra:collection </people/>, </events/> .

</people/>
  a hydra:Collection ;
  api:newPerson api:SubResourceTemplate .

</events/>
  a hydra:Collection ;
  api:newEvent api:SubResourceTemplate .
```

The two collection resources "arrived" with the representation of `/api/home` and their templates will be resolved against their respective identifiers. The subjects become the base URI

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

Received on Tuesday, 31 March 2020 18:34:45 UTC