-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added hydra:memberTemplate #158
Conversation
… discussed separately to terms created for issue HydraCG#41
Review status: 0 of 2 files reviewed at latest revision, 2 unresolved discussions. spec/latest/core/core.jsonld, line 46 at r1 (raw file):
This can be simplified to just spec/latest/core/core.jsonld, line 394 at r1 (raw file):
Nit: Something like "A IRI template to directly access collection members." might be slightly clearer Comments from Reviewable |
Review status: 0 of 2 files reviewed at latest revision, 2 unresolved discussions. spec/latest/core/core.jsonld, line 46 at r1 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/core.jsonld, line 394 at r1 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. Comments from Reviewable |
Review status: 0 of 2 files reviewed at latest revision, 13 unresolved discussions. spec/latest/core/core.jsonld, line 392 at r2 (raw file):
This should be a spec/latest/core/index.html, line 861 at r2 (raw file):
member's -> member spec/latest/core/index.html, line 863 at r2 (raw file):
to collection's -> to a collection's spec/latest/core/index.html, line 864 at r2 (raw file):
by the client -> to the client spec/latest/core/index.html, line 865 at r2 (raw file):
--> This URL may then be used to either retrieve a member's details or to update it. I would drop the "i.e. as a result of some batch processing" as I find it confusing and it doesn't add much. spec/latest/core/index.html, line 867 at r2 (raw file):
Hydra provides the memberTemplate property to describe the URL structure of collection members with an IriTemplate. spec/latest/core/index.html, line 871 at r2 (raw file):
it's --> its I would also drop the "member link." at the end (including the dot as elsewhere). spec/latest/core/index.html, line 879 at r2 (raw file):
If it is a subset it needs to be a partial collection. I'd just update the comment and keep it a Collection spec/latest/core/index.html, line 883 at r2 (raw file):
Please use spec/latest/core/index.html, line 888 at r2 (raw file):
spec/latest/core/index.html, line 894 at r2 (raw file):
--> spec/latest/core/index.html, line 896 at r2 (raw file):
Please indent using spaces as the rest of the document instead of tabs spec/latest/core/index.html, line 904 at r2 (raw file):
the API describes how to directly access a member of the Comments from Reviewable |
Review status: 0 of 2 files reviewed at latest revision, 13 unresolved discussions. spec/latest/core/core.jsonld, line 392 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 861 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 863 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 864 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 865 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 867 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 871 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 879 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 883 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 888 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 894 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 896 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 904 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. Comments from Reviewable |
thanks! I will merge this right after you applied the two remaining changes Review status: 0 of 2 files reviewed at latest revision, 2 unresolved discussions. spec/latest/core/index.html, line 867 at r2 (raw file): Previously, alien-mcl (Karol Szczepański) wrote…
The "the" before memberTemplate is missing spec/latest/core/index.html, line 896 at r2 (raw file): Previously, alien-mcl (Karol Szczepański) wrote…
There are still tabs left both below and above Comments from Reviewable |
Hm, I'd actually hold this one off if we're possibly going to actually merge #154 (Actions with explicit target) , which would make Review status: 0 of 2 files reviewed at latest revision, 2 unresolved discussions. Comments from Reviewable |
Despite taking actions into the spec or not, I think we'll still need something that strengthens connection between the collection and the template so it is not a mere generic action. Review status: 0 of 2 files reviewed at latest revision, 2 unresolved discussions. Comments from Reviewable |
Isn't that where the action's type comes in? As proposed, schema:DiscoverAction could be a good existing fit. If not we could expand the actions and not keep adding more and more predicates Review status: 0 of 2 files reviewed at latest revision, 2 unresolved discussions. Comments from Reviewable |
Good point Reviewed 2 of 2 files at r3. Comments from Reviewable |
Review status: all files reviewed at latest revision, 2 unresolved discussions. spec/latest/core/index.html, line 867 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Done. spec/latest/core/index.html, line 896 at r2 (raw file): Previously, lanthaler (Markus Lanthaler) wrote…
Ehh, IDEs. Maybe we should introduce Comments from Reviewable |
Reviewed 1 of 1 files at r4. Comments from Reviewable |
Thanks Karol. This would be ready to merge, but we agreed to hold off till we resolved #154. Review status: all files reviewed at latest revision, all discussions resolved, all commit checks successful. Comments from Reviewable |
This feature has never made it to the spec. |
This pull request adds a hydra:memberTemplate discussed in #16 predicate to the vocabulary with a piece of documentation to the spec.
This change is