summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Utils/Fixtures/Results/XML/mixed-rows-sparql-result-utf8.xml
blob: dc84a425455fc4ce4fde8f2c01b3b5e0fd66ec54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<sparql xmlns="http://www.w3.org/2005/sparql-results#">
	<head>
		<variable name="result"/>
	</head>
	<results>
		<result>
			<binding name="result"><uri>http://example.org/id/F安o</uri></binding>
		</result>
		<result>
			<binding name="result"><uri>http://example.org/id/B定ar</uri></binding>
		</result>
		<result>
			<binding name="result"><literal datatype="http://www.w3.org/2001/XMLSchema#string">Quux安定</literal></binding>
		</result>
	</results>
</sparql>