DOKK / manpages / debian 12 / libatteanx-store-sparql-perl / AtteanX::Model::SPARQL.3pm.en
AtteanX::Model::SPARQL(3pm) User Contributed Perl Documentation AtteanX::Model::SPARQL(3pm)

AtteanX::Model::SPARQL - Attean SPARQL Model

  my $store = Attean->get_store('SPARQL')->new(endpoint_url => $url);
  my $model = AtteanX::Model::SPARQL->new( store => $store );

This model is in practice a thin wrapper around the underlying SPARQL store, that adds facilities only to allow quering and planning with quad semantics.

It consumes Attean::API::Model and Attean::API::CostPlanner and adds no new methods or attributes.

For author, copyright and other details, see AtteanX::Store::SPARQL.

2022-11-20 perl v5.36.0