NFDI4Culture Metadata API

Metadata of all resources as Linked Open Data

Persistent Identifier: <https://nfdi4culture.de/id/E3654>

MEIGarage

Retrieve record as:

rdf:type
nfdicore:software
fabio:ComputerProgram
image
name
MEIGarage
description

Platform for validation and transformation of music specific formats.

nfdicore:has subject area
Digital Humanities
Musicology
keywords
Data Cleansing
Enriching
Modeling
keywords
Audio
Data Format
Text
Tools & Services
nfdicore:has license
GNU GPLv3
contributor
Role: Contact Point
contributor
Role: Publisher
nfdicore:has contact point
Anne Ferger
nfdicore:published by
Universität Paderborn
action
type : CreateAction
actionStatus : CompletedActionStatus
agent: Task Area 3: Research tools and data service
description: MEI Garage has been further developed within NFDI4Culture.
result: https://nfdi4culture.de/id/E3654
shortDescription

The MEI Garage is a "workshop" for symbolic music encoding data.

mainEntityOfPage
https://meigarage.edirom.de/
isAccessibleForFree
true
inLanguage
EN
hasSourceCode
codeRepository
https://github.com/Edirom/MEIGarage
nfdicore:has url
https://github.com/Edirom/MEIGarage
hasInstallationInstructions

Installing with Docker

 

With Docker installed, a readymade image can be fetched from the GitHub Docker Registry or DockerHub:

 

docker pull ghcr.io/edirom/meigarage:latest or docker pull edirom/meigarage:latest

 

A container can be run using:

 

docker run --rm \

-p 8080:8080 \

--name meigarage edirom/meigarage:latest

Back