
xsparql.testcases-dawg.data-r2.i18n.kanji-1.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-01.rq,v 1.3 2005/11/06 08:27:50 eric exp $
# test kanji qnames
prefix foaf:
prefix 食:
{for $name $food from where {
[ foaf:name $name ;
食:食べる $food ] . }
return
{$food}
{$name}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy