
xsparql.testcases-dawg.data-r2.expr-builtin.dawg-langMatches-basic.xsparql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xsparql-test-suite Show documentation
Show all versions of xsparql-test-suite Show documentation
XSPARQL compliance test suite
The newest version!
# q-langmatches-de-de.rq
# $id: q-langmatches-de-de.rq,v 1.1 2007/08/11 18:32:04 eric exp $
prefix :
{for *
from where{ :x $p $v . filter langmatches(lang($v), "de-de") . }
return
{$v}
{$p}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy