
xsparql.testcases-dawg.data-r2.optional.dawg-optional-complex-4.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!
prefix foaf:
prefix ex:
{for $name $plan $dept $img
from where
{
$person foaf:name $name
{ $person ex:healthplan $plan } union { $person ex:department $dept }
optional {
$person a foaf:person
graph $g {
[] foaf:name $name;
foaf:depiction $img
}
}
}
return
{$plan}
{$name}
{$img}
{$dept}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy