summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Utils/Fixtures/Results/XML/nontype-literal-sparql-result.xml
blob: 65fd4073b1aa994523c38d74548bf5779f242582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<sparql xmlns="http://www.w3.org/2005/sparql-results#">
	<head>
		<variable name="s"/>
		<variable name="r"/>
	</head>
	<results>
		<result>
			<binding name="s"><literal>Has foo</literal></binding>
		</result>
	</results>
</sparql>