I think this is usually handled by acknowledging the donation event, for example:
_:e1 a :GivingEvent;
:recipient :john;
:actor :me;
:object [a dbpedia:Book; dc:title "foo"];
:count 1.
which will also allow you to tell when the distribution took place, who else was there, etc.
So, is there already a set of RDF predicates defined in some namespace for this purpose?
I do not know any, sorry.
source
share