moustaki / 4store-php

A small PHP library to interact with Garlik's 4Store
11 stars 3 forks source link

Concatenation on line 15 of store.php prevents BASE declaration from working! #1

Open sig32 opened 13 years ago

sig32 commented 13 years ago

Hi,

Thanks for a very useful tool!

Just a quick note - the concatenation of namespaces and query on line 15 of store.php prevents the sparql BASE declaration from working since this needs to go in the query prior to the PREFIX dec's.

Dan

CloCkWeRX commented 12 years ago

How annoying. Does the other fork of this (https://github.com/BorderCloud/4store-php/) avoid it by parsing the query at all?