Add rights and copyrights to resource - #506
Conversation
There was a problem hiding this comment.
Hi @dennis-ruhe-npo , thank you for your merge request. The Editorial Committee has discussed the issue and proposes a slightly different solution to your problem:
The class Picture will become a subclass of MediaResource. This allows Picture to link via instantiates to an EditorialObject and to Rights and Copyrights from there.
This retains to the principle that Rights are associated to EditorialObjects, no matter what physical representation as Resource it has.
The changes will be applied once the current restructuring of language packs is completed.
See #510
|
Thank you @dennis-ruhe-npo At the moment, The real modeling question seems to be how Several alternatives were discussed, including a more specific modeling of Thank you again for the contribution and for documenting the use case. |
|
As agreed in the Editorial Committee, we can introduce a GraphicalObject (or similar class) to represent the editorial/content side of a picture. Adding ec:hasRights and ec:hasCopyright directly to ec:Resource is not the preferred solution, because it broadens rights modeling to the whole Resource hierarchy rather than addressing the specific Picture use case. This should therefore be handled through the structural approach discussed for GraphicalObject, not by extending ec:Resource directly. |
Adds
ec:hasRightsandec:hasCopyrighttoec:ResourceWe require
ec:hasCopyrighton ourec:Picturesubjects. Adding them onec:Resourceseemed appropriate.