- From: Jan Wielemaker <J.Wielemaker@uva.nl>
- Date: Tue, 23 Oct 2012 09:09:40 +0200
- To: Andy Seaborne <andy.seaborne@epimorphics.com>
- CC: public-rdf-dawg-comments@w3.org
Hi Andy, On 10/22/2012 10:35 PM, Andy Seaborne wrote: > > > On 22/10/12 14:41, Jan Wielemaker wrote: >> Hi, >> >> I'm looking into the SPARQL 1.1 test "constructwhere04 - CONSTRUCT >> WHERE". This refers to data from <data.ttl>, but the manifest does not >> tell us to load that file. Am I missing something (so far I always had)? >> >> Thanks --- Jan >> > > The query itself has a FROM clause: Yes, I've seen that. However, I consider FROM to be the name of a graph, not an instruction to load a graph from a URI. We have the update part for that. Most other tests involving FROM or USING seem to load the graph explicitly using a data statement in the test manifest. Could we have that here too? Thanks --- Jan > ----------------- > PREFIX : <http://example.org/> > > CONSTRUCT > FROM <data.ttl> > WHERE { ?s ?p ?o } > ----------------- > so the query loads the data that way. > > Andy > > >
Received on Tuesday, 23 October 2012 07:10:08 UTC