testcases.SeRQL.construct.test024-query.serql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-serql-testsuite Show documentation
Show all versions of rdf4j-serql-testsuite Show documentation
Test suite for the SeRQL query language
CONSTRUCT {c} foaf:name {name};
dc:date {date};
foaf:mbox {mbox}
FROM
{c} dc:publisher {name};
dc:date {date}
FROM CONTEXT c
{} foaf:name {name};
foaf:mbox {mbox}
USING NAMESPACE
foaf = ,
dc =
© 2015 - 2025 Weber Informatics LLC | Privacy Policy