srophe / syriaca-data

Repository for Syriaca.org TEI data, used by srophe-eXist-app.
4 stars 16 forks source link

Work parts in BHSE/NHSL #511

Open nathangibson opened 8 years ago

nathangibson commented 8 years ago

@davidamichelson @dlschwartz @jsaintlauren Somewhat similar to literary traditions (https://github.com/srophe/srophe-app-data/issues/463), we need to show the relation between parts of works and the works that contain them. We can use a relation with dct:isPartOf, but how should we indicate the order of the parts within the larger work? I wonder about assigning these relations an xml:id and using the @next and @prev attributes to point to the relation in the next/previous record. Like so:

<relation 
     xml:id="relation2501-1" 
     type="part" 
     active="http://syriaca.org/work/2501" 
     ref="dct:isPartOf" 
     passive="http://syriaca.org/work/2500" 
     next="http://syriaca.org/work/2502#relation2502-1"/>
nathangibson commented 8 years ago

Any thoughts about this? Should we discuss at today's meeting?

dlschwartz commented 8 years ago

Yes, let's discuss today. dls

On Tue, Aug 9, 2016 at 8:44 AM, nathangibson notifications@github.com wrote:

Any thoughts about this? Should we discuss at today's meeting?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_srophe_srophe-2Dapp-2Ddata_issues_511-23issuecomment-2D238557151&d=CwMCaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=QzRmQWHC9YV0c5AgrobproqvWFdcgVpw66BsP8UwAQ0&m=7USEHbd2BO8RXcLiIGM1wO2BWwh1PemzzmI93PZLMHs&s=Wu6Y2h54xcW-32rJRpzWKITb-pAknOoR_A9NajtFGds&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AEwNziBeWfJlmKWB89Kd4816lF-2DKcLzHks5qeIRUgaJpZM4JeEgC&d=CwMCaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=QzRmQWHC9YV0c5AgrobproqvWFdcgVpw66BsP8UwAQ0&m=7USEHbd2BO8RXcLiIGM1wO2BWwh1PemzzmI93PZLMHs&s=t-iIGkgLmixUu1-y5oEOrZ8vV8oqbiO5MwrxrG3upNA&e= .

Dr. Daniel L. Schwartz Associate Professor of History Associate Director of the Initiative for Digital Humanities, Media, and Culture http://idhmc.tamu.edu/

Texas A&M University 4236 TAMU College Station, Texas 77843-4236

Paideia and Cult http://chs.harvard.edu/CHS/article/display/5813: Christian Initiation in Theodore of Mopsuestia (Center for Hellenic Studies, 2013) www.syriaca.org http://syriaca.org/

jsaintlauren commented 8 years ago

Hello! I mistakenly thought that we weren't meeting today, and I have an appointment at 1:15. I am sorry about that. I should be done and available to talk by 2 or so. Can I jump into the chat at that time? Sorry for the confusion.

I am happy to let you guys decide how this should be structured.

On Tue, Aug 9, 2016 at 9:08 AM, Daniel Schwartz notifications@github.com wrote:

Yes, let's discuss today. dls

On Tue, Aug 9, 2016 at 8:44 AM, nathangibson notifications@github.com wrote:

Any thoughts about this? Should we discuss at today's meeting?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https- 3A__github.com_srophe_srophe-2Dapp-2Ddata_issues_511- 23issuecomment-2D238557151&d=CwMCaQ&c=ODFT-G5SujMiGrKuoJJjVg&r= QzRmQWHC9YV0c5AgrobproqvWFdcgVpw66BsP8UwAQ0&m= 7USEHbd2BO8RXcLiIGM1wO2BWwh1PemzzmI93PZLMHs&s=Wu6Y2h54xcW- 32rJRpzWKITb-pAknOoR_A9NajtFGds&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https- 3A__github.com_notifications_unsubscribe-2Dauth_ AEwNziBeWfJlmKWB89Kd4816lF-2DKcLzHks5qeIRUgaJpZM4JeEgC&d=CwMCaQ&c=ODFT- G5SujMiGrKuoJJjVg&r=QzRmQWHC9YV0c5AgrobproqvWFdcgVpw66BsP8UwAQ0&m= 7USEHbd2BO8RXcLiIGM1wO2BWwh1PemzzmI93PZLMHs&s=t-iIGkgLmixUu1- y5oEOrZ8vV8oqbiO5MwrxrG3upNA&e= .

Dr. Daniel L. Schwartz Associate Professor of History Associate Director of the Initiative for Digital Humanities, Media, and Culture http://idhmc.tamu.edu/

Texas A&M University 4236 TAMU College Station, Texas 77843-4236

Paideia and Cult http://chs.harvard.edu/CHS/article/display/5813: Christian Initiation in Theodore of Mopsuestia (Center for Hellenic Studies, 2013) www.syriaca.org http://syriaca.org/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/srophe/srophe-app-data/issues/511#issuecomment-238564488, or mute the thread https://github.com/notifications/unsubscribe-auth/AEY0lOme5L8IaKb1rkNChYuQ2FRaD1IIks5qeIn4gaJpZM4JeEgC .

nathangibson commented 8 years ago

@dlschwartz and I discussed some of the implications -- besides being hard to visualize, using the @next attribute would run us into trouble if we are trying to model parts of collections that have gaps. Probably simpler would be to use @n on the relation to indicate the order of this item within the larger work. If we needed to, we could even do outline numbering, such as n="1.2.1". The disadvantage is that if we want to insert/remove something in the middle, we have to change all the numbers after that.

@davidamichelson Is there anything from your numbering procedures with mss (e.g., msItem) that would help us here?

Given that @n is a simple system and probably easy to convert if we need to change to something else later, does anyone have an objection to me implementing this now? If we're going to make this happen for BHSE before the public release, we need to do it asap.