
xsparql.base.distribution_simple.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 :
prefix foaf:
prefix dct:
let $results :=
for $entry $date
from
where {$entry dct:created $date}
return
return
let $days := for $day in data($results/@date)
return day-from-dateTime(xs:dateTime($day))
for $day in distinct-values($days)
order by $day
return {count($results[day-from-dateTime(xs:dateTime(@date)) =
$day])}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy