Search Results

0
votes

Browser fails to recognise Content Type header correctly

In our family of RDF storage engines we attack this problem by doing content negotiation. That is, we check the Accept line in the HTTP request headers, and adjust our behaviour accordingly …
1
vote

How to include variable in SPARQL query using PHP

Both the query in the question and laalto's answer aren't valid SPARQL, but laalto is getting closer. It seems like Ismet wants to replace the ?name variable with a fixed value. If so, the …
0
votes

Sorting SPARQL results by date

Since you've said you don't actually store the creation date in your RDF then any possible mechanism for doing this would be specific to the SPARQL implementation you were using and the backing RDF …