summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Utils/Fixtures/Results/XML/uri-resource-sparql-result.xml
blob: bd918ee72884d4cbdeb119e25ed77ce888539b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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/Foo</uri></binding>
		</result>
	</results>
</sparql>