Rasqal-0.9.20

Introduction to Rasqal

Rasqal is a C library that handles Resource Description Framework (RDF) query language syntaxes, query construction and execution of queries returning results as bindings, boolean, RDF graphs/triples or syntaxes. It is required by Soprano to build Nepomuk.

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

Required

raptor-1.4.21

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/rasqal

Installation of rasqal

Install rasqal by running the following commands:

./configure prefix=/usr &&
make

Now, as the root user:

make install

Contents

Installed Programs: roqet, rasqal-config
Installed Libraries: librasqal.{a,so}
Installed Directory: None

Short Descriptions

roqet

is a RDF query utility.

rasqal-config

is a utility for retrieving the installation options of rasqal

Last updated on 2011-04-06 21:27:34 +0000