Skip to content

marcyborg/daf-jsoncsv2rdf-pipeline

 
 

Repository files navigation

daf-jsoncsv2rdf-pipeline

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.

How to build

You need to download Tarql binary files.

How to run

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.