All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsparql.base.dawg-testcases.xsparql Maven / Gradle / Ivy

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