Giter VIP home page Giter VIP logo

apache-sparql's Introduction

NAME
    Apache::SPARQL - mod_perl handler base class to implement a SPARQL query
    service using HTTP bindings.

SYNOPSIS
     <Location /rdfstore>

       SetHandler   perl-script
       PerlHandler  Apache::SPARQL

     </Location>

     #

     my $ua  = LWP::UserAgent->new();
     my $req = HTTP::Request->new(GET => "http://pim.example/rdfstore?query=PREFIX+foaf%3A+%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0D%0ASELECT+%3Fpg%0D%0AWHERE%0D%0A++%28%3Fwho+foaf%3Aname+%22Norm+Walsh%22%29%0D%0A++%28%3Fwho+foaf%3Aweblog+%3Fpg%29%0D%0A");

     my $res = $ua->request($req);

DESCRIPTION
    Apache::SPARQL is a mod_perl handler base class to implement a SPARQL
    query service using HTTP bindings.

IMPORTANT
    This package is a base class and not expected to be invoked directly.
    Please use one of the backends handlers instead.

SUPPPORTED BACKENDS
     Apache::SPARQL::RDFStore

MOD_PERL COMPATIBILITY
    This handler will work with both mod_perl 1.x and mod_perl 2.x.

AUTHOR
    Alberto Reggiori <[email protected]>

SEE ALSO
     Apache::SPARQL::RDFStore
     http://www.w3.org/TR/rdf-sparql-protocol/
     http://www.w3.org/2001/sw/DataAccess/proto-wd/ (editor working draft)
     http://www.w3.org/2001/sw/DataAccess/prot26
     http://www.w3.org/TR/rdf-sparql-query/
     http://www.w3.org/2001/sw/DataAccess/rq23/ (edit working draft)

LICENSE
    see LICENSE file included into this distribution

apache-sparql's People

Contributors

areggiori avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.