Open dlschwartz opened 3 months ago
Thanks @dlschwartz I will look into each of these.
For the URIs:
I don't think the changes you're making on 2024_SchemaWorkEdits will revert the changes made to fix some of the URI errors, but we may want to check before pulling those in. It looks like it raises a handful of merge conflicts but not related to the URIs, so should be no trouble to resolve
@wlpotter, I found a couple of errors in the transforms for places.
@name
attribute on<relation>
. Fixed in this commit.place/bibl[ptr/not(contains(@target, 'syriaca'))]
, we need a<title>
element. We use this when the bibl points to an external website for which we do not have a syriaca URI. The text node of this<title>
should be that external URL. Fixed in this commit.And finally, a question about the URIs for John of Ephesus records. See for example record 5607.
Thanks Will!