UUDigitalHumanitieslab / EDPOP

A virtual research environment (VRE) that lets you collect, align and annotate bibliographical and biographical records from several online catalogs.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Basic catalog searching #183

Closed tijmenbaarda closed 1 month ago

tijmenbaarda commented 1 month ago

Allow searching using the new catalog system, via an RDF representation in JSON-LD. Showing record details is not yet working, I am working on that in a separate branch. This branch contains the code to make sense of JSON-LD responses with nested information and with a specified order of subjects using the ActivityStreams scheme.

Known issue: #182 (Correctly handle duplicate records in external catalogs)

tijmenbaarda commented 1 month ago

Thank you for the thorough review, I learned a lot from it! I have made all the requested changes, I think.

tijmenbaarda commented 1 month ago

Everything has been addressed now, I will merge the pull request.