- From: Karol Szczepański via GitHub <sysbot+gh@w3.org>
- Date: Wed, 18 Mar 2020 20:05:46 +0000
- To: public-hydra-logs@w3.org
Ok, I gave it some more thoughs. In general, everything looks promising, but as usual, I've tried to crash-test the idea and here are some of my findings. Consider example: ```http GET /api/people?search=term </api/people> a hydra:Collection ; api:newPerson api:SubResourceTemplate . ``` What is a _parent_ here? Another example, a bit more ephemeral: ```http GET /api/people/john/knows <some:resource> <some:relation> </api/people/john/knows> . ``` In this case, _parent_ resource does not exist as a subject of the relation (i.e. RDF store does not contain any members of this collection), still it is in a relation with some resource and server decided to push that statement. -- GitHub Notification of comment by alien-mcl Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/208#issuecomment-600833200 using your GitHub account
Received on Wednesday, 18 March 2020 20:05:48 UTC