ArtResearch / artresearch.net

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

Incorrect usage of P24i_changed_ownership_through #520

Open aindlq opened 7 months ago

aindlq commented 7 months ago

Incorrect usage of P24i_changed_ownership_through, in Frick it points from Photo to entities that are typed E55/E39.

Range of P24i is E8_Acquisition so E55/E39 are not appropriate. Also entity can't be typed as E55/E39 at the same time. E.g https://artresearch.net/resource/frick/type/0919ADA8-D26C-3E62-A505-66B2463AFADE "Gift Maynard Walker ex director Walker Gallery closed May 1967"

Needs proper investigation, but looks like that entity can be simply typed as E8_Acquisition.

PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT DISTINCT ?p {
 ?actor a crm:E39_Actor .
 ?s <http://www.cidoc-crm.org/cidoc-crm/P24i_changed_ownership_through> ?actor .
 ?ss ?p ?actor .
} 

gives:

1   [ P02 has range](http://www.cidoc-crm.org/cidoc-crm/P02_has_range)
2   [ P14 carried out by](http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by)
3   [ P2 has type](http://www.cidoc-crm.org/cidoc-crm/P2_has_type)
4   [ P22 transferred title from](http://www.cidoc-crm.org/cidoc-crm/P22_transferred_title_from)
5   [ P23 transferred title from](http://www.cidoc-crm.org/cidoc-crm/P23_transferred_title_from)
6   [ P24i changed ownership through](http://www.cidoc-crm.org/cidoc-crm/P24i_changed_ownership_through)
7   [ P50 has current keeper](http://www.cidoc-crm.org/cidoc-crm/P50_has_current_keeper)
8   [ P55 has current location](http://www.cidoc-crm.org/cidoc-crm/P55_has_current_location)
9   [ Photo created by Photographer](https://artresearch.net/resource/custom/fr/Photo_created_by_Photographer)
10  [ Photo kept by Institution](https://artresearch.net/resource/custom/fr/Photo_kept_by_Institution)
11  [ Work kept by Institution](https://artresearch.net/resource/custom/fr/Work_kept_by_Institution)
12  [ Photo created by Photographer](https://artresearch.net/resource/fr/Photo_created_by_Photographer)
13  [ Photo kept by Institution](https://artresearch.net/resource/fr/Photo_kept_by_Institution)

So E39 are used as places, types and events. Which is confusing.