blob: 33ffbe8d381384cc4a05931fd48eb991500ec8cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?xml version="1.0"?>
<sparql
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xs="http://www.w3.org/2001/XMLSchema#"
xmlns="http://www.w3.org/2005/sparql-results#" >
<head>
<variable name="x"/>
</head>
<results>
<result>
<binding name="x">
<uri>http://example/x1</uri>
</binding>
</result>
<result>
<binding name="x">
<uri>http://example/x2</uri>
</binding>
</result>
<result>
<binding name="x">
<uri>http://example/x4</uri>
</binding>
</result>
<result>
<binding name="x">
<uri>http://example/x5</uri>
</binding>
</result>
</results>
</sparql>
|