using union in a construct sparql query

Posted by simon on Stack Overflow See other posts from Stack Overflow or by simon
Published on 2010-04-29T09:30:20Z Indexed on 2010/04/29 12:37 UTC
Read the original article Hit count: 256

Filed under:
|
|
|
|

hello,

i have such a sparql query:

select ?s ?p ?o from <http://localhost:8890/DAV/ranking> where {
 {<http://seekda.com/providers/cdyne.com/PhoneNotify> so:hasEndpoint ?s.
 ?s ?p ?o} union
 {<http://seekda.com/providers/cdyne.com/PhoneNotify> ?p ?o}
}

but i need a graph query (construct ord describe). unfortunatly i have no clue about how to use unions in construct or describe queries.

please help me best regards simon

© Stack Overflow or respective owner

Related posts about sparql

Related posts about query