swiss-art-research-net / rdmi

Reference Data Model Implementation
2 stars 0 forks source link

External identifiers (e.g. gnd, wd) #49

Open ncarboni opened 4 years ago

ncarboni commented 4 years ago

Currently the external identifiers (e.g. https://www.wikidata.org/wiki/Q124151) are recorded as E42 identifiers and their value is embedded in the URI of the E42. We need to chage and give it a proper structure.

Several options were analysed, specifically:

The use of "L54 is same-as" is the one that appear to be the correct one and it does leave several degree of freedom without renouncing to CRM.

The mapping of external identifier should then follow the below schema:

38134b0d-445d-463a-9f2d-098640d41ded

Example:

<https://resource.swissartresearch.net/person/68BB1C99-3C70-4873-BF46-912138444268> a crm:E21_Person ;
    crmdig:L54_same_as <https://www.wikidata.org/wiki/Q103586> .

<https://resource.swissartresearch.net/event/68BB1C99-3C70-4873-BF46-912138444268> a crm:E13_Attribute_assignment ;
    crm:P14_carried_out_by <https://resource.swissartresearch.net/group/wikidata> ;
    crm:P140_assigned_attribute_to <https://www.wikidata.org/wiki/Q103586> .

On purpose we do not specify what class https://www.wikidata.org/wiki/Q103586 belongs to.

From a quick check this need to be changed in

ncarboni commented 4 years ago

No solution has been achieved by other modelling group. I would suggest to proceed with this solution. To check with smartUP

ymark commented 4 years ago

The "L54 is same-as" solution has been adopted for the external identifiers of places. We've made the following modifications (because of technical limitations):

We've made the appropriate updates in RDS platform fields as well.

We've re-transformed and uploaded (some) places in the platform.

ncarboni commented 4 years ago

@ymark to double check