RDF::Query - A SPARQL/RDQL implementation for RDF::Redland and RDF::Core

RDF::Query allows RDQL and SPARQL queries to be run against an RDF model, returning rows of matching results.

Requirements

To install RDF::Query you'll need the following perl modules installed:

The following additional modules are recommended for some functionality:

Installing RDF::Query

To install, run:

perl Makefile.PL
make
make test
make install

Version History

Version 1.044 (2007-09-13)