... | ... | @@ -19,7 +19,7 @@ To get the complete List of Resourses. [Example](https://oer-repo.uibk.ac.at/edu |
|
|
- **GetRecord** -
|
|
|
To get the Details of a specific Resourse: [Example 1](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), [Example 2](https://repository.tugraz.at/oai2d?verb=GetRecord&metadataPrefix=lom&identifier=oai:repository.tugraz.at:vqyg5-xb977).
|
|
|
|
|
|
As mentioned above, some implementaion are returning content-type as _text/xml_ like **invenio**, others like **edu-share** returning _application/xml_. So the client shallbe able to handle both!
|
|
|
As mentioned above, some implementaion are returning content-type as _text/xml_ like **invenio**, others like **edu-sharing** returning _application/xml_. So the client shallbe able to handle both!
|
|
|
|
|
|
**oerhub.at** harvests the data with a perl-based daemon. The implementation is based on [OAI-Harvester 1.20]( https://metacpan.org/pod/Net::OAI::Harvester). The Perl modul expects _text/xml_ and supports the standard DC. Our module accepts in addition the _application/xml_ and has his LOM-handler implemented. The tests are rewritten against maintend repos.
|
|
|
|
... | ... | @@ -31,7 +31,7 @@ As mentioned above, some implementaion are returning content-type as _text/xml_ |
|
|
- lom.rights.description (CC-BY)
|
|
|
- lom.classification.taxonpath (Öfos)
|
|
|
|
|
|
_centity_ is a custom entity which is introduced by edu-share for vcard support (used by UIBK). _entity_ is the default one (used by TUGraz).
|
|
|
_centity_ is a custom entity which is introduced by edu-sharing for vcard support (used by UIBK). _entity_ is the default one (used by TUGraz).
|
|
|
For the element langstring the attribute xml:lang is used.
|
|
|
```
|
|
|
<lom:title>
|
... | ... | |