Open wlpotter opened 3 years ago
Here's a note from Joe about the prosopography links:
Quick question to ponder: when/if we install a "related subjects" content area in each record that leads users toward the various people mentioned in the testimonium ("prosopography"), I dont know of an online source for which we can insert URIs that parallels Pleiades for the places ("geography"). There might be something out there I dont know, but I dont think there is a PIR or PLRE on-line; I have seen the PBE out of King's College which is very nice. I hesitate to make links to Wikipedia or Encyclop Brit. Something to ponder?
I will make a separate issue (#108) for cleaning up these tei:note elements before we decide how to finalize their encoding.
After #103 is fixed, I can dump a list of the in-use related-subjects terms for the editors to look at, revise as needed, and turn into a controlled vocabulary. This can be used in other records that have not had their subjects encoded; and it can be used to create taxonomy URIs for browsing, etc. using, perhaps, tei:relation elements.
By the way, we could also cross-walk with our taxonomy keyword URIs if we wanted to.
Data has been updated by https://github.com/srophe/caesarea-data/issues/108
To implement this:
FYI spreadsheet is here: https://docs.google.com/spreadsheets/d/1pdVVVt11X-lmiRAs6D6e9Yiis8ZqN11JrHvPFcO_CW8/edit?usp=sharing
The following will be needed:
@davidamichelson do we want to bring this up again in January? The data is currently still just in //body/note/p
elements and could use some normalization
@wlpotter Yes, let's implement this change to list/item, great suggestion.
Note to self: update this to include a desc
element in each listRef
that provides a human-readable name of the category for displaying it on the frontend. E.g. //listRef[@type="related-texts"]
would have <desc>Related Texts</desc>
Note: record 381 has been updated by hand as an example for display; I've retained the old model of encoding as a comment, so revert back to this before batch updating to catch any normalization of the subject terms
Script for ingest is: https://github.com/wlpotter/sandbox/blob/main/c-m-scripts/update-testimonia-related-subjects/ingest-caesarea-testimonia-related-subjects.xq
Waiting on final word that #183 is complete
@davidamichelson I am using 133 as my example as it had examples of all the categories of related subjects: https://caesarea-maritima.org/testimonia/133
I have elected to use a tei:listRef for this draft/demo. I don't think this use fits perfectly with the TEI's intention for this element, but I couldn't find anything better. tei:textClass could be ideal for the themes, but for the others (geography, prosopography, and related-texts) it may be too unwieldy to define and maintain a taxonomy.
Here is the XML snippet I created (
/TEI/text/body/listRef
, following the tei:bibl elements):A few notes
#
in the@ref
attribute is merely a placeholder for validation purposes; we can leave those attributes empty if we want