AtteanX::Endpoint(3pm) | User Contributed Perl Documentation | AtteanX::Endpoint(3pm) |
AtteanX::Endpoint - SPARQL 1.1 Protocol Endpoint
This document describes AtteanX::Endpoint version 0.002
use v5.14; use Attean;
The AtteanX::Endpoint class implements a PSGI SPARQL Protocol endpoint.
{ endpoint => { service_description => { named_graphs => 1, default => 1, }, html => { embed_images => 1, image_width => 200, resource_links => 1, }, load_data => 0, update => 0, } }
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/atteanx-endpoint/issues>.
<http://www.perlrdf.org/>
Gregory Todd Williams "<gwilliams@cpan.org>"
Copyright (c) 2016 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-12-06 | perl v5.36.0 |