- From: Andy Seaborne <andy.seaborne@epimorphics.com>
- Date: Mon, 22 Oct 2012 21:35:48 +0100
- To: public-rdf-dawg-comments@w3.org
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:
-----------------
PREFIX : <http://example.org/>
CONSTRUCT
FROM <data.ttl>
WHERE { ?s ?p ?o }
-----------------
so the query loads the data that way.
Andy
Received on Monday, 22 October 2012 20:36:17 UTC