This project aims to convert Learning Object Metadat, IEEE 1484.12.1-2002 into Metadata for Learning Resources, ISO/IEC 19788-1:2011.
This repository is a fork of github's lom2mlr repository.
Look this repository for more fondamental information. You can also read the readthedocs paqe.
The documentation contains installation and usage instructions for the command-line tool.
The command-line tool requires many components, as detailed in the instructions, but packaged binary applications are available for Windows and for Mac OS X. Put it in your executable PATH, and type lom2mlr --help
for instructions.
This project contains 3 different tools. Thoses tools need to be used together to translate a lom file to a mlr file.
- Read vcard included in lom xml and translate it in xcard. Generating a new lom file with xcard instead of vcard
$ extendvcard -o lomfile.elom lomfile.lom
- Transform to mlr
$ lom2mlr -o mlrfile.ttl -f 'turtle' lomfile.elom
- You may want to extract rdfvcard from the the elom file:
$ extractvcard -o vcardfile.ttl -f 'turtle' lomfile.elom