NAME

AtteanX::Endpoint::Protocol - SPARQL 1.1 Protocol

VERSION

This document describes AtteanX::Endpoint::Protocol version 0.003

SYNOPSIS

plackup -p 9091 scripts/endpoint.psgi

DESCRIPTION

The AtteanX::Endpoint::Protocol class implements the logic for the SPARQL Protocol.

ATTRIBUTES

graph

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

model
conf
planner

METHODS

run( $request, $response )

Extract the SPARQL Protocol request from $request, run the corresponding query/update, and populate $response with results or error information.

log_query ( $request, $sparql )

Log the $sparql query string after having been parsed from the $request but before evaluation.

log_error ( $message )

BUGS

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

AUTHOR

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT

Copyright (c) Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.