|
|
## What is OAI-PMH and where to find information?
|
|
|
The Open Archives Initiative - Prototcol for Metadata Harvesting provides an application-independent interoperability framework. An Interface must be able to return metadata manifestation as _Dublin Core_ format. Optionally, a repository may also disseminate other formats of metadata. In the Project Openeducation the _LOM_ format is used!
|
|
|
The Open Archives Initiative - Prototcol for Metadata Harvesting provides an application-independent interoperability framework. An Interface must be able to return metadata manifestation as _Dublin Core_ format. Optionally, a repository may also disseminate other formats of metadata. In our **oerhub.at** _LOM_ format is used!
|
|
|
|
|
|
The details can be found:
|
|
|
[http://www.openarchives.org](http://www.openarchives.org/OAI/openarchivesprotocol.html)
|
... | ... | @@ -18,6 +18,6 @@ To get the complete List of Resourses the [ListReqeust](https://oer-repo.uibk.ac |
|
|
- **GetRequest**
|
|
|
To get the Details of a specific Resourse the [GetReqeust](https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=GetRecord&metadataPrefix=lom&identifier=oai:oer-repo.uibk.ac.at:e0d6bbfa-3945-437d-ba16-3c6fab848f37) is used.
|
|
|
|
|
|
As mentioned above some Implementaion are returning content-type as text/xml like invenio, others like edu-share returning application/xml. So the client should be able to handle both!
|
|
|
As mentioned above, some implementaion are returning content-type as _text/xml_ like **invenio**, others like **edu-share** returning _application/xml_. So the client should be able to handle both!
|
|
|
|
|
|
Openeducation harvests the data with a perl-based daemon. The implementation is based from [OAI-Harvester 1.20]( https://metacpan.org/pod/Net::OAI::Harvester). The Perl modul has the standard implementet as _text/xml_ and only DC support and so our module accepts also _application/xml_ and has an own LOM-handler implemented. |
|
|
\ No newline at end of file |
|
|
**oerhub.at** harvests the data with a perl-based daemon. The implementation is based from [OAI-Harvester 1.20]( https://metacpan.org/pod/Net::OAI::Harvester). The Perl modul has the standard implementet as _text/xml_ and only DC support and so our module accepts also _application/xml_ and has an own LOM-handler implemented. |
|
|
\ No newline at end of file |