Group
Extension

Matches 1

Catmandu-AAT ( P/PI/PIETERDP/Catmandu-AAT-0.03.tar.gz, PIETERDP, 2017; MetaCPAN )
Catmandu-AAT/lib/Catmandu/AAT/SPARQL.pm ( view source; MetaCPAN )
atmandu::Sane;

use LWP::UserAgent;
use JSON;

has query => (is => 'ro', required => 1);
has url   => (is => 'ro', default => 'http://vocab.getty.edu/sparql.json');
has lang  => (is => 'ro', default =
onse = $self->ua->post($self->url, $form);
    if ($response->is_success) {
        return decode_json($response->decoded_content);
    } else {
         Catmandu::HTTPError->throw({
            code 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.