
|
If you were logged in you would be able to see more operations.
|
|
Sesame
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...
|
|
|
|
|
|
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>
|
|
|
There are no comments yet on this issue.
|
| |
|
|