Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oxigraph/testsuite/oxigraph-tests/sparql/cmp_langString.srx

29 lines
726 B

<?xml version="1.0"?>
<sparql xmlns="http://www.w3.org/2005/sparql-results#">
<head>
<variable name="a"/>
<variable name="b"/>
<variable name="o"/>
</head>
<results>
<result>
<binding name="a">
<literal xml:lang="fr">a</literal>
</binding>
<binding name="b">
<literal xml:lang="fr">b</literal>
</binding>
<binding name="o">
<literal datatype="http://www.w3.org/2001/XMLSchema#boolean">true</literal>
</binding>
</result>
<result>
<binding name="a">
<literal xml:lang="en">a</literal>
</binding>
<binding name="b">
<literal xml:lang="fr">b</literal>
</binding>
</result>
</results>
</sparql>