Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lulu-berlin/mikan-veeylakh-dictionary
A Multilingual Dictionary
https://github.com/lulu-berlin/mikan-veeylakh-dictionary
Last synced: 10 days ago
JSON representation
A Multilingual Dictionary
- Host: GitHub
- URL: https://github.com/lulu-berlin/mikan-veeylakh-dictionary
- Owner: lulu-berlin
- Created: 2020-07-22T20:25:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:43:21.000Z (almost 2 years ago)
- Last Synced: 2024-03-05T18:32:18.234Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 429 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mikan Ve'eylakh Dictionary
This is a project of a multilingual dictionary for Hebrew, German and Yiddish.
The project is abbreviated as MVD.
## Structure
The dictionary is stored as an `RDF graph`. It is queried with `SPARQL`. The schema is based on `lemon#ontolex`.
The presentation of the dictionary is based on `gatsby.js` using a `GraphQL` adaptor.
## Components
### Model
Containing the types for the RDF schema and the GraphQL domain model.