idn-au / catalogue-data

Creative Commons Attribution 4.0 International
0 stars 1 forks source link

How best to include DOIs/PIDs to publications derived from a dataset #5

Closed ssilcot closed 1 year ago

ssilcot commented 1 year ago

These publications were derived from research using the KHRD database:

SS to confirm it is appropriate to add this to the catalog entry as per DCAT2 spec (https://www.w3.org/TR/vocab-dcat-2/#examples-dataset-publication):

dct:isReferencedBy <https://doi.org/10.4225/03/5a9779c80f529>; dct:isReferencedBy <http://doi.org/10.1007/s12546-020-09253-x>;

Check that CatPrez will appropriately render this relationship (does not need to resolve/fetch anything).

nicholascar commented 1 year ago

In general we wouldn't expect to capture outbound references from catalogues items to things derived from them, but the other way around. So, using dct:reference as the inverse of dct:isReferencedBy, catalogue entries for the publications could include:

<https://doi.org/10.4225/03/5a9779c80f529> dct:references <https://data.idnau.org/pid/KHRD> .
<http://doi.org/10.1007/s12546-020-09253-x> dct:references <https://data.idnau.org/pid/KHRD> .

So we would only store this info if we were recording the publications in a catalogue somewhere.