Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 838 Bytes

Description

sparqlhelper is a small wrapper around the Jena suite of command line tools to query rdf data.

Installation

sparqlhelper is easiest to install with cpanminus:

cpanm --no-lwp --no-wget https://github.com/downloads/xabbu42/sparqlhelper/App-sparqlhelper-0.1.tar.gz

If you want to install sparqlhelper manually you can use the following commands:

wget --no-check-certificate https://github.com/downloads/xabbu42/sparqlhelper/App-sparqlhelper-0.1.tar.gz
tar -xzf App-psr-0.3.tar.gz
cd App-psr-0.3
perl Makefile.PL
make
sudo make install

Usage

See the manpage for the documentation.