vote up 4 vote down
star

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:

  1. add a triple to each resource with the dc:date
  2. 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 ?

flag

2 Answers

vote up 1 vote down

For 2, you could also consider the use of ORE Aggregations: http://www.openarchives.org/ore/

However, this doesn't answer question 1 at all, as you would only be associating the property with the set of resources, not each individual resource within that set.

To my knowledge, this is a very un-RDF concept. Is there a reason for not simply adding the property to each entry in the set?

link|flag
vote up 0 vote down

A third way is to use POWDER which was created specifically for that.

For doing 2. you should take a look at the work of the DCMI Collection Description Community. For example you could attach cld:dateItemsCreated to a collection. I'm not sure if they say anything about inferring properties of items from properties of a collection though.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.