using union in a construct sparql query
- by simon
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