soilwise-he / similarity-finder

a component which finds similarities in a set of statements about a resource
MIT License
0 stars 0 forks source link

universal identifier for metadata #5

Open pvgenuchten opened 1 month ago

pvgenuchten commented 1 month ago

platforms usually have a dedicated identifier and a universal identifier of a metadata record, in order to facilitate duplicities check we need to define a universal identifier for resources, so the triple store is able to link statements about this resources from different sources to each other:

The following workflow is suggested:

The source platform specific identifier is added in a dedicated metadata section, which indicates one of multiple sources of the record:

source:
   - catalogue: zenodo
     identifier: uax-345-tr3 # or https://zenodo.org/records/uax-345-tr3??
   - catalogue: openaire
     identifier: 3679334221

If platforms define an identifier for both a catalogue record as well as the resource itself. For now, the suggestion would be to use the catalogue record identifier, else the resource identifier, until this approach appears to be problematic.