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.028 (2005-11-18)

Version 1.027 (2005-07-28)

  • Updated to follow SPARQL Draft 2005.07.21:
  • Added binding_value_by_name() method to query result streams.
  • Version 1.026 (2005-06-05)

    Version 1.024 (2005-06-02)

    Version 1.021 (2005-06-01)

    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.13 2005/11/19 01:46:02 greg Exp $