Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Introduction

AstaOnline offers a harvesting repository to expose metadata in the Metadata Object Description Schema (MODS) standard. Any harvester that accepts MODS data can perform OAI-PMH requests to our repository.

Deployment

The harvesting application is hosted on a funn machine. It will be accessible from outside very soon. Now it is only accessible in http://localhost:8080/oaicat/

Endpoints

Like any harvesting repository, it offers nine standard API endpoints. These are-

  1. Identity

  2. Get Record

  3. List Identifiers

  4. List Identifiers with Resumption Token

  5. List Metadata Formates

  6. List Records

  7. List Records with Resumption Token

  8. List Sets

  9. List Sets with Resumption Token

Against the list requests, we respond with ten results at max. If there are more items in the list, a resumption token is added with the response. Harvester will make the next request with the provided token.

Date-Time Formats

We allow both data-only and date-time for search on a range. Allowed formats are-

  • yyyy-MM-dd. Example: 2020-01-31

  • yyyy-MM-ddTHH:mm:ssZ. Example: 2020-01-31T00:05:54Z

Available Sets

A set represents an institute. Currently, available sets are-

  • ASTA

  • NABI

  • STKU

  • APTE

Supported Metadata prefixes

mods is the only metadata prefix we do support.

  • No labels