Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)