@universis/elm
v1.6.4
Published
Universis API Extension for European Learning Model (ELM)
Downloads
26
Maintainers
Readme
@universis/elm
Universis Project extension for European Learning Model (ELM) specification.
Installation
npm install @universis/elmUsage
@universis/elm exports a schema loader for using ELM entities. Include this schema loader in your application configuration:
{
"settings": {
"schema": {
"loaders": [
{
"loaderType": "@universis/skos#SchemaLoader"
},
{
"loaderType": "@universis/elm#SchemaLoader"
}
]
}
}
}