ArtResearch / artresearch.net

ArtResearch ResearchSpace application hosted at https://artresearch.net
5 stars 1 forks source link

Flag different attribution artworks #277

Open MinadakisNikos opened 3 years ago

MinadakisNikos commented 3 years ago

If in vision two artworks have different attributions lousia suggested to include a flag (next to match artists) to denote it and display it in the platform

mafragias commented 3 years ago

I have created the field to denote that one attribution is different from another, this relationship is inversely proportional. The model is as shown below:

  $attr1 fr:is_different_attribution $attr2.
  $attr2 fr:is_different_attribution $attr1.

Let me know if you would like a different model.

The button in vision remains to be created by @AndreasMichelakis.

lklic commented 3 years ago

Can you clarify what this is supposed to do? If an artwork is marged, users will see the two different attributions.

I suppose the materializing these data we will be able to find them easier, so that could be helpful. However the materialization should happen at the time of clicking "same".

Perhaps we could reduce the number of clicks here by having two buttons for a matched artwork:

  1. Same artwork & Attribution
  2. Same artwork, Different Attribution

If it is the same artist, it will materialize sameAs relationships for the artist as well. If the attribution is different it can meterialize this FR. My only question is how are we going to use this data later on? Will institutions review disparate attributions? This seems unlikely to me.