Arquisoft / viadeSpec

Viade Data Model Specification
https://arquisoft.github.io/viadeSpec/
MIT License
7 stars 1 forks source link

Suggestion for the data model specification #18

Open AnaGciaSchz opened 4 years ago

AnaGciaSchz commented 4 years ago

I think that it would be a good idea to add to that data model specification a list of friends with whom the user has shared that route.

The turtle triple could be something that links a WebId of a user with the WebId of the user with whom he wants to share the content:

<https://user.solid.community/profile/card#me> <https://schema.org/sharedContent> <https://otherUser.solid.community/profile/card#me>.
christianpe98 commented 4 years ago

Hi Ana!!! I think it would not be necessary because when you share a route with a user the route would have an ACL file associated with the permissions given to the user with whom it is shared (generally I think it would be READ), so the users with whom you share the path would already be registered.