You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm modeling a dataset with biographical information of artists and using the Actor patterns as foundation.
My dataset also contains relationships between actors. For example:
Artist A 'was influenced by' Artist B
Artist A 'was influencer of' Artist C
Artist A 'was followed by' Artist D
Artist A 'was follower of' Artist E
Artist A 'was teacher of' Artist F
Artist A 'was pupil of' Artist G
I realize Linked Art does not aim to capture all possible relationships, and that this topic has been discussed before. But I was wondering: do you have a recommendation for modeling this information (e.g. using Linked Art, 'pure' CIDOC-CRM, or perhaps another ontology)?
Thank you.
The text was updated successfully, but these errors were encountered:
One would argue that 1. and 2. are the same relationship, just looking at it from a different direction. You would not want to search based on two properties, so better to stick to one property for both. The same applies to 3. and 4. And also to 5. and 6.
Having said that, the CRM allows modelling such relationships through events and activities. E.g. you need a record of an activity for the education of artist A and then link artist A and artist B to this activity as contributors in different roles.
Another example: the activity of painting of artist A was influenced by the activity of painting (or an artwork produced) by artist B.
Hi all,
I'm modeling a dataset with biographical information of artists and using the Actor patterns as foundation.
My dataset also contains relationships between actors. For example:
I realize Linked Art does not aim to capture all possible relationships, and that this topic has been discussed before. But I was wondering: do you have a recommendation for modeling this information (e.g. using Linked Art, 'pure' CIDOC-CRM, or perhaps another ontology)?
Thank you.
The text was updated successfully, but these errors were encountered: