Skip to content

Instantly share code, notes, and snippets.

View daniel-dgi's full-sized avatar

Daniel Lamb daniel-dgi

  • Discovery Garden
  • Charlottetown, PE
View GitHub Profile
@daniel-dgi
daniel-dgi / gist:f6dae6135b27087d74de
Created October 16, 2015 16:58
Autoload for chullo
<?php
require '../vendor/autoload.php';
use Islandora\Chullo\TriplestoreClient;
$triplestore = TriplestoreClient::create('http://127.0.0.1:8080/bigdata/namespace/kb/sparql/');
$sparql = <<<EOD
PREFIX ldp: <http://www.w3.org/ns/ldp#>