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:b...@work.example> .
         ?x foaf:nick ?nick }
  }


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

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



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

Reply via email to