I'm assuming you mean something like:

PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX data: <http://example.org/foaf/>

SELECT ?nick
WHERE
  {
     GRAPH data:bobFoaf {
         ?x foaf:mbox <mailto:[email protected]> .
         ?x foaf:nick ?nick }
  }


It seems it isn't supported at the moment in the SPARQL component.

2010/5/12 Lyudmila L. Balakireva <[email protected]>
>
> Hi,
> Is it possible to issue SPARQL query for VerboseQuadStore in certain
> context or it does not supported?
> Thanks ,Luda
>
> _______________________________________________
> Neo mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user



--
Mattias Persson, [[email protected]]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to