2017 © Pedro Peláez
 

library ralph

A simple SPARQL client built on top of Guzzle.

image

ubccr/ralph

A simple SPARQL client built on top of Guzzle.

  • Monday, April 9, 2018
  • by ubccr
  • Repository
  • 6 Watchers
  • 1 Stars
  • 85 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

Ralph

RDF Abstraction Layer for PHP: A simple SPARQL client built on top of Guzzle., (*1)

Take a look at the list target in the Makefile for how to use make to manage the project., (*2)

An example of a query against the British Museum SPARQL endpoint:

$result = (new CCR\Sparql\SparqlClient(new GuzzleHttp\Client()));
    ->withEndpoint('http://collection.britishmuseum.org/sparql')
    ->withPrefix('crm', 'http://erlangen-crm.org/current/')
    ->withPrefix('fts', 'http://www.ontotext.com/owlim/fts#');
    ->query('
        SELECT DISTINCT ?obj
        {
            ?obj crm:P102_has_title ?title .
            ?title rdfs:label ?label .
            FILTER(STR(?label) = "Hoa Hakananai\'a")
        }
    ');
print_r($result);

The Versions

09/04 2018

dev-master

9999999-dev https://github.com/ubccr/ralph

A simple SPARQL client built on top of Guzzle.

  Sources   Download

LGPLv3 LGPL-3.0-only

The Requires

 

The Development Requires

by Center for Computational Research, the University at Buffalo
by John Rivera
by Center for Computational Research, University at Buffalo. The State University of New York

rdf sparql

09/04 2018

0.5.x-dev

0.5.9999999.9999999-dev https://github.com/ubccr/ralph

A simple SPARQL client built on top of Guzzle.

  Sources   Download

LGPL-3.0-only

The Requires

 

The Development Requires

by John Rivera
by Center for Computational Research, University at Buffalo. The State University of New York

rdf sparql

09/04 2018

0.5

0.5.0.0 https://github.com/ubccr/ralph

A simple SPARQL client built on top of Guzzle.

  Sources   Download

LGPL-3.0-only

The Requires

 

The Development Requires

by John Rivera
by Center for Computational Research, University at Buffalo. The State University of New York

rdf sparql

14/02 2018

0.1.x-dev

0.1.9999999.9999999-dev https://github.com/ubccr/ralph

A simple SPARQL client built on top of Guzzle.

  Sources   Download

LGPLv3 LGPL-3.0-only

The Requires

 

The Development Requires

by Center for Computational Research, the University at Buffalo
by John Rivera

rdf sparql

13/03 2017

0.1

0.1.0.0 https://github.com/ubccr/ralph

A simple SPARQL client built on top of Guzzle.

  Sources   Download

LGPLv3

The Requires

 

The Development Requires

by Center for Computational Research, the University at Buffalo
by John Rivera

rdf sparql