Project

General

Profile

Feature #2597

Updated by Alexander Watzinger 3 months ago

Like discussed we will import existing data from Pious Travels to the MoByz project. 

 *Update* 
 This is the mapping of existing data to OpenAtlas/CIDOC CRM: 

 * *id* -> is just seems to be a sequential id and can be dropped 
 * *created* -> not question if needed will be dropped 
 because we have id_string as unique identifier  
 * *site* -> *Historical Place* (Place E53) 
 * *placement* -> *Place* (Physical thing E18) 
 ** link to site: E18 -> P53 -> E53 -> P89 -> E53 

 *Sources* 
 Entries with just '***' can be ignored 
 * *id_string* -> title of a *Source* (E33 Linguistic object) 
 * *commentary* -> content of a *Source* (E33 Linguistic object) 
 * *source* -> added to content of a *Source* (E33 Linguistic object) 
 * *transcription* -> *Source translation* (E33 Linguistic Object) 
 ** link to *Source*: E33 -> P73 -> E33 with *Type* (P2 -> E55) Original text  
 * *transcription_corrected* -> *Source translation* (E33 Linguistic Object) 
 ** link to *Source*: E33 -> P73 -> E33 with *Type* (P2 -> E55) Original text corrected  
 * *translation* -> *Source translation* (E33 Linguistic Object) 
 ** link to *Source*: E33 -> P73 -> E33 with *Type* (P2 -> E55) Translation 
 * *transcription_simplified* -> *Source translation* (E33 Linguistic Object) 
 ** link to *Source*: E33 -> P73 -> E33 with *Type* (P2 -> E55) Original text normalized  
 * *language* -> we could use a type but there is only one entry defined (Russian), others could be defaulted to Greek 

 *Artifact* 
 * *id_string* -> title for an *Artifact* (E22) 
 * *date* -> assuming this the creation date of the text and because it's not a "real" date written as description of the artifact 
 * *site2* -> assuming this to be additional information of the inscription added also to the artifact description 
 * *description* -> assuming this to be additional information of the inscription added also to the artifact description 
 * *images* -> will not be imported, new ones will be uploaded later if these are provided with the correct names, we could import them as *File* (E31 Document) 
 ** link to *Artifact* via E31 -> P67 -> E22 
 * *current_location* -> will to be dropped discussed (type, current owner, ...) 

 *Questions* 
 * Clarify OK to drop id field? 
 ** author * *author* needed? -> will For reproducibility we could add the two authors as users and link their entities. 
 * *created* needed? Seems to be discussed the date of the data entry. 
 * *transcription*: What is the meaning of '***' 
 * Clarify 
 ** date 
 ** site2 
 ** language 
 ** current location 
 ** description 

Back