summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Utils/Fixtures/Results/XML/string-type-literal-sparql-result.xml
blob: cfb5a5424c7c8db40e531ca2d27facf128e826a0 (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"><literal datatype="http://www.w3.org/2001/XMLSchema#string">Foo</literal></binding>
		</result>
	</results>
</sparql>