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.501 (2007-11-15)

Version 1.500 (2007-11-13)

Version 1.044 (2007-09-13)

Version 1.043 (2007-06-14)

Version 1.042 (2007-06-13)

Version 1.041 (2006-11-26)

Version 1.040 (2006-07-21)

Version 1.039 (2006-07-14)

Version 1.038 (2006-07-09)

Version 1.037 (2006-07-06)

Version 1.036 (2006-06-26)

Version 1.035 (2006-06-04)

Version 1.034 (2006-05-01)

Version 1.033 (2006-03-08)

Version 1.032 (2006-03-03)

Version 1.031 (2006-02-08)

Version 1.030 (2006-01-13)

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–2006 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 298 2007-12-03 20:48:55Z samofool $