Re: [Specifications] Adding already existing resources as collection members

> I'm sorry, but I don't really understand what this means. Can you please elaborate?

To put it the simples:
1) given existing instance of `rdf:Property`, for example `sor:likes`
2) i want to relate two resources using that property, for example `</users/elfpavlik> sor:likes </videos/144522067>
3) I do NOT want to define any action (an instance of `rdf:Class`) `foo:Like` and just rely on that already existing instance of `rdf:Property` - `sor:likes`

If we have collections with `hydra:manages` block as describes in [Hydra Collection Design](https://www.w3.org/community/hydra/wiki/Collection_Design). The `hydra:manages` block relies on an instance of `rdf:Propery`. Possibly if such collection with `hydra:manages` advertises `schema:AddAction` we could define it as adding a triple based on that `hydra:manages` block and wouldn't need to repeat such *triple pattern* it in the operation.

-- 
GitHub Notification of comment by elf-pavlik
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/134#issuecomment-336581757 using your GitHub account

Received on Friday, 13 October 2017 22:25:27 UTC