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::Endpoint - SPARQL 1.1 Protocol Endpoint

Attributes

       "planner"
       "model"
       "conf"
           A hash reference containing configuration data for the endpoint. For example:

             {
               endpoint  => {
                 service_description => {
                   named_graphs => 1,
                   default => 1,
                 },
                 html => {
                   embed_images => 1,
                   image_width => 200,
                   resource_links => 1,
                 },
                 load_data => 0,
                 update => 0,
               }
             }

       "graph"
           The Attean::API::IRI of the graph in the model that represents the default graph.

Author

       Gregory Todd Williams  "<gwilliams@cpan.org>"

Bugs

       Please   report   any   bugs   or   feature   requests   to   through   the   GitHub   web  interface  at
       <https://github.com/kasei/atteanx-endpoint/issues>.

Description

       The AtteanX::Endpoint class implements a PSGI SPARQL Protocol endpoint.

Methods

       "run ( $request )"
           Run the SPARQL request contained in the given $request object and return a response object.

       "log_query ( $request, $sparql )"
           Log the $sparql query string after having been parsed from the $request but before evaluation.

       "log_error ( $message )"

Name

       AtteanX::Endpoint - SPARQL 1.1 Protocol Endpoint

See Also

Synopsis

         use v5.14;
         use Attean;

Version

       This document describes AtteanX::Endpoint version 0.002

See Also