8000 GitHub - kangmoesss/ckanext-oaipmh-1: OAI PMH extension to CKAN
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kangmoesss/ckanext-oaipmh-1

 
 

Repository files navigation

OAI-PMH harvester and server for CKAN. This extends CKAN harvester to parse OAI-PMH metadata sources and import datasets. Supported metadata schemas are oai_dc (Dublin Core), RDF.

At NINA, we use it uniquely as an OAI-PMH server, for exposing metadata

The list of supported verbs consists of:

  • Identify: Displays information about this OAI-PMH server.
    • /oai?verb=Identify
  • ListMetadataFormats: List available metadata standards.
    • /oai?verb=ListMetadataFormats
  • ListSets: fetches identifiers of sets (in CKAN case: organizations).
    • /oai?verb=ListSets
  • ListIdentifiers: fetches individual datasets' identifiers.
    • /oai?verb=ListIdentifiers&metadataPrefix=oai_dc
  • ListRecords: List all public datasets
    • /oai?verb=ListRecords&metadataPrefix=oai_dc
  • GetRecord: Fetches a single dataset.
    • /oai?verb=GetRecord&identifier=&metadataPrefix=oai_dc

About

OAI PMH extension to CKAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%
0