commondataio / dataportals-registry

Registry of data portals, catalogs, data repositories including data catalogs dataset and catalog description standard
https://dateno.io/registry
MIT License
32 stars 5 forks source link

Add EPrints API and data export detection #62

Closed ivbeg closed 9 months ago

ivbeg commented 1 year ago

EPrints instances provide OAI PMH 2.0, SWORD, RDF+XML, RDF+N3, RSS 1.0, RSS 2.0, ATOM and and data export.

Also it supports REST API like https://eprints.nbu.bg/rest with list of subjects, eprints and users but without public access to metadata. It could be used to get whole list of items and to extract metadata with url patterns like /id/eprint/4820/ with 4820 as object identifier. Item web page includes links to item metadata as JSON, RDF or XML

Example view-source:https://eprints.nbu.bg/

изображение

ivbeg commented 9 months ago

Partially completed. Autodetected OAI-PMH and Eprintrest API with /rest/eprint endpoint, but not resources from root page yet

ivbeg commented 9 months ago

Added all API endpoints