Open annabelleee opened 6 years ago
Activity Model:
I sketched this out again with the crm properties made explicit in the google sheet issue 18
https://docs.google.com/spreadsheets/d/1EYk1yhhBNWrKbVB0jV_1j8NJ-Egi5zWha7QrVvYvw3s/edit?usp=sharing
I think the two representations are in agreement. One question I ran into it is what we will do about roles in activities? This seems like something we will have to address and bypassed in this model. It is awkward to represent in general because it is a property of a property but somehow we will have to tackle either on this branch or another.
Ha! I ran into the role vs technique question yesterday for Production.
The way we have done it is with part_of
to another Activity node with a different classified_as
.
So if there is a painted sculpture, then there's three production nodes -- the main one that represents everything, and then one for the painting part carried out by the painter, and one for the sculpting part, carried out by the sculptor. Those would be techniques, but "creator" vs "contributor" might be an example of technique-less roles.
Initial swing at Arches implementation of the Activity branch. A few notes:
Branch/Resource Model for Activity as discussed during May 2018 meetings. JSON pending.
Steps to completion (updated):