CopticScriptorium / corpora

Public repository for Coptic SCRIPTORIUM Corpora Releases
32 stars 13 forks source link

URNs for Bible books without edition only fetch Sahidic #113

Closed amir-zeldes closed 3 months ago

amir-zeldes commented 3 months ago

Currently Bohairic URNs are like:

urn:cts:copticLit:nt.1cor.bohairic_ed

This leads to the expectation that this will fetch both Sahidic and Bohairic 1Cor:

urn:cts:copticLit:nt.1cor

But in fact, this fetches only the Sahidic:

https://data.copticscriptorium.org/urn:cts:copticLit:nt.1cor

The expected behavior would be to fetch both

ctschroeder commented 3 months ago

I checked some other corpora. FYI others seem to work, such as urn:cts:copticLit:johannes.canons produces all canons regardless of edition/ms

amir-zeldes commented 3 months ago

Oh, that was helpful thanks, I figured it out (mapping was wrong in gh_ingest/mappings.tab). Should work now!

ctschroeder commented 3 months ago

Excellent