... | ... | @@ -24,12 +24,13 @@ As mentioned above, some implementaion are returning content-type as _text/xml_ |
|
|
**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.
|
|
|
|
|
|
## Required Elements
|
|
|
- lom.general.title
|
|
|
- lom.general.description
|
|
|
- lom.lifecycle.contribute.role.value (=Author) and the Name in lom.lifecycle.contribute.centity.vcard or lom.lifecycle.contribue.entity.langstring
|
|
|
- lom.technical.format (mime/types)
|
|
|
- lom.rights.description (CC-BY)
|
|
|
- lom.classification.taxonpath (Öfos)
|
|
|
- **Title** - lom.general.title
|
|
|
- **Descripton** - lom.general.description
|
|
|
- **Author** - lom.lifecycle.contribute.role.value (=Author) and the Name in lom.lifecycle.contribute.centity.vcard or lom.lifecycle.contribue.entity.langstring
|
|
|
- **Mediatyp** - lom.technical.format (mime/types)
|
|
|
- **License** - lom.rights.description (CC-BY)
|
|
|
- **Classification** - lom.classification.taxonpath (Öfos)
|
|
|
- **last changed Date/Upload** - lom.
|
|
|
|
|
|
_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.
|
... | ... | |