Skip to content

mgautierfr/lom2mlr

 
 

Repository files navigation

Project Lom2MLR

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.

Usage

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

About

Convert LOM metadata to MLR format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.9%
  • XSLT 46.2%
  • Makefile 4.3%
  • CSS 2.6%