I want to store the rdf data that i have created using Easy/Rdf lib from php, i used this :
$store = new \EasyRdf\GraphStore('http://192.168.1.35:9999/blazegraph/');
$store->replace($graph);
but it gives me an error :
HTTP method PUT is not supported by this URL
how can i do to properly create and store rdf data ?