NFDI4Culture Metadata API
Metadata of all resources as Linked Open Data
The NFDI4Culture portal offers all content as Linked Open Data over this RESTful API. The API implements the Hydra-Specification of the W3C Hydra Community Group. The semantic description of this API can be retrieved by clients via the Hydra documentation file (JSON). Each metadata record offered via this API can also be retrieved in one of following machine-readable LOD serializations. The API is the basis for the Culture Research Information Graph, which together with the Culture Research Data Graph forms the Culture Knowledge Graph (for more details see this presentation).
Persistent Identifier: <https://nfdi4culture.de/id/E3654>
MEIGarage
Retrieve record as:
- 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
- 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