Project

General

Profile

Feature #1462

Updated by Alexander Watzinger over 2 years ago

Add a possibility to select a current owner location (a legal body, e.g. an institute or museum) to an artifact (e.g. a coin). 
 This is needed by the SHAHI project but might be useful for other projects as well. 

 Implementation: 
 * Model: Artifact (E22) -> has current owner (P52) -> Actor 
 * At insert/update artifact there is now a new select field "owned by" were an actor (person or group) can be selected. 

 To do: 
 * show owned artifacts tab at actor 
 * add buttons to artifacts tab to link or create artifacts from actor 
 * write tests 
 * update model graphic 
 * update documentation

Back