
xsparql.tmp.initial.foaf2xml_needing_RDFS_lowering.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!
declare namespace foaf="http://xmlns.com/foaf/0.1/";
for ?Person, ?Name in
where {?Person foaf:name ?Name. ?Person a foaf:Agent}
return
{
for ?FName in
where { ?Person knows ?Friend .
?Person name ?Name.
?Friend name ?Fname. }
return ?FName
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy