RDF::Query

An RDF query implementation of SPARQL/RDQL in Perl
Download

RDF::Query Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Gregory Todd Williams
  • Publisher web site:
  • http://search.cpan.org/~gwilliams/

RDF::Query Tags


RDF::Query Description

An RDF query implementation of SPARQL/RDQL in Perl RDF::Query is an RDF query implementation of SPARQL/RDQL in Perl for use with RDF::Redland and RDF::Core.SYNOPSIS my $query = new RDF::Query ( $rdql, undef, undef, 'rdql' ); my @rows = $query->execute( $model ); my $query = new RDF::Query ( $sparql ); my $iterator = $query->execute( $model ); while (my $row = $iterator->next) { print $row->{ var }->as_string; } Requirements: · Perl


RDF::Query Related Software