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