
xsparql.testcases-service.service5.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 void:
prefix dc:
prefix doap:
{for $service $title
from where {
# find the service with subject "remote".
$p dc:subject $projectsubject ;
void:sparqlendpoint $service
filter regex($projectsubject, "remote")
# query that service projects.
service $service {
$project doap:name $title . }
}
return
{$title}
{$service}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy