https://github.com/tarql/tarql
SPARQL for Tables: Turn CSV into RDF using SPARQL syntax
https://github.com/tarql/tarql
Last synced: 26 days ago
JSON representation
SPARQL for Tables: Turn CSV into RDF using SPARQL syntax
- Host: GitHub
- URL: https://github.com/tarql/tarql
- Owner: tarql
- License: bsd-2-clause
- Created: 2013-02-05T22:40:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T08:34:45.000Z (about 2 years ago)
- Last Synced: 2024-05-13T13:33:49.104Z (over 1 year ago)
- Language: Java
- Homepage: http://tarql.github.io/
- Size: 146 KB
- Stars: 191
- Watchers: 18
- Forks: 62
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-linkeddata - Tarql: SPARQL for Tables
- awesome-semantic-web - tarql
- awesome-semantic-web - tarql
README
# 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 package appassembler:assemble
Otherwise it's standard Maven.