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:

Installing RDF::Query

To install, run:

perl Makefile.PL
make
make test
make install

Version History

Version 1.020 (2005-05-18)

Version 1.016 (2005-05-08)

Version 1.015 (2005-05-03)

Version 1.014 (2005-04-26)

Version 1.012 (2005-04-24)

Version 1.010 (2005-04-21)

Copyright

Copyright © 2005 Gregory Williams. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

$Id: README.html,v 1.7 2005/05/18 23:18:34 greg Exp $