
xsparql.testcases-dawg.data-r2.i18n.kanji-2.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!
# $id: kanji-02.rq,v 1.4 2005/11/06 08:27:50 eric exp $
# test wide spaces
prefix foaf:
prefix 食:
{for $name from where {
[ foaf:name $name ;
食:食べる 食:海老 ] . }
return
{$name}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy