I want to associate to a group of resources a common property, like for example, the creation date. I am aware of two techniques to do this:
- add a triple to each resource with the dc:date
- have the group of resources described within the same contextual graph, and then add a triple about the context.
but I'd like to know better. What are the best practices on this ?