Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgb-workshop/data
RDF generation using YARRRML and CSVs
https://github.com/kgb-workshop/data
Last synced: 3 months ago
JSON representation
RDF generation using YARRRML and CSVs
- Host: GitHub
- URL: https://github.com/kgb-workshop/data
- Owner: kgb-workshop
- Created: 2018-12-12T11:38:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T14:50:05.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T14:29:05.249Z (5 months ago)
- Size: 26.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - kgb-workshop/data - RDF generation using YARRRML and CSVs (others)
README
# RDF Generation for Workshops
Using YARRRML mapping language, CSV files with the data, and the RML-Mapper engine, we generate the correspoding RDF graph for showing the information in the Workshop web page.## How to do it?
- Generate your YARRRML mapping using its [spec](http://rml.io/yarrrml/)
- Use the [parser](https://github.com/RMLio/yarrrml-parser) to transform YARRRML to RML
- Use docker or java to generate the RDF graph based on your CSVs with [RML-Mapper](https://github.com/RMLio/rmlmapper-java)