
xsparql.base.dawg-testcases.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!
(: get list of included files from a first file. not finished:)
declare namespace mf="http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#";
declare namespace rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
declare namespace list="http://jena.hpl.hp.com/ARQ/list#";
for $incl
from
where {
_:a rdf:type mf:Manifest;
mf:include _:b .
_:b list:member $incl
}
return $incl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy