Pipeline for tranforming CSV data to RDF, developed during hackdev17
This project depends on Tarql. The idea is to write a SPARQL CONSTRUCT query in order to map the initial CSV data with CULTURAL-ON ontology.
You need to download Tarql binary files.
In bin folder of your Tarql installation, run
./tarql 19luoghicultura.sparql 19-luoghi-della-cultura.csv
The pipeline read CSV column and for each URL present in the WHERE clause of SPARQL CONSTRUCT query, it converts the value in RDF (Turtle) using a URI for each instance.