logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AtteanX::Model::SPARQL - Attean SPARQL Model

Description

       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.

Name

       AtteanX::Model::SPARQL - Attean SPARQL Model

Other Details

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

perl v5.36.0                                       2022-11-20                        AtteanX::Model::SPARQL(3pm)

Synopsis

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

See Also