emir-munoz / tarql

SPARQL for Tables: Turn CSV into RDF using SPARQL syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Page

Supports Java 1.7

Build status

Tarql: SPARQL for Tables

Tarql is a command-line tool for converting CSV files to RDF using SPARQL 1.1 syntax. It's written in Java and based on Apache ARQ.

See http://tarql.github.io/ for documentation.

Building

Get the code from GitHub: http://github.com/tarql/tarql

Tarql uses Maven. To create executable scripts for Windows and Unix in /target/appassembler/bin/tarql:

mvn clean package appassembler:assemble

Otherwise it's standard Maven.

About

SPARQL for Tables: Turn CSV into RDF using SPARQL syntax

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 100.0%