
xsparql.testcases-sparql-1.1.subquery.sparql11-subquery-03.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 ex:
{for $friend
from where {
$popular ex:knows $friend .
{
select $popular
where {
$someone ex:knows $popular
}
group by $popular
order by desc(count($someone))
limit 1
}
}
return
{$popular}
{$friend}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy