Bizarrely, the SPARQL query seems to work if I change the "FROM"
keyword to lower-case:
    SELECT ?s ?o ?p from <#ri> WHERE { ?s ?o ?p .}

Is this a quirk of Mulgara?
-SS


On Thu, Aug 27, 2009 at 4:46 PM, Stuart
Sierra<[email protected]> wrote:
> Hello, list!
>
> I'm trying out the RISearch interface described at
> http://fedora-commons.org/confluence/display/FCR30/Resource+Index+Search
>
> I tried to translate the ITQL query:
>    select $s $o $p from <#ri> where $s $o $p
> into SPARQL as:
>    SELECT ?s ?o ?p FROM <#ri> WHERE { ?s ?o ?p .}
>
> But it throws "org.trippi.TrippiException: Unable to create a URI
> from: http://www.w3.org/1999/02/22-rdf-syntax-ns##ri";
>
> How do I refer to the named graph #ri in the FROM clause of the SPARQL query?
>
> Thanks,
> -SS
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fedora-commons-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to