AtteanX::Store::SPARQL(3pm) | User Contributed Perl Documentation | AtteanX::Store::SPARQL(3pm) |
AtteanX::Store::SPARQL - Attean SPARQL store
my $store = Attean->get_store('SPARQL')->new(endpoint_url => $url);
This implements a simple immutable triple store, which simply allows programmers to use Attean facilities to query remote SPARQL endpoints.
This distribution also brings a corresponding AtteanX::Model::SPARQL, which allows query plans to be made, and a AtteanX::Plan::SPARQLBGP plan class, which contains a rudimentary cost estimate that attempts to avoid sending Cartesian joins to remote endpoints if possible.
Please report any bugs to <https://github.com/kjetilk/p5-atteanx-store-sparql/issues>.
This module is heavily influenced by RDF::Trine::Store::SPARQL.
Kjetil Kjernsmo <kjetilk@cpan.org>.
This software is copyright (c) 2015, 2016 by Kjetil Kjernsmo and Gregory Todd Williams.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2024-04-27 | perl v5.38.2 |