sttl.web.selectform.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of corese-core Show documentation
Show all versions of corese-core Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1
Query and Update.
#
# Select a query name to display and execute
# query name bound to uri param
# Generate query names list from context graph
#
template st:selectform(?t) {
format {
us:format("selectform.html")
st:get(st:service)
st:get(st:profile)
st:call-template(st:prev, ?t)
st:call-template(st:list, ?t)
st:call-template(st:next, ?t)
}
}
where {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy