Hey list,

we've been using the default graph for our data but now moved to named graphs.
I wrapped our queries in GRAPH where necessary and most of them work fine.
However a query containing GRAPH and list:member function doesn't. If
I include a pattern containing list:member like this

GRAPH ?graph
{
  # more patterns
  ?list list:member ?member
}

I get no matches, even though I clearly see that both the list and the
members are in the same graph and I can access them using rdf:first.
Are there any known issues in this area or some catches I should be aware of?

Thanks,

Martynas
semantic-web.dk

Reply via email to