Closed (fixed)
Project:
SPARQL
Version:
7.x-2.x-dev
Component:
SPARQL Endpoints Registry
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2011 at 12:09 UTC
Updated:
11 Aug 2011 at 21:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThis patch:
It alters the data structure of the form to something that will be easier to handle in the API. Developers will be able to declare a SPARQL Registry entry as follows:
Further work
The key and value form fields should display next to each other. I'm also considering whether it makes sense for Advanced Query Options to be a vertical tabs fieldset.
Comment #2
Anonymous (not verified) commentedRerolling because of changes in dev. This currently throws notices, but I'm going to leave at needs review because they aren't critical.
Comment #3
Anonymous (not verified) commentedMessed up the order on the update functions. This patch corrects that.
Comment #4
clayball commentedThis patch looks good. However, I did not test _sparql_remote_query. I'll try to test this later today. Maybe someone else can test the _sparql_remote_query functionality.
Comment #5
Anonymous (not verified) commentedThanks for the review :)
I have tested the remote query, but would be happy to have someone else check it out as well
Comment #6
darrenmothersele commentedHi Lin,
I needed this patch as I attended an Open Government Data Hackday with Kasabi yesterday. I couldn't get the patch to apply against the latest dev version, but I applied the patch manually.
I had to make one extra addition in order to get this working. I had to unserialize the $endpoint->options array within the _sparql_init_remote_store() function.
I successfully queried a SPARQL Endpoint on Kasabi, using the following:
SPARQL Views 7.x-2.0-alpha4
SPARQL API 7.x-2.0-dev (26th July) (+patched)
RDFx 7.x-2.0-alpha2
Views 7.x-3.0-rc1
Comment #7
Anonymous (not verified) commentedAwesome, thanks for reviewing :)
I'm going to commit this now. We need to switch SPARQL Registry over to using Entity API to get the free features integration. As part of that, I'll write tests for this functionality.
Fixed with commit http://drupalcode.org/project/sparql.git/commit/fc5e4d6