Hi Minto

What I actually try to achieve is find all named graphs the meet certain

> requirements. For instance the following simple query to return then
> names of all named graph.
>
> |SELECT DISTINCT ?g
> WHERE {
>   GRAPH ?g {
>     ?s ?p ?o
>   }
> }|
>
> What happens if you set an arbitary graph from TcManager as second
argument or just a new SimpleMGraph() ?

Cheers,
Reto

Reply via email to