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

Key: SES-515
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

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

Support SPARQL-DESCRIBE queries

Created: 18/Jan/08 02:02 PM   Updated: 20/Mar/08 08:11 PM
Component/s: SPARQL
Affects Version/s: None
Fix Version/s: 2.0.1


 Description   
Support for SPARQL-DESCRIBE queries is the only feature that is currently missing from Sesame. Supporting it shouldn't be too hard.

 All   Comments   Change History      Sort Order:
Comment by Max Völkel [02/Feb/08 06:18 PM]
maybe simply return for "DESCRIBE x"
 
CONSTRUCT { x ?p ?o UNION ?s x ?o UNION ?s ?p x }

?

Comment by Arjohn Kampman [13/Feb/08 01:12 PM]
DESCRIBE queries have been implemented as a kind of CONSTRUCT query that produces the statements that have the requested resources as subject or object.