
xsparql.base.sioc2rss.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 sioc="http://rdfs.org/sioc/ns#";
declare namespace dc="http://purl.org/dc/elements/1.1/";
declare namespace dcterms="http://purl.org/dc/terms/";
declare namespace rdfs="http://www.w3.org/2000/01/rdf-schema#";
{for $name
from
where { [a sioc:Forum] sioc:name $name }
return $name
}
{for $seeAlso
from
where { [a sioc:Forum] sioc:container_of [rdfs:seeAlso $seeAlso] }
return
-
{for $title
from $seeAlso
where { [a sioc:Post] dc:title $title }
return $title}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy