summaryrefslogtreecommitdiffstats
path: root/tests/mkr/rdfq-results.mkr
blob: 9cbd60392a5d451841e35a758fdbf392531db4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@base <http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> ;
@prefix rdf: <../../../../../1999/02/22-rdf-syntax-ns#> ;
@prefix rs: <http://jena.hpl.hp.com/2003/03/result-set#> ;

result is <> ;
result is relation with format = csv ;
begin relation result ;
x, y ;
anon2, _:a ;
123, <http://example.com/resource1> ;
2003-01-21, <http://example.com/resource2> ;
anon1, _:a ;
end relation result ;