History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-722
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Duplicate
Priority: Minor Minor
Assignee: Jeen Broekstra
Reporter: M.P. Korstanje
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Provide support for external bindings in SPARQL with empty where clause

Created: 16/Nov/10 01:47 AM   Updated: 23/May/12 12:27 AM
Component/s: Query Model
Affects Version/s: None
Fix Version/s: 2.6.6

Issue Links:
Duplicate
 
This issue is duplicated by:
SES-996 external bindings not immediately vis... Major Resolved


 Description   
Currently the SPARQL 1.0 spec does not include any support for external bindings. It would be useful to have this functionality to enable SPARQL queries to actually insert external data when using construct statement.

For example, the partial query:

CONSTRUCT {
    ?identifier rdf:type prefix:Record.
} WHERE {}

should in combination with : query.setBinding("identifier", new URIImpl("http://www.example.org/data.owl#Record42"));

produce:

<rdf:Description rdf:about="http://www.example.org/data.owl#Record42">
    <rdf:type rdf:resource="http://www.example.org/data.owl#Record"/>
</rdf:Description>

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.